|
SQL> startup pfile=$ORACLE_BASE/admin/testdb/pfile/inittestdb.ora
ORACLE instance started.
Total System Global Area 235999352 bytes
Fixed Size 450680 bytes
Variable Size 201326592 bytes
Database Buffers 33554432 bytes
Redo Buffers 667648 bytes
ORA-00205: error in identifying controlfile, check alert log for more info
SQL> !ps -ef | grep ora_
oracle 3687 1 0 23:16 ? 00:00:00 ora_pmon_ora9201
oracle 3689 1 0 23:16 ? 00:00:00 ora_dbw0_ora9201
oracle 3691 1 0 23:16 ? 00:00:00 ora_lgwr_ora9201
oracle 3693 1 0 23:16 ? 00:00:00 ora_ckpt_ora9201
oracle 3695 1 0 23:16 ? 00:00:00 ora_smon_ora9201
oracle 3697 1 0 23:16 ? 00:00:00 ora_reco_ora9201
oracle 3699 1 0 23:16 ? 00:00:00 ora_cjq0_ora9201
oracle 3701 1 0 23:16 ? 00:00:00 ora_qmn0_ora9201
oracle 3703 1 0 23:16 ? 00:00:00 ora_s000_ora9201
oracle 3705 1 0 23:16 ? 00:00:00 ora_d000_ora9201
oracle 3707 3684 0 23:16 pts/1 00:00:00 /bin/bash -c ps -ef | grep ora_
oracle 3709 3707 0 23:16 pts/1 00:00:00 grep ora_
SQL>
为什么我启动的是testdb,而进程全是ora_9201呢?
我还有一个数据库是ora9201.不知道为什么? |
|