How to do a full database export?



How to do a full database export?..

Answer / Efetyu

To perform a full database export in Oracle Database, you can use the Data Pump Export (DPEXP) utility. Run the command: DPEXP <username>/<password> FULL=Y SCHEMAS=(<schema_name>) DIRECTORY=<directory_name> CONTENT=DATA_ONLY; Replace <username>/<password> with your database credentials, <schema_name> with the name of the schema you want to export, and <directory_name> with the directory where you want to store the export files.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle General Interview Questions

What is an Index Segment ?

2 Answers  


How do I limit the number of rows returned by an oracle query after ordering?

1 Answers  


Describe the types of sub query?

1 Answers  


Why do we use coalesce function in oracle?

1 Answers  


How to convert a string to a date in oracle database?

1 Answers  


How to convert a date to char in oracle? Give one example.

1 Answers  


Whether any commands are used for months calculation? If so, what are they?

1 Answers  


how many triggers we can create on a table

11 Answers   G2 Technology, TCS,


How do I connect to oracle database?

1 Answers  


How to retrieve the count of updated rows?

1 Answers  


What is the purpose of init.ora. ? how many init.ora exist in oracle installation? suppose there are 3 database on one oracle server, how many init.ora do I have? what are various database objects? how will you identify memmory related performace issue in oralce? any idea about basic architure difference of oracle and db2? comment on which is better , with reasons? what is a fuction based index? is it recommended to use the same. ? what is global temporay table? what is teh signification of the parameter session_cached_cursor ?

1 Answers   HDFC,


How to display the hierarchy of employee and managers without using connect by prior.

1 Answers  


Categories
  • Oracle General Interview Questions Oracle General (1803)
  • Oracle DBA (Database Administration) Interview Questions Oracle DBA (Database Administration) (261)
  • Oracle Call Interface (OCI) Interview Questions Oracle Call Interface (OCI) (10)
  • Oracle Architecture Interview Questions Oracle Architecture (90)
  • Oracle Security Interview Questions Oracle Security (38)
  • Oracle Forms Reports Interview Questions Oracle Forms Reports (510)
  • Oracle Data Integrator (ODI) Interview Questions Oracle Data Integrator (ODI) (120)
  • Oracle ETL Interview Questions Oracle ETL (15)
  • Oracle RAC Interview Questions Oracle RAC (93)
  • Oracle D2K Interview Questions Oracle D2K (72)
  • Oracle AllOther Interview Questions Oracle AllOther (241)