Hi
I am getting the following error. I shutdown my database as 'shutdown immediate';

SQL> startup
ORACLE instance started.

Total System Global Area 135338868 bytes
Fixed Size 453492 bytes
Variable Size 109051904 bytes
Database Buffers 25165824 bytes
Redo Buffers 667648 bytes
Database mounted.
ORA-01092: ORACLE instance terminated. Disconnection forced

my alter log file
=================
Mon Apr 21 15:35:30 2003
Errors in file d:\oracle\admin\buchku\udump\buchku_ora_1576.trc:
ORA-00942: table or view does not exist

Error 942 happened during db open, shutting down database
USER: terminating instance due to error 942
Instance terminated by USER, pid = 1576
ORA-1092 signalled during: ALTER DATABASE OPEN...

I know it is seq$ table, what got deleted

Regards