Datapump backup steps?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

How to craeate the New Database Schema in Oracle and mysql? Please tell me with Example?

2163


how can you generate profile of pl/sql applications to identify performance bottlenecks?

810


Why would you call update statistics? : sql server DBA

766


How do you open a cluster administrator? : sql server DBA

788


What are the high-availability solutions in sql server and differentiate them briefly? : sql server DBA

793


What is the cache hit ratio, what impact does it have on performance of an Oracle database and what is involved in tuning it?

2184


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

4164


How can you control the amount of free space in your index pages? : sql server DBA

992


how does an oracle clusterware manage crs resources?

773


Where would you look for errors from the database engine?

2587


Illustrate how to determine the amount of physical CPUs a Unix Box possesses (LINUX and/or Solaris).

1726


how can you enable flashback feature?

713


what are the differences of where and if in SAS?

1888


how can you implement fine-grained auditing?

818


What is transparent data encryption? : sql server DBA

785