Get a complete CREATE TABLE definition using DBMS_METADATA package
CREATE TABLE has lot of options to go with it; it is hard to remember all of them. Most people will get lost while reading the rail road diagrams. It is fairly quick to create the table in its simple form and obtain all the parameters associated with it. Once the table is created in …
Get a complete CREATE TABLE definition using DBMS_METADATA package Read More »