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

Home -> Community -> Usenet -> c.d.o.misc -> Re: sql*loader puts in in, how do I put it out

Re: sql*loader puts in in, how do I put it out

From: Gerhard Moeller <Gerhard.Moeller_at_OFFIS.Uni-Oldenburg.de>
Date: 1998/01/16
Message-ID: <69n804$982@news.Informatik.Uni-Oldenburg.DE>#1/1

reb_at_shell5.ba.best.com (TimeVest Inc.) wrote:

>What command do I use to OUTPUT a database into a format that can
>be easily used by SQL*Loader?

If you want to export a Oracle database to import it again in Oracle (either in some other instance or some other user scheme), you use the Oracle Export and Import tools. They are described in the same Manual as SQL*Loader is. (Utilities).

The are quite trivial to use, in general you just type

        exp <username>/<passwd>
for an interactive export session, and

        imp <username>/<passwd>
for an interactive import session.

        exp help=y
and

        imp help=y
will give you help screens.

        Gerhard.

-- 
Dipl. Inform. Gerhard Möller -- Gerhard.Moeller_at_OFFIS.Uni-Oldenburg.DE
                                      ICQ PIN: 2804938
OFFIS                  | | | | | |    Tel.:    0441/9722-122
Escherweg 2            | | | | | |    Sekr.:   0441/9722-113 oder -101
D-26121 Oldenburg      |O|F|F|I|S|    Fax:     0441/9722-102
Received on Fri Jan 16 1998 - 00:00:00 CST

Original text of this message

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