Hi,
I'm attempting to install 12.1.0.4 Cloud Control on a Windows 2012 Standard server. The system passes all the pre-reqs but fails when attempting to connect to the DB that it'll use as the repository.
Extract from installActions log:
07/10/15 17:08:11 BST: connecting to database treating the value provided is SID
07/10/15 17:08:11 BST: return value: ERROR:Exception occurred while connecting to database. Check the connection details of the database you specified and retry.
Listener refused the connection with the following error:
ORA-12505, TNS:listener does not currently know of SID given in connect descriptor
07/10/15 17:08:11 BST: connecting to database treating the value provided is service name
07/10/15 17:08:11 BST: return value: ERROR:Exception occurred while connecting to database. Check the connection details of the database you specified and retry.
ORA-01017: invalid username/password; logon denied
INFO: 07/10/15 17:08:11 BST: POPUP ERROR:ERROR:Exception occurred while connecting to database. Check the connection details of the database you specified and retry.
ORA-01017: invalid username/password; logon denied
Unable to connect to the database and validate whether it is a supported database due to one of the following reasons:
(1) Incorrect credentials
(2) Listener may be down
(3) Database may be down.
Check the credentials, the status of the listener and the database, and retry.
The connection string details are correct, and can be used to connect from SQLPlus or any other Oracle tool from that machine over to the DB.
The remote_login_passwordfile is set to exclusive and the password for the SYS user does not contain any non-standard characters as per doc 1475282.1.
Has anyone come across this before?
Oracle DB version is 12.1.0.2 in a two node cluster.
Thanks in advance.