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.