Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Open/not open ?
HI,
I got something weird
the database said it is open and not open
in the same time ...
any lights ?
Thanks in advance
Oracle 9.2.0.6/AIX
U13:oracle:/prd/app/system/exploit/shell#sqlplus /nolog
SQL*Plus: Release 9.2.0.6.0 - Production on Fri Nov 30 09:45:09 2007
Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
SQL> connect / as sysdba
Connected.
SQL>
SQL> select status from v$instance;
STATUS
Database altered.
SQL> select status from v$instance;
STATUS
SQL> alter database open;
alter database open
*
ERROR at line 1:
ORA-01531: a database already open by the instance
SQL> select status from v$instance;
STATUS
![]() |
![]() |