Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Looking for a shorter way to connect to PDB as sys with Sysdba privilege

TomAug 25 2015 — edited Aug 26 2015

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 ?

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 23 2015
Added on Aug 25 2015
8 comments
3,232 views