How to make a Data Backup in oracle ? What is the procedure
for creating the dump files in oracle ( any version ) ?
Answer Posted / s. senthil kumar
exp username/password@databasename file=c:\filename.DMP
full=N log=c:\filename.LOG
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is SQL Tuning Advisor in Oracle?
How can windows applications connect to oracle servers?
If youre unsure in which script a sys or system-owned object is created, but you know its in a script from a specific directory, what UNIX command from that directory structure can you run to find your answer?
what is reindexing?
Explain the dml?
How to join two tables in a single query using oracle?
What is a schema in oracle?
Explain the use of owner option in exp command.
What is bind variable in oracle 11g?
What is format trigger?
Differentiate between post-database commit and post-form commit?
Which dictionary view(s) would you first look at to understand or get a high-level idea of a given Advanced Replication environment?
How to drop an existing table in oracle?
Explain temporal data types in oracle
How do I limit the number of rows returned by an oracle query after ordering?