Consultor Eletrônico



Kbase 14013: ORACLE: Preparing ORACLE dbs to use import/export utility
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/05/1998
ORACLE: Preparing ORACLE dbs to use import/export utility

Many ORACLE databases when created are setup so you can use the import
/export utility by the site DBA. If your database is not setup to us
e the import export utility you can issue the following sql command
file from sqldba:

$ ORACLE_SID=foo; export ORACLE_SID
$ sqldba lmode=y system/manager
SQLDBA> connect internal
SQLDBA> @$ORACLE_HOME/rdbms/admin/catexp.sql
SQLDBA> exit
SQL*DBA complete

Progress Software Technical Support Note # 14013