Hello everybody.
I can successfully connect to PDB user tms with SQL developer but i cant do this with sqlplus please advise
[oracle@test-node1 scripts_uis]$ sqlplus / as sysdba
SQL*Plus: Release 12.1.0.2.0 Production on Tue Aug 16 12:46:03 2016
Copyright (c) 1982, 2014, Oracle. All rights reserved.
Connected to:
Oracle Database 12c Standard Edition Release 12.1.0.2.0 - 64bit Production
With the Real Application Clusters and Automatic Storage Management options
SQL> alter session set container=PDB1;
Session altered.
SQL> show con_name
CON_NAME
------------------------------
PDB1
SQL> select count(*) from dba_users where username='TMS';
COUNT(*)
----------
1
SQL> conn tms/tms
ERROR:
ORA-01017: invalid username/password; logon denied
Warning: You are no longer connected to ORACLE.
SQL>