Not able to delete database using oakcli delete database command
Hi Experts,
I am trying to delete one of database from my ODA x4-2, version = 12.1.2.9.0 but getting below error..
ERROR:
ORA-12514: TNS:listener does not currently know of service requested in connect
descriptor
I know the issue because it is using this string to connect db = sqlplus -L sys/password@rdpppodb:1521/LIMST2 as sysdba
I am also getting same error when i am trying to connect db using this string. but when i am trying with the scan name like
sqlplus -L sys/password@LIMST2 as sysdba its working.
Please let me know how to delete database using oakcli using the above string. or any other solution.