SQL> conn / as sysdbaHow to connect "pdb1" through SQL Developer? Set it on SQL Developer?... Actually Users can download xml file on Multitenant Self-Service Provisioning web.
Connected.
SQL> alter session set container=pdb1;
Session altered.
SQL> alter user pdb_admin identified by password;
User altered.
SQL> connect pdb_admin/password@test12c/pdb1
Connected.
SQL> show user;
USER is "PDB_ADMIN"
SQL>
After downloaded, A User import xml file on SQL Developer as example.
Now! pdb_admin user is able to connect PDB1 through SQL Developer.
Related Posts:
Multitenant Self-Service Provisioning - BETA 2 - Started to play
Multitenant Self-Service Provisioning - BETA 2 - Role
No comments:
Post a Comment