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
Why do I get java.lang.abstractmethoderror when trying to load a blob in the db?
Why oracle is used?
What is save point in oracle database?
What to do if the startbd.bat failed to start the xe instance?
What is an oracle recycle bin?
What is Segment Advisor in Oracle?
Is insert autocommit in oracle?
How to convert csv to table in oracle?
What is a dead lock in oracle?
What is the usage of save points in oracle database?
What is difference between truncate and delete?
Where are the settings stored for each instance in oracle?
How to list all tables in your schema?
How to bring a tablespace offline?
What is the difference between pre-select and pre-query?