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
what is the last version,the release date of that version and fix pack of ibm db2 udb?
What are statistics, under what circumstances they go out of date, how do you update them?
how does an oracle clusterware manage crs resources?
what do you understand by fine-grained auditing?
Claims and Drains are the locks used to control the concurrency between SQL processes and utilities. Referring to the above statement, what is the maximum number of concurrent Claimers for a Subsystem? Choice 1 32 Choice 2 64 Choice 3 128 Choice 4 256 Choice 5 No limit
when we login sql editor using username and password then it says this error "could not resolve service name" then what can we do at client side.( here thing is tnsnames.ora file is ok till yesterday and worked well, but now it giving error.
what are the differences of where and if in SAS?
what functionality does oracle provide to secure sensitive information?
Where would you look for errors from the database engine?
Why does Oracle not permit the use of PCTUSED with indexes?
What authentication modes does sql server support? : sql server DBA
How does propagation differ between Advanced Replication and Snapshot Replication (read-only)?
i have 10gp file.now i need store in database..but database have only 7gb memory only..how do u store the file ?
What are the high-availability solutions in sql server and differentiate them briefly? : sql server DBA
Database crashes. Corruption is found scattered among the file system neither of your doing nor of Oracle's. What database recovery options are available? Database is in archive log mode.