DB version: 12.1.0.2
OS : Oracle Linux 6.5
I am new to 12c.
From within a DB server, I usually login to a pluggable DB like below . This is because , local authentication ( sqlplus / as sysdba ) will only work for container DB's sys user
sqlplus sys/tiger314@localhost:1521/PDB3 as sysdba
Is there a shorter alternative way (less typing involved) to connect to a particular PDB when you are logged into the DB server ?