Oracle 12c Software and Database Installation GUI
Oracle 12c Software and Database Installation GUI
Logout from grid and login as root, then perform the following:
mkdir -p /u01/app/oracle
mkdir -p /u01/app/grid
mkdir -p /u01/app/12.1.0/grid
Once Xming is installed, run the application called 'XLaunch' and verify that the settings are as
shown:
Save the configuration click finish and close XLaunch
Configuring PuTTy
After installing PuTTy, double-click on the PuTTy icon on the desktop and configure as shown:
The most important setting is the X11 Forwarding. Without that set, the X-window system
cannot find your PC for display. Save the configuration by typing a name (i.e. secu) in the box
under 'Saved Sessions' on the Sessions screen. Press the Save button to save the configuration.
Click Open to open the terminal window or Cancel to close PuTTy.
The next time PuTTy is run, the session named “secu” will be shown. Select “secu” with the
mouse and click Open to launch.
Get into software location folder:
total 2481496
drwxrwxrwx 1 root root 4096 Jul 7 2014 database
Checking Temp space: must be greater than 500 MB. Actual 3682 MB Passed
Checking swap space: must be greater than 150 MB. Actual 4094 MB Passed
Checking monitor: must be configured to display at least 256 colors. Actual 16777216 Passed
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Local Resources
--------------------------------------------------------------------------------
ora.DATA.dg
ora.LISTENER.lsnr
ora.asm
ora.ons
--------------------------------------------------------------------------------
Cluster Resources
--------------------------------------------------------------------------------
ora.cssd
ora.diskmon
ora.evmd
total 2481496
Checking Temp space: must be greater than 500 MB. Actual 3682 MB Passed
Checking swap space: must be greater than 150 MB. Actual 4094 MB Passed
Checking monitor: must be configured to display at least 256 colors. Actual 16777216 Passed
Configure a dedicate database Listener (this is different from the default Listener running in the gird):
Create the Database
Run dbca (Database Creation Assistant) to create a database
Creating Container Database SECUCDB with one Pluggable Database QA17PDB
Did not enable Fast Recovery Area and archiving.
Run DBCA to Create one more Pluggable Database QA01PDB
Test the Enterprise Manager Database Express
If you want to test from hosting machine, use the url https://10.7.68.41:5500/em/login
Login to putty:
secucdb
CON_NAME
------------------------------
CDB$ROOT
CON_ID
------------------------------
Display the list of available services for the root and the PDBs.
NAME CON_ID
---------------------------------------------------------------- ----------
SYS$BACKGROUND 1
SYS$USERS 1
qa01pdb.fisdev.local 4
qa03pdb.fisdev.local 5
qa17pdb.fisdev.local 3
secucdb.fisdev.local 1
secucdbXDB 1
7 rows selected.
PDB_NAME STATUS
--------------- ---------
QA17PDB NORMAL
PDB$SEED NORMAL
QA01PDB NORMAL
QA03PDB NORMAL
NAME OPEN_MODE
------------------------------ ----------
TABLESPACE_NAME CON_ID
------------------------------ ----------
SYSTEM 1
SYSAUX 1
UNDOTBS1 1
TEMP 1
USERS 1
FILE_NAME CON_ID
----------------------------------------------- ----------
+DATA/SECUCDB/DATAFILE/users.262.931580935 1
+DATA/SECUCDB/DATAFILE/undotbs1.269.931580935 1
+DATA/SECUCDB/DATAFILE/system.261.931580889 1
+DATA/SECUCDB/DATAFILE/sysaux.270.931580847 1
FILE_NAME CON_ID
----------------------------------------------- ----------
+DATA/SECUCDB/TEMPFILE/temp.264.931580985 1
Use the Easy Connect syntax to connect to the PDB unless a net service name is configured in the
tnsnames for
Connected.
CON_NAME
------------------------------
QA17PDB
CON_ID
------------------------------
SQL> disconnect
Connected.
------------------------------
QA17PDB
CON_ID
------------------------------
Connected.
CON_NAME
------------------------------
QA01PDB
CON_ID
------------------------------