Learning-Practice - Oracle 12C PDF
Learning-Practice - Oracle 12C PDF
local_listener
After the installation I checked the parameter " local_listener ". If it has not a value I made sure it has a
value.
SQL> show parameter local_listener
SQL> alter system set local_listener ='(ADDRESS = (PROTOCOL=TCP) (HOST=hostname)
(PORT=port_number) )' scope=both;
http://edstevensdba.wordpress.com/2011/07/30/exploring-the-local_listener-parameter/
SQL> shutdown immediate
Using the below link to unplug "DEPDB" from "World" CDB and plug "DEPDB" to the CDB "EUCDB".
http://oracle-base.com/articles/12c/multitenant-create-and-configure-pluggable-database-12cr1.php
When the screen "Unplug Pluggable Database" came up I gave the Path "/u03/12c_data/" in the
"Pluggable Database Archive Location" so that it saved in the location where I want and easy to
remember.
$ export ORACLE_SID=world
$ SQLPLUS sys as sysdba
SQL> startup
$ dbca
o