Oracle/Etc

DDL 스크립트 뽑는 법

havy 2023. 6. 20. 18:01

select to_char( DBMS_METADATA.GET_DDL('오브젝트 타입','오브젝트이름','오너')) FROM DUAL;