How to make a Data Backup in oracle ? What is the procedure
for creating the dump files in oracle ( any version ) ?
Answer Posted / ace dba
A dump is _NOT_ a backup. You cannot roll forward to a
point in time after the dump was taken. The dump is for
moving data from one environment to another, and etc. Using
dump for backup _WILL_ result in data loss.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is proxy method?
How do I manually create a database in oracle?
What is logical backup in oracle?
What do you mean by merge in oracle?
What is the difference between pre-select and pre-query?
What is the difference between translate and replace?
Query to retrieve record for a many to many relationship ?
what are archived logs?
In what script is snap$ created? In what script is the scott/tiger schema created?
what is difference between sql plus and sql*plus? (not sql and sql plus).
How would you begin to troubleshoot an ORA-3113 error?
What is partitioned table in Oracle?
How to add another datafile to a tablespace?
Can a formula column be obtained through a select statement ?
What is index-organized table in Oracle?