-
Generate Oracle objects DDL using dbms_metadata.get_ddl
Since Oracle 9i, Oracle added a new utility called dbms_metadata.get_ddl. This utility provides you with object DDL generated out of Oracle Data Dictionary. It is extremely handy and useful. For example, you can use: set long 500000 select dbms_metadata.get_ddl(‘TABLESPACE’,’TablespaceName’) from dual; to get a particular tablespace’s DDL. You can also use it for users, role,…
-
It’s a funny feeling
-
msmtp compile and install
-
Use USB Flash Drive on Linux
-
Don’t judge a book by its cover