startup upgrade
Hi I have applied fixpack 10.2.0.4 to 10.2.0.1 database .
while tying to start database it shows the following error.
error log file showed to startup in upgrade process .
Now when i startup in upgrade pocess i am able to connect only using sys user but not other users .
SQL> startup
ORACLE instance started.
Total System Global Area 612368384 bytes
Fixed Size 1298160 bytes
Variable Size 171966736 bytes
Database Buffers 432013312 bytes
Redo Buffers 7090176 bytes
Database mounted.
ORA-01092: ORACLE instance terminated. Disconnection forced
SQL> conn / as sysdba
Connected to an idle instance.
SQL> startup upgrade
ORACLE instance started.
Total System Global Area 612368384 bytes
Fixed Size 1298160 bytes
Variable Size 171966736 bytes
Database Buffers 432013312 bytes
Redo Buffers 7090176 bytes
Database mounted.
Database opened.
SQL> conn scott/tiger
ERROR:
ORA-01035: ORACLE only available to users with RESTRICTED SESSION privilege
Warning: You are no longer connected to ORACLE.
SQL>