Login to Linux, Starting Listener, Oracle Server and EM plus

Login to Linux, Starting Listener, Oracle Server and EM plus Important Directories and Files

After opening Remote Session with the Zenit server via SSH connection
Redirecting to dba-vm-30
Last login: Thu Jan 20 14:42:06 2011 from gateway.zenit
Have a lot of fun...
Your Default Oracle 11g database is dborcl
Your id is: dba625_121a31
Enterprise Manager:
https://zenit.senecac.on.ca:5610/em  This is my URL for EM
Oracle Environment Variables:
ORACLE_BASE=/opt/oracle
ORACLE_HOME=/opt/oracle/11.2.0.0.0
ORACLE_SID=dborcl
ORACLE_UNQNAME=dborcl
Oracle Data files: /opt/oracle/oradata/dborcl
Oracle pfile:/opt/oracle/admin/dborcl/pfile
Oracle logs:/opt/oracle/admin/dborcl/
dba625_121a31@localhost:~> su - oracle
Password:
Your Default Oracle 11g database is dborcl
Your id is: dba625_121a31
Enterprise Manager:
https://zenit.senecac.on.ca:5610/em
Oracle Environment Variables:
ORACLE_BASE=/opt/oracle
ORACLE_HOME=/opt/oracle/11.2.0.0.0
ORACLE_SID=dborcl
ORACLE_UNQNAME=dborcl
Oracle Data files: /opt/oracle/oradata/dborcl
Oracle pfile:/opt/oracle/admin/dborcl/pfile
Oracle logs:/opt/oracle/admin/dborcl/
oracle@localhost:~> lsnrctl start
LSNRCTL for Linux: Version 11.2.0.1.0 - Production on 25-JAN-2011 14:43:18
Copyright (c) 1991, 2009, Oracle. All rights reserved.
Starting /opt/oracle/11.2.0.0.0/bin/tnslsnr: please wait...
TNSLSNR for Linux: Version 11.2.0.1.0 - Production
System parameter file is /opt/oracle/11.2.0.0.0/network/admin/listener.ora
Log messages written to /opt/oracle/diag/tnslsnr/localhost/listener/alert/log.xml
Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=localhost.localdomain)(PORT=1521)))
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=localhost)(PORT=1521)))
STATUS of the LISTENER
-----------------------Alias
Version
LISTENER
TNSLSNR for Linux: Version 11.2.0.1.0 - Production
Start Date
25-JAN-2011 14:43:18
Uptime
0 days 0 hr. 0 min. 0 sec
Trace Level
off
Security
ON: Local OS Authentication
SNMP
OFF
Listener Parameter File /opt/oracle/11.2.0.0.0/network/admin/listener.ora
Listener Log File
/opt/oracle/diag/tnslsnr/localhost/listener/alert/log.xml
Listening Endpoints Summary...
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=localhost.localdomain)(PORT=1521)))
The listener supports no services
The command completed successfully
oracle@localhost:~> sqlplus /nolog
SQL*Plus: Release 11.2.0.1.0 Production on Tue Jan 25 14:43:28 2011
Copyright (c) 1982, 2009, Oracle. All rights reserved.
SQL> connect sys as sysdba
Enter password:
Connected to an idle instance.
SQL> startup
ORACLE instance started.
Total System Global Area 631914496 bytes
Fixed Size
1338364 bytes
Variable Size
473957380 bytes
Database Buffers
Redo Buffers
150994944 bytes
5623808 bytes
Database mounted.
Database opened.
SQL> set pagesize 100
SQL> SELECT name FROM V$DATABASE;
NAME
--------DBORCL
SQL> HOST
oracle@localhost:~> emctl start dbconsole
Oracle Enterprise Manager 11g Database Control Release 11.2.0.1.0
Copyright (c) 1996, 2009 Oracle Corporation. All rights reserved.
https://localhost.localdomain:5610/em/console/aboutApplication
Starting Oracle Enterprise Manager 11g Database Control ................ started.
-----------------------------------------------------------------Logs are generated in directory /opt/oracle/11.2.0.0.0/localhost.localdomain_dborcl/sysman/log
oracle@localhost:~>
oracle@localhost:~> pwd
/home/oracle
oracle@localhost:~> ls -l
total 28
-rw-r--r-- 1 oracle oinstall 15596 2010-06-24 11:38 db.rsp
drwxr-x--- 3 oracle oinstall 4096 2010-06-24 11:51 oradiag_oracle
drwxrwx--- 5 oracle oinstall 4096 2010-06-24 11:49 oraInventory
drwxr-xr-x 3 oracle oinstall 4096 2010-06-24 11:21 software
oracle@localhost:~> echo $ORACLE_BASE $ORACLE_HOME $ORACLE_SID
/opt/oracle /opt/oracle/11.2.0.0.0 dborcl
oracle@localhost:~>
oracle@localhost:~> cd $ORACLE_HOME
oracle@localhost:/opt/oracle/11.2.0.0.0> ls -l
total 320
drwxr-xr-x 8 oracle oinstall 4096 2010-06-24 11:42 apex
drwxr-xr-x 8 oracle oinstall 4096 2010-06-24 11:38 assistants
drwxr-xr-x 2 oracle oinstall 8192 2010-06-24 11:49 bin
drwxr-xr-x 7 oracle oinstall 4096 2010-06-24 11:43 ccr
drwxr-xr-x 3 oracle oinstall 4096 2010-06-24 11:43 cdata
drwxr-xr-x 4 oracle oinstall 4096 2010-06-24 11:49 cfgtoollogs
drwxr-xr-x 4 oracle oinstall 4096 2010-06-24 11:41 clone
drwxr-xr-x 2 oracle oinstall 4096 2010-06-24 11:43 config
drwxr-xr-x 6 oracle oinstall 4096 2010-06-24 11:38 crs
drwxr-xr-x 3 oracle oinstall 4096 2010-06-24 11:38 csmig
drwxr-xr-x 6 oracle oinstall 4096 2010-06-24 11:43 css
drwxr-xr-x 10 oracle oinstall 4096 2010-06-24 11:43 ctx
drwxr-xr-x 6 oracle oinstall 4096 2010-06-24 11:38 cv
drwxr-xr-x 4 oracle oinstall 4096 2011-01-25 14:43 dbs
drwxr-xr-x 2 oracle oinstall 4096 2010-06-24 11:42 dc_ocm
drwxr-xr-x 4 oracle oinstall 4096 2010-06-24 11:45 deinstall
drwxr-xr-x 3 oracle oinstall 4096 2010-06-24 11:38 demo
drwxr-xr-x 3 oracle oinstall 4096 2010-06-24 11:38 diagnostics
drwxr-xr-x 4 oracle oinstall 4096 2010-06-24 11:38 dv
drwxr-xr-x 3 oracle oinstall 4096 2010-06-24 11:38 emcli
drwxr-x--- 67 oracle oinstall 4096 2010-06-24 13:55 EMStagePatches_dborcl
drwxr-xr-x 3 oracle oinstall 4096 2010-06-24 11:38 has
drwxr-xr-x 5 oracle oinstall 4096 2010-06-24 11:45 hs
drwxr-xr-x 8 oracle oinstall 4096 2010-06-24 11:38 ide
drwxr-xr-x 7 oracle oinstall 4096 2011-01-03 13:52 install
-rw-r--r-- 1 oracle oinstall 37 2010-06-24 11:38 install.platform
drwxr-xr-x 2 oracle oinstall 4096 2010-06-24 11:39 instantclient
drwxrwx--- 13 oracle oinstall 4096 2010-06-24 11:49 inventory
drwxr-xr-x 4 oracle oinstall 4096 2010-06-24 11:41 j2ee
drwxr-xr-x 8 oracle oinstall 4096 2010-06-24 11:38 javavm
drwxr-xr-x 3 oracle oinstall 4096 2010-06-24 11:43 jdbc
drwxr-xr-x 4 oracle oinstall 4096 2010-06-24 11:38 jdev
drwxr-xr-x 6 oracle oinstall 4096 2010-06-24 11:42 jdk
drwxr-xr-x 2 oracle oinstall 4096 2010-06-24 11:42 jlib
drwxr-xr-x 12 oracle oinstall 4096 2010-06-24 11:43 ldap
drwxr-xr-x 4 oracle oinstall 8192 2010-06-24 11:45 lib
drwxr----- 3 oracle oinstall 4096 2011-01-25 14:46 localhost.localdomain_dborcl
drwxr-xr-x 4 oracle oinstall 4096 2010-06-24 13:40 log
drwxr-xr-x 6 oracle oinstall 4096 2010-06-24 11:38 md
drwxr-xr-x 2 oracle oinstall 4096 2010-06-24 11:39 mesg
drwxr-xr-x 6 oracle oinstall 4096 2010-06-24 11:43 mgw
drwxr-xr-x 11 oracle oinstall 4096 2010-06-24 11:45 network
drwxr-xr-x 6 oracle oinstall 4096 2010-06-24 11:38 nls
drwxr-xr-x 20 oracle oinstall 4096 2010-06-24 11:40 oc4j
drwxr-xr-x 6 oracle oinstall 4096 2010-06-24 11:38 odbc
drwxr-xr-x 5 oracle oinstall 4096 2010-06-24 11:38 olap
drwxr-xr-x 5 oracle oinstall 4096 2010-06-24 11:38 ons
drwxr-xr-x 6 oracle oinstall 4096 2010-06-24 11:43 OPatch
drwxr-xr-x 7 oracle oinstall 4096 2010-06-24 11:43 opmn
drwxr-xr-x 4 oracle oinstall 4096 2010-06-24 11:38 oracore
-rw-r----- 1 oracle oinstall 60 2010-06-24 11:38 oraInst.loc
drwxr-xr-x 8 oracle oinstall 4096 2010-06-24 11:38 ord
drwxr-xr-x 7 oracle oinstall 4096 2010-06-24 11:43 oui
drwxr-xr-x 26 oracle oinstall 4096 2010-06-24 11:43 owb
drwxr-xr-x 4 oracle oinstall 4096 2010-06-24 11:38 owm
drwxr-xr-x 5 oracle oinstall 4096 2010-06-24 11:45 perl
drwxr-xr-x 6 oracle oinstall 4096 2010-06-24 11:38 plsql
drwxr-xr-x 7 oracle oinstall 4096 2010-06-24 11:38 precomp
drwxr-xr-x 7 oracle oinstall 4096 2010-06-24 11:43 racg
drwxr-xr-x 13 oracle oinstall 4096 2010-06-24 11:45 rdbms
drwxr-xr-x 4 oracle oinstall 4096 2010-06-24 11:43 relnotes
-rwxr-x--- 1 oracle oinstall 416 2010-06-24 11:45 root.sh
drwxr-xr-x 4 oracle oinstall 4096 2010-06-24 11:38 scheduler
-rw-r--r-- 1 oracle oinstall 2115 2010-12-24 09:06 shutdown.log
drwxr-xr-x 3 oracle oinstall 4096 2010-06-24 11:38 slax
drwxr-xr-x 13 oracle oinstall 4096 2010-06-24 11:42 sqldeveloper
drwxr-xr-x 3 oracle oinstall 4096 2010-06-24 11:38 sqlj
drwxr-xr-x 7 oracle oinstall 4096 2010-06-24 11:44 sqlplus
drwxr-xr-x 10 oracle oinstall 4096 2010-06-24 11:43 srvm
-rw-r--r-- 1 oracle oinstall 4487 2011-01-03 13:49 startup.log
drwxr-xr-x 15 oracle oinstall 4096 2010-06-24 11:43 sysman
drwxr-xr-x 2 oracle oinstall 4096 2010-06-24 11:41 timingframework
drwxr-xr-x 3 oracle oinstall 4096 2010-06-24 11:43 ucp
drwxr-xr-x 4 oracle oinstall 4096 2010-06-24 11:38 uix
drwxr-xr-x 2 oracle oinstall 4096 2010-06-24 11:39 utl
drwxr-xr-x 3 oracle oinstall 4096 2010-06-24 11:38 wwg
drwxr-xr-x 7 oracle oinstall 4096 2010-06-24 11:39 xdk
oracle@localhost:/opt/oracle/11.2.0.0.0> cd ..
oracle@localhost:/opt/oracle> pwd
/opt/oracle
oracle@localhost:/opt/oracle> ls -l
total 28
drwxr-xr-x 74 oracle oinstall 4096 2010-12-24 08:05 11.2.0.0.0
drwxr-x--- 3 oracle oinstall 4096 2010-06-24 13:47 admin
drwxr-x--- 5 oracle oinstall 4096 2010-06-24 13:46 cfgtoollogs
drwxr-xr-x 2 oracle oinstall 4096 2010-06-24 11:49 checkpoints
drwxrwxr-x 4 oracle oinstall 4096 2010-06-24 13:48 diag
drwxr-x--- 3 oracle oinstall 4096 2010-06-24 13:47 oradata
drwxr-xr-x 2 oracle oinstall 4096 2010-06-24 11:23 oraInventory
oracle@localhost:/opt/oracle> cd oradata
oracle@localhost:/opt/oracle/oradata> ls -l
total 4
drwxr-x--- 2 oracle oinstall 4096 2010-06-24 13:50 dborcl
oracle@localhost:/opt/oracle/oradata> cd dborcl
oracle@localhost:/opt/oracle/oradata/dborcl> ls -l
total 1646692
-rw-r----- 1 oracle oinstall 9748480 2011-01-25 14:50 control01.ctl
-rw-r----- 1 oracle oinstall 9748480 2011-01-25 14:50 control02.ctl
-rw-r----- 1 oracle oinstall 104865792 2011-01-25 14:44 example01.dbf
-rw-r----- 1 oracle oinstall 52429312 2011-01-25 14:44 redo01.log
-rw-r----- 1 oracle oinstall 52429312 2011-01-25 14:44 redo02.log
-rw-r----- 1 oracle oinstall 52429312 2011-01-25 14:50 redo03.log
-rw-r----- 1 oracle oinstall 618668032 2011-01-25 14:49 sysaux01.dbf
-rw-r----- 1 oracle oinstall 713039872 2011-01-25 14:49 system01.dbf
-rw-r----- 1 oracle oinstall 20979712 2011-01-25 14:47 temp01.dbf
-rw-r----- 1 oracle oinstall 62922752 2011-01-25 14:49 undotbs01.dbf
-rw-r----- 1 oracle oinstall 5251072 2011-01-25 14:44 users01.dbf
oracle@localhost:/opt/oracle/oradata/dborcl>
oracle@localhost:/opt/oracle/oradata/dborcl> cd . ./..
oracle@localhost:/opt/oracle>
oracle@localhost:/opt/oracle> cd admin
oracle@localhost:/opt/oracle/admin> ls -l
total 4
drwxr-x--- 6 oracle oinstall 4096 2010-06-24 13:47 dborcl
oracle@localhost:/opt/oracle/admin> cd dborcl
oracle@localhost:/opt/oracle/admin/dborcl> ls -l
total 20
drwxr-x--- 2 oracle oinstall 8192 2011-01-25 14:44 adump
drwxr-x--- 2 oracle oinstall 4096 2010-06-24 13:50 dpdump
drwxr-x--- 2 oracle oinstall 4096 2010-06-24 13:52 pfile
drwxr-x--- 2 oracle oinstall 4096 2010-06-24 13:47 scripts
oracle@localhost:/opt/oracle/admin/dborcl> cd pfile
oracle@localhost:/opt/oracle/admin/dborcl/pfile> ls -l
total 4
-rw-r----- 1 oracle oinstall 1669 2010-06-24 13:48 init.ora.5242010135221
oracle@localhost:/opt/oracle/admin/dborcl/pfile>
oracle@localhost:/opt/oracle/admin/dborcl/pfile> cat init*
##############################################################################
# Copyright (c) 1991, 2001, 2002 by Oracle Corporation
##############################################################################
###########################################
# Cache and I/O
###########################################
db_block_size=8192
###########################################
# Cursors and Library Cache
###########################################
open_cursors=300
###########################################
# Database Identification
###########################################
db_domain=""
db_name=dborcl
###########################################
# File Configuration
###########################################
control_files=("/opt/oracle/oradata/dborcl/control01.ctl", "/opt/oracle/oradata/dborcl/control02.ctl")
###########################################
# Miscellaneous
###########################################
compatible=11.2.0.0.0
diagnostic_dest=/opt/oracle
memory_target=632291328
###########################################
# Processes and Sessions
###########################################
processes=150
###########################################
# Security and Auditing
###########################################
audit_file_dest=/opt/oracle/admin/dborcl/adump
audit_trail=db
remote_login_passwordfile=EXCLUSIVE
###########################################
# Shared Server
###########################################
dispatchers="(PROTOCOL=TCP) (SERVICE=dborclXDB)"
###########################################
# System Managed Undo and Rollback Segments
###########################################
undo_tablespace=UNDOTBS1
oracle@localhost:/opt/oracle/admin/dborcl/pfile> cd ..
oracle@localhost:/opt/oracle/admin/dborcl> ls -l
total 20
drwxr-x--- 2 oracle oinstall 8192 2011-01-25 14:44 adump
drwxr-x--- 2 oracle oinstall 4096 2010-06-24 13:50 dpdump
drwxr-x--- 2 oracle oinstall 4096 2010-06-24 13:52 pfile
drwxr-x--- 2 oracle oinstall 4096 2010-06-24 13:47 scripts
oracle@localhost:/opt/oracle/admin/dborcl> cd scripts
oracle@localhost:/opt/oracle/admin/dborcl/scripts> ls -l
total 40
-rw-r----- 1 oracle oinstall 2741 2010-06-24 13:47 cloneDBCreation.sql
-rw-r----- 1 oracle oinstall 271 2010-06-24 13:47 CloneRmanRestore.sql
-rwxr-xr-x 1 oracle oinstall 545 2010-06-24 13:47 dborcl.sh
-rwxr-xr-x 1 oracle oinstall 654 2010-06-24 13:47 dborcl.sql
-rw-r----- 1 oracle oinstall 1705 2010-06-24 13:47 initdborclTemp.ora
-rw-r----- 1 oracle oinstall 1669 2010-06-24 13:47 init.ora
-rw-r----- 1 oracle oinstall 505 2010-06-24 13:47 lockAccount.sql
-rw-r----- 1 oracle oinstall 1002 2010-06-24 13:47 postDBCreation.sql
-rw-r----- 1 oracle oinstall 540 2010-06-24 13:47 postScripts.sql
-rw-r----- 1 oracle oinstall 1343 2010-06-24 13:47 rmanRestoreDatafiles.sql
oracle@localhost:/opt/oracle/admin/dborcl/scripts>
oracle@localhost:/opt/oracle/admin/dborcl/scripts> cat init.ora
##############################################################################
# Copyright (c) 1991, 2001, 2002 by Oracle Corporation
##############################################################################
###########################################
# Cache and I/O
###########################################
db_block_size=8192
###########################################
# Cursors and Library Cache
###########################################
open_cursors=300
###########################################
# Database Identification
###########################################
db_domain=""
db_name=dborcl
###########################################
# File Configuration
###########################################
control_files=("/opt/oracle/oradata/dborcl/control01.ctl", "/opt/oracle/oradata/dborcl/control02.ctl")
###########################################
# Miscellaneous
###########################################
compatible=11.2.0.0.0
diagnostic_dest=/opt/oracle
memory_target=632291328
###########################################
# Processes and Sessions
###########################################
processes=150
###########################################
# Security and Auditing
###########################################
audit_file_dest=/opt/oracle/admin/dborcl/adump
audit_trail=db
remote_login_passwordfile=EXCLUSIVE
###########################################
# Shared Server
###########################################
dispatchers="(PROTOCOL=TCP) (SERVICE=dborclXDB)"
###########################################
# System Managed Undo and Rollback Segments
###########################################
undo_tablespace=UNDOTBS1
oracle@localhost:/opt/oracle/admin/dborcl/scripts>
oracle@localhost:/opt/oracle/admin/dborcl/scripts> cd /opt/oracle
oracle@localhost:/opt/oracle>
oracle@localhost:/opt/oracle> ls -l
total 28
drwxr-xr-x 74 oracle oinstall 4096 2010-12-24 08:05 11.2.0.0.0
drwxr-x--- 3 oracle oinstall 4096 2010-06-24 13:47 admin
drwxr-x--- 5 oracle oinstall 4096 2010-06-24 13:46 cfgtoollogs
drwxr-xr-x 2 oracle oinstall 4096 2010-06-24 11:49 checkpoints
drwxrwxr-x 4 oracle oinstall 4096 2010-06-24 13:48 diag
drwxr-x--- 3 oracle oinstall 4096 2010-06-24 13:47 oradata
drwxr-xr-x 2 oracle oinstall 4096 2010-06-24 11:23 oraInventory
oracle@localhost:/opt/oracle> cd diag
oracle@localhost:/opt/oracle/diag> ls -l
total 8
drwxr-x--- 3 oracle oinstall 4096 2010-06-24 13:48 rdbms
drwxr-xr-x 3 oracle oinstall 4096 2010-06-24 13:40 tnslsnr
oracle@localhost:/opt/oracle/diag> cd rdbms
oracle@localhost:/opt/oracle/diag/rdbms> ls -l
total 4
drwxr-x--- 3 oracle oinstall 4096 2010-06-24 13:48 dborcl
oracle@localhost:/opt/oracle/diag/rdbms> cd dborcl
oracle@localhost:/opt/oracle/diag/rdbms/dborcl> ls -l
total 4
drwxr-x--- 13 oracle oinstall 4096 2010-06-24 13:48 dborcl
-rw-r----- 1 oracle oinstall 0 2010-06-24 13:48 i_1.mif
oracle@localhost:/opt/oracle/diag/rdbms/dborcl> cd dborcl
oracle@localhost:/opt/oracle/diag/rdbms/dborcl/dborcl> ls -l
total 52
drwxr-x--- 2 oracle oinstall 4096 2010-06-24 13:48 alert
drwxr-x--- 2 oracle oinstall 4096 2010-06-24 13:48 cdump
drwxr-x--- 2 oracle oinstall 4096 2010-06-24 13:48 hm
drwxr-x--- 2 oracle oinstall 4096 2010-06-24 13:48 incident
drwxr-x--- 2 oracle oinstall 4096 2010-06-24 13:48 incpkg
drwxr-x--- 2 oracle oinstall 4096 2010-12-24 08:02 ir
drwxr-x--- 2 oracle oinstall 4096 2010-06-24 13:50 lck
drwxr-x--- 2 oracle oinstall 4096 2010-06-24 13:50 metadata
drwxr-x--- 2 oracle oinstall 4096 2010-06-24 13:48 stage
drwxr-x--- 2 oracle oinstall 4096 2010-06-24 13:48 sweep
drwxr-x--- 2 oracle oinstall 12288 2011-01-25 14:48 trace
oracle@localhost:/opt/oracle/diag/rdbms/dborcl/dborcl> cd alert
oracle@localhost:/opt/oracle/diag/rdbms/dborcl/dborcl/alert> ls -l
total 428
-rw-r----- 1 oracle oinstall 432145 2011-01-25 14:49 log.xml
oracle@localhost:/opt/oracle/diag/rdbms/dborcl/dborcl/alert> cd ../trace
oracle@localhost:/opt/oracle/diag/rdbms/dborcl/dborcl/trace> ls -l
total 2496
-rw-r----- 1 oracle oinstall 76675 2011-01-25 14:49 alert_dborcl.log
-rw-r----- 1 oracle oinstall 2135 2011-01-17 22:00 dborcl_cjq0_18402.trc
-rw-r----- 1 oracle oinstall 171 2011-01-17 22:00 dborcl_cjq0_18402.trm
-rw-r----- 1 oracle oinstall 885 2011-01-03 13:49 dborcl_dbrm_12321.trc
-rw-r----- 1 oracle oinstall
62 2011-01-03 13:49 dborcl_dbrm_12321.trm
-rw-r----- 1 oracle oinstall 624910 2011-01-18 02:00 dborcl_dbrm_18220.trc
-rw-r----- 1 oracle oinstall 80077 2011-01-18 02:00 dborcl_dbrm_18220.trm
ETC -- many files
oracle@localhost:/opt/oracle/diag/rdbms/dborcl/dborcl/trace>
oracle@localhost:/opt/oracle/diag/rdbms/dborcl/dborcl/trace> tail -100 alert_dborcl.log
Archive process shutdown avoided: 0 active
Thu Jan 20 14:58:51 2011
Instance shutdown complete
Tue Jan 25 14:43:50 2011
Starting ORACLE instance (normal)
LICENSE_MAX_SESSION = 0
LICENSE_SESSIONS_WARNING = 0
Picked latch-free SCN scheme 2
Using LOG_ARCHIVE_DEST_1 parameter default value as /opt/oracle/11.2.0.0.0/dbs/arch
Autotune of undo retention is turned on.
IMODE=BR
ILAT =27
LICENSE_MAX_USERS = 0
SYS auditing is disabled
Starting up:
Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options.
Using parameter settings in server-side spfile /opt/oracle/11.2.0.0.0/dbs/spfiledborcl.ora
System parameters with non-default values:
processes
memory_target
control_files
= 150
= 604M
= "/opt/oracle/oradata/dborcl/control01.ctl"
control_files
db_block_size
compatible
undo_tablespace
= "/opt/oracle/oradata/dborcl/control02.ctl"
= 8192
= "11.2.0.0.0"
= "UNDOTBS1"
remote_login_passwordfile= "EXCLUSIVE"
db_domain
dispatchers
audit_file_dest
audit_trail
db_name
= ""
= "(PROTOCOL=TCP) (SERVICE=dborclXDB)"
= "/opt/oracle/admin/dborcl/adump"
= "DB"
= "dborcl"
open_cursors
= 300
diagnostic_dest
= "/opt/oracle"
Tue Jan 25 14:43:55 2011
PMON started with pid=2, OS id=32329
Tue Jan 25 14:43:55 2011
VKTM started with pid=3, OS id=32334 at elevated priority
VKTM running at (10)millisec precision with DBRM quantum (100)ms
Tue Jan 25 14:43:56 2011
GEN0 started with pid=4, OS id=32341
Tue Jan 25 14:43:56 2011
DIAG started with pid=5, OS id=32346
Tue Jan 25 14:43:56 2011
DBRM started with pid=6, OS id=32351
Tue Jan 25 14:43:56 2011
PSP0 started with pid=7, OS id=32356
Tue Jan 25 14:43:56 2011
DIA0 started with pid=8, OS id=32361
Tue Jan 25 14:43:56 2011
MMAN started with pid=9, OS id=32366
Tue Jan 25 14:43:56 2011
DBW0 started with pid=10, OS id=32371
Tue Jan 25 14:43:56 2011
LGWR started with pid=11, OS id=32376
Tue Jan 25 14:43:56 2011
CKPT started with pid=12, OS id=32381
Tue Jan 25 14:43:57 2011
SMON started with pid=13, OS id=32386
Tue Jan 25 14:43:57 2011
RECO started with pid=14, OS id=32391
Tue Jan 25 14:43:57 2011
MMON started with pid=15, OS id=32396
starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
Tue Jan 25 14:43:57 2011
MMNL started with pid=16, OS id=32401
starting up 1 shared server(s) ...
ORACLE_BASE from environment = /opt/oracle
Tue Jan 25 14:43:57 2011
ALTER DATABASE MOUNT
Successful mount of redo thread 1, with mount id 3317879726
Database mounted in Exclusive Mode
Lost write protection disabled
Completed: ALTER DATABASE MOUNT
Tue Jan 25 14:44:02 2011
ALTER DATABASE OPEN
Thread 1 opened at log sequence 27
Current log# 3 seq# 27 mem# 0: /opt/oracle/oradata/dborcl/redo03.log
Successful open of redo thread 1
MTTR advisory is disabled because FAST_START_MTTR_TARGET is not set
SMON: enabling cache recovery
Successfully onlined Undo Tablespace 2.
Verifying file header compatibility for 11g tablespace encryption..
Verifying 11g file header compatibility for tablespace encryption completed
SMON: enabling tx recovery
Database Characterset is WE8MSWIN1252
No Resource Manager plan active
replication_dependency_tracking turned off (no async multimaster replication found)
Starting background process QMNC
Tue Jan 25 14:44:05 2011
QMNC started with pid=20, OS id=32474
Completed: ALTER DATABASE OPEN
Tue Jan 25 14:44:07 2011
Starting background process CJQ0
Tue Jan 25 14:44:07 2011
CJQ0 started with pid=22, OS id=32504
Tue Jan 25 14:49:05 2011
Starting background process SMCO
Tue Jan 25 14:49:05 2011
SMCO started with pid=36, OS id=1968
oracle@localhost:/opt/oracle/diag/rdbms/dborcl/dborcl/trace>