After creating the second pluggable database, next step is to connect to the pluggable databases and cretae a tablespace in one of them.
Before connecting, be sure the pluggable databases are listed in the listener.ora..
LISTENER =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
(ADDRESS = (PROTOCOL = TCP)(HOST = localhost.localdomain)(PORT = 1521))
)
)
SID_LIST_LISTENER =
(SID_LIST =
(SID_DESC =
(SID_NAME = PDBORATEST)
(ORACLE_HOME = /u01/app/oracle/product/12.1.0)
)
(SID_DESC =
(SID_NAME = PLUGDB02)
(ORACLE_HOME = /u01/app/oracle/product/12.1.0)
)
)
So now we are able to make a connection to one of the pluggable databases
[oracle@localhost admin]$ sqlplus / as sysdba
SQL*Plus: Release 12.1.0.1.0 Production on Fri Jul 5 11:05:13 2013
Copyright (c) 1982, 2013, Oracle. All rights reserved.
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> show con_name
CON_NAME
------------------------------
CDB$ROOT
This is still the container database, to connect to the pluggable database..
[oracle@localhost admin]$ sqlplus sys@pdboratest as sysdba
SQL*Plus: Release 12.1.0.1.0 Production on Fri Jul 5 11:06:59 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> show con_name
CON_NAME
------------------------------
PDBORATEST
In the pdboratest I have created a basefarm tablespace..
SQL> select tablespace_name from dba_tablespaces;
TABLESPACE_NAME
------------------------------
SYSTEM
SYSAUX
TEMP
USERS
BASEFARM01
Let's check the other pluggable database
SQL> show con_name
CON_NAME
------------------------------
PLUGDB02
SQL> select tablespace_name from dba_tablespaces;
TABLESPACE_NAME
------------------------------
SYSTEM
SYSAUX
TEMP
USERS
Tablespace just created is not there.
Lets check the container database..
SQL> show con_name
CON_NAME
------------------------------
CDB$ROOT
SQL> select tablespace_name from dba_tablespaces;
TABLESPACE_NAME
------------------------------
SYSTEM
SYSAUX
UNDOTBS1
TEMP
USERS
Also not visible...
5 comments:
This is great!
Hyderabadsys Online Training provides Oracle EBS Online Training. We give Oracle EBS Online Training that is exclusively designed with Basics through Advanced Concepts. Study Material, Certification and Interview Guidance are provided during the course.
All our training sessions are Completely Practical and realtime basis. Oracle E-Business Suite Supply Chain Management applications integrate and chain activities, from design, planning, and procurement to manufacturing.
Our Oracle EBS online training batches start every week and we accommodate your flexible timings.All our students were happy and able to find Jobs quickly in USA, UK, Singapore, Japan. Hyderabadsys Trainers are experts in Oracle EBS domain and teach with realtime experience.
I thins is enough to get the knowledge to connect the database easily. Thanks to share...
Hyderabadsys provide Oracle EBS online training in World wise. These reports show basic accounting data that helps investors and other users to understand the history and the financial activities of a company.
The majority of Oracle E-Business clients have basic set of modules, also referred as Oracle Financials. Let's take a look at outsourcing options and pitfalls.
Oracle EBS-online-training
Piles Surgery
Piles are inflamed and swollen collections of tissue in the anal area.
Post a Comment