Skip to content

Commit ff8e1dc

Browse files
authored
Create 5-domain-and-dbms-metadata.sql
1 parent d05c6cd commit ff8e1dc

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
REM script for 23c: 5-domain-and-dbms-metadata.sql
2+
REM to get the DDL command we use DBMS_METADATA
3+
4+
-- use GET_DDL and SQL_DOMAIN as an object_type argument
5+
6+
set longc 1000
7+
select dbms_metadata.get_ddl('SQL_DOMAIN', 'MYEMAIL_DOMAIN') from dual;

0 commit comments

Comments
 (0)