Database Reference
In-Depth Information
FiGUReĀ 11.17 Success screen
exeRCiSe 11.2
Creating a PDB Using SQl*Plus
In this exercise, you will utilize SQL*Plus to create a pluggable database in a container data-
base, using the PDB seed database and Oracle Managed Files (the default). This exercise
assumes that you already have a CDB running on the host server.
1. From the command line, launch SQL*Plus.
2. Connect as a common user with SYSDBA privileges.
3. Create the PDB:
C:\>sqlplus sys@CONT as sysdba
SQL*Plus: Release 12.1.0.1.0 Production on Sun Nov 17 20:49:57 2013
Copyright (c) 1982, 2013, Oracle. All rights reserved.
Enter password:
Connected to:
Oracle Database 12c Enterprise Edition Release 12.1.0.1.0 - 64bit Production
With the Partitioning, OLAP, Advanced Analytics and Real Application Testing
options
SQL>
SQL> CREATE PLUGGABLE DATABASE pdb3
2 ADMIN USER pdb3_admin IDENTIFIED BY system03
3 /
Search WWH ::




Custom Search