cancel
Showing results for 
Search instead for 
Did you mean: 

oracle client

Former Member
0 Kudos

hi All,

I have to update oracle client and I have old document from our project when someone else done the update. but I'm unable to understand the steps fully, any standard doc you can point me to?

thanks for help

Vinay

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

but I'm unable to understand the steps fully, any standard doc you can point me to?

It seems you didn't try to search - neither in google nor in sap service marketplace.

Note 819829 - Oracle Instant Client Installation and Configuration on Unix

For Windows platforms, please refer to note 998004.

Thanks

Former Member
0 Kudos

hi databaseSAP,

thanks for reply. In 4th step, shall i delete the old link before creating the new link for new client? in our doc it not written how to delete. please confirm i should delte it?

thanks for help

Vinay

Former Member
0 Kudos

Hello,

Use rm command to remove or 'mv' to rename the old one.

For e.g. if you are going to execute the following link command for the new oracle client -

OS> ln -s instantclient_<release> instantclient

Then, you can remove the old client link first by, OS> rm instantclient_<old_release> or by renaming the old client directory - mv instantclient_<old_release> instantclient_<old_release>_date

Thanks

Answers (0)