How would you extract DDL of a table without using a GUI tool?
Answer / shafi.oracledba
to extract the ddl statement use the alter command to extract
Is This Answer Correct ? | 0 Yes | 1 No |
What is DTS and purpose of DTS ?
how to select second mauximum value in a given table under salary column
What is meant by recursive hints ?
What is meant by joins?
Hi Can any one tell me what are the API's used in requisition import.
How does oracle handle read consistency?
What is a Synonym ?
What is the difference between primary key and unique key and foreign key in oracle?
How to resolve name conflicts between variables and columns?
What is the minimum client footprint required to connect c# to an oracle database?
How to convert the date format from dd/mm/yyyy to mm/dd/yyyy. (for eg). 22/05/2008 to 05/22/2008. when u use to_char(), it tells the month is invalid. how to resolve this problem.tel with eg.
How to save query output to a local file?