CentOS/RHEL/Oracle Linux 安装oracle database 11g
# su - oracle$ clear
$ env | grep ORACLE
ORACLE_SID=thinkdba
ORACLE_BASE=/u01/app/oracle
ORACLE_TERM=xterm
ORACLE_HOME=/u01/app/oracle/product
$
$ clear
$ ps -ef | grep oracle
root 394939000 15:54 pts/1 00:00:00 su - oracle
oracle 395039490 15:54 pts/1 00:00:00 -bash
oracle 398339500 15:54 pts/1 00:00:00 ps -ef
oracle 398439500 15:54 pts/1 00:00:00 grep oracle
$ sqlplus /nolog
SQL*Plus:>
Copyright (c) 1982, 2009, Oracle.All rights reserved.
SQL> conn sys/ as sysdba
Enter password:
Connected to an>
SQL> startup
ORACLE instance started.
Total System Global Area481259520 bytes
Fixed>
Variable>
Database Buffers 171966464 bytes
Redo Buffers 5963776 bytes
Database mounted.
Database opened.
SQL> !ps -ef | grep thinkdba
oracle 4030 10 15:56 ? 00:00:00 ora_pmon_thinkdba
oracle 4032 10 15:56 ? 00:00:00 ora_vktm_thinkdba
oracle 4036 10 15:56 ? 00:00:00 ora_gen0_thinkdba
oracle 4038 10 15:56 ? 00:00:00 ora_diag_thinkdba
oracle 4040 10 15:56 ? 00:00:00 ora_dbrm_thinkdba
oracle 4042 10 15:56 ? 00:00:00 ora_psp0_thinkdba
oracle 4044 10 15:56 ? 00:00:00 ora_dia0_thinkdba
oracle 4046 14 15:56 ? 00:00:03 ora_mman_thinkdba
oracle 4048 10 15:56 ? 00:00:00 ora_dbw0_thinkdba
oracle 4050 10 15:56 ? 00:00:00 ora_lgwr_thinkdba
oracle 4052 10 15:56 ? 00:00:00 ora_ckpt_thinkdba
oracle 4054 10 15:56 ? 00:00:00 ora_smon_thinkdba
oracle 4056 10 15:56 ? 00:00:00 ora_reco_thinkdba
oracle 4058 10 15:56 ? 00:00:00 ora_mmon_thinkdba
oracle 4060 10 15:56 ? 00:00:00 ora_mmnl_thinkdba
oracle 4062 10 15:56 ? 00:00:00 ora_d000_thinkdba
oracle 4064 10 15:56 ? 00:00:00 ora_s000_thinkdba
oracle 411139862 15:56 ? 00:00:01 oraclethinkdba (DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))
oracle 4114 10 15:56 ? 00:00:00 ora_qmnc_thinkdba
oracle 4117 10 15:57 ? 00:00:00 ora_q000_thinkdba
oracle 4119 10 15:57 ? 00:00:00 ora_q001_thinkdba
oracle 4130 13 15:57 ? 00:00:00 ora_m003_thinkdba
oracle 4136 10 15:57 ? 00:00:00 ora_cjq0_thinkdba
oracle 413839860 15:57 pts/1 00:00:00 /bin/bash -c ps -ef | grep thinkdba
SQL>
页:
[1]