cancel
Showing results for 
Search instead for 
Did you mean: 

Executing Oracle Link without shutting down the instances

Andre_Torres
Level 5
Partner Accredited

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.

1 ACCEPTED SOLUTION

Accepted Solutions

RamNagalla
Moderator
Moderator
Partner    VIP    Certified

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

View solution in original post

4 REPLIES 4

RamNagalla
Moderator
Moderator
Partner    VIP    Certified

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

rizwan84tx
Level 6
Certified

You dont need DB shutdow if Oracle version is 11G and above

jim_dalton
Level 6

Dont think Ive ever shut it down...!

Jim

Marianne
Level 6
Partner    VIP    Accredited Certified

I realize that I am late (have been on leave).

It was roundabout Oracle 8.1.7 that there was no longer a requirement to use 'make' to compile a new oracle binary that included the plugin. 
As from this version, Oracle RMAN simply looks for the libobk in $ORACLE_HOME/lib.

This is ALL that oracle_link script does - it merely creates the symbolic link in the correct place with the correct permissions. 
We never shutdown Oracle these days. The versions that needed a 'make' are no longer supported. So, the Oracle shutdown is no longer needed.

As per Nagalla's post, you can follow steps in the manual to manually create the symbolic link.

Or else trust us and run oracle_link with Oracle up and running.