ORA-01033
Error: ORA-01033: ORACLE initialization or shutdown in progressCausa: An attempt was made to log on while Oracle is being started or shut down.
Acción: Wait a few minutes. Then retry the operation.
COMENTARIOS:
por Minou | 31/03/2008 01:48:24
RE: ORA-01033
Esa solucion NO SIRVE!!!!!!!, inclusive reiniciando la maquina SIGUE IGUAL
por marylu | 14/05/2008 00:23:28
RE: ORA-01033
como puedo solucionar este error en oracle 9i
por Danny Zarabia | 11/01/2011 00:59:03
RE: ORA-01033
Hola gente, son las 3 AM y logre solucionar este pinche lio:
Se los comparto:
SQL> connect / as sysdba
Conectado.
> SQL> shutdown immediate
> SQL> startup nomount
> SQL> alter database mount
> SQL> alter database open noresetlogs
y ListooO!!!
por David | 19/01/2011 06:17:56
RE: ORA-01033
Gracias Danny por la solución!


