Re: export method

From: LKBrwn_DBA <member30625_at_dbforums.com>
Date: Tue, 15 Jul 2003 15:21:34 +0000
Message-ID: <3112557.1058282494_at_dbforums.com>


In unix:

  1. logon to oracle as system:

sqlplus 'system/manager as sysdba'

2) execute the script:

SQL>_at_$ORACLE_HOME/rdbms/admin/catexp

In windows (not sure) but could be something like:

  1. Execute SQLPLUSW.exe and enter user as system
  2. connect system as sysdba and enter password

SQL> connect system as sysdba

3) execute the script:

click on file>open and search for catexp.sql in the c:\oracel\ora92\rdbms\admin directory (or wherever you installed oracle.

Good Luck.

--
Posted via http://dbforums.com
Received on Tue Jul 15 2003 - 17:21:34 CEST

Original text of this message