Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Backing up data in tables

Re: Backing up data in tables

From: Kev.- <java2e_at_yahoo.com>
Date: Wed, 21 Mar 2001 05:30:13 GMT
Message-ID: <3ab83bef.35392872@news.zyan.com>

Use the export util.

At the command prompt type:

exp [schema name]/[password]@[service name] file=c:\temp\test.dmp owner=[schema name] grants=y rows=y compress=y

Kev.-

On Wed, 21 Mar 2001 05:30:02 GMT, "Dr. Mueller" <nospam_at_nospam.com> wrote:

>I am an experienced programmer but learning Oracle. I have installed
>Oracle, created a database, created tables and populated the tables with
>data. How exactly would I backup my information? With SQL Server I'd
>merely create a backup of the database and burn it onto a CD, how would I do
>this with Oracle 8i (817)?
>
>The data is mainly text, but one table has binary information in it.
>
>Thank you.
>
>
>
Received on Tue Mar 20 2001 - 23:30:13 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US