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: saving an entire schema to disk

Re: saving an entire schema to disk

From: gazzag <gareth_at_jamms.org>
Date: 11 Jan 2006 06:44:02 -0800
Message-ID: <1136990642.633461.287580@f14g2000cwb.googlegroups.com>


>> i have been asked to figure out a way to
>> save an entire schema that we have residing on an oracle server to
>> cd/disk.

Oracle version is always useful.

Anyway, you need to read up on Oracle export "exp" utility. To export a specific schema, the syntax will be something like:

exp system/<system_password> file=<dumpfile_name> log=<logfile_name> owner=<schema_name>

HTH -g Received on Wed Jan 11 2006 - 08:44:02 CST

Original text of this message

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