Database Utilities (MOSC)

MOSC Banner

Having issues exporting from a 8i database. Please Help!!!

edited Mar 20, 2013 6:46AM in Database Utilities (MOSC) 9 commentsAnswered ✓
Here is the export code that I am using. I am running a .sh file that I have the script in.

#!/bin/sh
ORACLE_SID=prod
export dmpfile logfile
export PATH PS1 ORACLE_BASE ORACLE_HOME ORACLE_SID ORACLE_TERM TERM ORA_NLS33 LD_LIBRARY_PATH
ORACLE_BASE=/u01/app/oracle
ORACLE_HOME=$ORACLE_BASE/product/8.0.4
#ORACLE_SID=prox
ORACLE_TERM=vt100
TERM=vt100
ORA_NLS33=$ORACLE_HOME/ocommon/nls/admin/data
PATH=/bin:/usr/bin:/usr/ccs/bin:/usr/openwin/bin:/usr/dt/bin:/usr/ucb:$ORACLE_HOME/bin:/opt/bin
LD_LIBRARY_PATH=$ORACLE_HOME/lib:/usr/openwin/lib:/usr/dt/lib

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center