x
login about faq Site discussion (meta-askssc)

How does one backup a database using the export utility?

How can I backup a database using the export utility? Thank you in advance.

more ▼

asked Jan 25 '10 at 10:27 AM in Default

OracleApprender gravatar image

OracleApprender
763 53 67 73

(comments are locked)
10|1200 characters needed characters left

1 answer: sort newest

Oracle exports are "logical" database backups (not physical) as they extract data and logical definitions from the database into a file. Other backup strategies normally back-up the physical data files.

One of the advantages of exports is that one can selectively re-import tables, however one cannot roll-forward from an restored export file. To completely restore a database from an export file one practically needs to recreate the entire database.

Always do full system level exports (FULL=YES). Full exports include more information about the database in the export file than user level exports.

more ▼

answered Jan 28 '10 at 07:09 AM

OraLearner gravatar image

OraLearner
1.3k 51 67 83

Thank you for your answer...:)

Feb 03 '10 at 01:16 PM OracleApprender
(comments are locked)
10|1200 characters needed characters left
Your answer
toggle preview:

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments



Facebook logo Follow Ask SSC on Facebook
Find Ask SSC on Google+
linkedin logo Find us on LinkedIn

Topics:

x359
x210
x170

asked: Jan 25 '10 at 10:27 AM

Seen: 303 times

Last Updated: Jan 25 '10 at 12:53 PM

Copyright © 2002-2012 Simple Talk Publishing. All Rights Reserved. If you have any queries, please contact the site administrators.
Ask SQL Server Central is a community service provided by Red Gate.