Datapump backup steps?



Datapump backup steps?..

Answer / kittu_chintu2005

Create a file structure @ oracle level by issuing the statement "create directory dpump_dir1 as '/disk01/oradata/mine/dpump'';" "grant read, write to user1, user2;"
@ OS "level mkdir -p /disk01/oradata/mine/dpump"

And then issue the statement @ OS level "expdp directory=dpump_dir1 dumpfile=xxxxx.dmp"

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More DB Administration Interview Questions

List out some of the requirements to setup a sql server failover cluster.? : sql server DBA

0 Answers  


When a user process fails, what background process cleans up after it?

1 Answers  


what is rebuild index??

2 Answers   IBM, Sapient,


Explain the difference between a data block, an extent and a segment.

2 Answers  


How would you begin to troubleshoot an ORA-3113 error?

1 Answers  






How can you tell how much space is left on a given file system and how much space each of the file system's subdirectories take-up?

0 Answers  


What query tells you how much space a tablespace named "test" is taking up, and how much space is remaining?

1 Answers  


You have 4 instances running on the same UNIX box. How can you determine which shared memory and semaphores are associated with which instance?

0 Answers  


As a part of your job, what are the DBCC commands that you commonly use for database maintenance?

1 Answers   IBM,


WHERE CAN WE SEE THE COMPLETE BACKBROUNG PROCESS IN RAC ENVIRONMENT THROUGH UNIX COMMAND.

2 Answers   Cognizant,


Where in the Oracle directory tree structure are audit traces placed?

1 Answers  


What is fill factor? : sql server DBA

0 Answers  


Categories