Unable to connect to a schema in PDB database(cloud instance)
Summary
Unable to connect to a schema in PDB database(cloud instance)Content
Hi,
I've created a cloud database instance, however i am unable to connect to a schema in PDB database.
The following privileges exists for the schema "test" ( CREATE SESSION , DBA, RESOURCE, CONNECT)
I've given the correct username and password, still facing the login issues.
Please help.
---------------------
SQL> alter session set container = PDB1;
Session altered.
SQL> conn test/test_pass
ERROR:
ORA-01017: invalid username/password; logon denied
0