Oracle 12c -- connection issues to pluggable database
Hi,
I am having problems connecting to a pdb using squirrel and I can't find any solutions on the internet so I though I'll try here. The error I get is:
Listener refused the connection with the following error:ORA-12514, TNS:listener does not currently know of service requested in connect descriptor
The url I have configured in the squirrel is: jdbc:oracle:thin:@dbserver:1521/pdborcl
I think everything is setup correctly. I can use the pdborcl alias to login on the server itself with the same local user I have created on the pdb.
[oracle@dbserver admin]$ sqlplus testuser/testpassword@pdborcl
0