Explain the use of full option in exp command.
Answer / Niraj Kumar
"The 'full' option in the exp command (Export Utility) is used to export all metadata and data objects, including user-defined types, triggers, sequences, and other dependent objects along with their dependencies."
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain an exception and its types?
What is the diff between Oracle and SQL Server
How to connect the oracle server as sysdba?
Can group functions be used in the order by clause in oracle?
diff between DELETE and TRUNCATE?.
14 Answers HCL, Yalamanchili Software,
what r routers?
Explain what are synonyms used for?
What privilege is needed for a user to query tables in another schema?
How to define and use table alias names in oracle?
Give the Types of modules in a form?
what is analyze command ? what kind of statistics does it generate?
SELECT * FROM (SELECT TITLE FROM MOVIE ORDER BY RANK DESC) WHERE ROWNUM > 4; when i run the above query .it produces output as NO ROWS SELECTED.why ?plz any one help me