Andre_Torres
12 years agoLevel 5
Executing Oracle Link without shutting down the instances
Hi everyone,
I know that officially there is no way to executing oracle link without shutting down the instances, what I'm asking is a working non-official method, anyone ever done this?
Reason: the DBA delivered the database to the final client without executing oracle link.
you can do the Manual linking...
check page number 36 in the netbackup oracle admin guide.
typically the command likes
cd $ORACLE_HOME/lib
ln -s /usr/openv/netbackup/bin/libobk.a64 libobk.a

