I have installed Oracle 12c with one pluggable database namely RHQDDBPDB.
I am successfully able to connect to my container database and pluggable database as sysdba through SQL developer on my DB server
I have created one user rhqddbpdbadmin on my pluggable database RHQDDBPDB with sysdba role. I am able to connect to pluggable database with this user as sysdba.
The problem that I am facing is as follows:
When connecting to the Container or Pluggable database through SQLPLUS from another machine as sysdba, I am getting error ORA-01017.
However from remote machine, if I connect with rhqddbpdbadmin user as Normal (without sysdba), then connection is successfull.
Commands i am using from remote machine:
sqlplus rhqddbpdbadmin/xxxxxx@rhqddbpdb as sysdba
Throws error ORA - 01017
sqlplus rhqddbpdbadmin/xxxxxx@rhqddbpdb
Connected successfully.
Please help. Thanks for your time.