Identity Management (MOSC)

MOSC Banner

Oracle OID migration with database name resolution.

Hi Pals,


We have a Oracle OID 11.1.1.7 on Windows used for Oracle DB Name resolution (tnsnames). I need to migrate and upgrade it to Oracle OID 12.2.1.4 on Linux. I have installed the OID 12.2.x on Linux and using the following ldap search and modify commands loaded ldap data from Old to New OID instance.


ldapsearch -h WinBox -p 3060 -b "" -D "cn=orcladmin" -w password -s sub "objectclass=*" > backup_oid.ldif

ldapmodify -a -h LnxBox -p 3060 -D "cn=orcladmin" -w password -f backup_oid.ldif


Now after that I need to configured the newly created LnxBox OID to configure for Database TNS names resolution and require the wallet creation I believe. Please help me with the steps to configure the OID for names resolution.

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