Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

dbstart, dbshut, problem, 11g

911871Jan 18 2012 — edited Jan 19 2012
one of my oracle servers running on linux need to be migrated to another machine due to a emergency disk failure. I cp all of the directory files from a backup , and I rename the new machine with the ip address and hostname of the old machine. I then try to start up oracle but have the following problem:

there are two database schema that exist in this oracle server (orcl, pprod), when I do dbstart, the databases start up seems to have no problem (see below) . when I try dbshut, the default database of orcl1 has no problem shutting down, but my 2nd database (pprod) seems to have problem in the sense the log message tells me that the database does not exist or didn't get startup properly

In addition, when I startup the listenser, the listenser seems to work only for the default database of orcl , but it is not able to establish the listerner for the 2nd database of pprod.

Does anyone have any suggestion of how to resolve this problem? thanks in advance.
------------------------------------------
./bin/dbstart

log output:
./dbstart: Starting up database "orcl"
Wed Jan 18 12:49:06 EST 2012


SQL*Plus: Release 11.1.0.6.0 - Production on Wed Jan 18 12:49:06 2012

Copyright (c) 1982, 2007, Oracle. All rights reserved.

SQL> Connected to an idle instance.
SQL> ORACLE instance started.

Total System Global Area 3357155328 bytes
Fixed Size 2149040 bytes
Variable Size 2382366032 bytes
Database Buffers 956301312 bytes
Redo Buffers 16338944 bytes
Database mounted.
Database opened.
SQL> Disconnected from Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options

./dbstart: Database instance "orcl" warm started.

./dbstart: Starting up database "pprod"
Wed Jan 18 12:49:17 EST 2012


SQL*Plus: Release 11.1.0.6.0 - Production on Wed Jan 18 12:49:17 2012

Copyright (c) 1982, 2007, Oracle. All rights reserved.

SQL> Connected to an idle instance.
SQL> ORACLE instance started.

Total System Global Area 1603411968 bytes
Fixed Size 2144824 bytes
Variable Size 1056966088 bytes
Database Buffers 536870912 bytes
Redo Buffers 7430144 bytes
Database mounted.
Database opened.
SQL> Disconnected from Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options

./dbstart: Database instance "pprod" warm started.

----------------

SQL*Plus: Release 11.1.0.6.0 - Production on Wed Jan 18 12:53:07 2012

Copyright (c) 1982, 2007, Oracle. All rights reserved.

SQL> Connected.
SQL> Database closed.
Database dismounted.
ORACLE instance shut down.
SQL> Disconnected from Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
Database instance "orcl" shut down.

SQL*Plus: Release 11.1.0.6.0 - Production on Wed Jan 18 12:53:18 2012

Copyright (c) 1982, 2007, Oracle. All rights reserved.

SQL> Connected to an idle instance.
SQL> ORA-01034: ORACLE not available
ORA-27101: shared memory realm does not exist
Linux-x86_64 Error: 2: No such file or directory
SQL> Disconnected
Database instance "pprod" shut down.

______________________________________
LSNRCTL for Linux: Version 11.1.0.6.0 - Production on 18-JAN-2012 12:56:13

Copyright (c) 1991, 2007, Oracle. All rights reserved.

Starting /xxxx/oracle11g/product/11.1.0/db_1/bin/tnslsnr: please wait...

TNSLSNR for Linux: Version 11.1.0.6.0 - Production
System parameter file is /xxxx/oracle11g/product/11.1.0/db_1/network/admin/listener.ora
Log messages written to /xxxx/oracle11g/diag/tnslsnr/xxx/listener/alert/log.xml
Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1521)))
Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=xxx.xxx.xxx)(PORT=1521)))

Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1521)))
STATUS of the LISTENER
------------------------
Alias LISTENER
Version TNSLSNR for Linux: Version 11.1.0.6.0 - Production
Start Date 18-JAN-2012 12:56:13
Uptime 0 days 0 hr. 0 min. 0 sec
Trace Level off
Security ON: Local OS Authentication
SNMP OFF
Listener Parameter File /xxxx/oracle11g/product/11.1.0/db_1/network/admin/listener.ora
Listener Log File /xxxx/oracle11g/diag/tnslsnr/xxx/listener/alert/log.xml
Listening Endpoints Summary...
(DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1521)))
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=xxx.xxx.xxx)(PORT=1521)))
The listener supports no services
The command completed successfully
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 16 2012
Added on Jan 18 2012
17 comments
7,424 views