Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> cannot connect as ssys
SVRMGR> connect sys/change_on_install_at_orcl
ORA-01034: ORACLE not available
SVRMGR> connect sys/change_on_install
ORA-01034: ORACLE not available
SVRMGR> connect internal
Password:
ORA-01031: insufficient privileges
SVRMGR> connect internal
Password:
Connected.
SVRMGR> select * from v$instance
2> ;
select * from v$instance
*
ORA-01034: ORACLE not available
SVRMGR> startup
ORACLE instance started.
Total System Global Area 4915200 bytes Fixed Size 49152 bytes Variable Size 4587520 bytes Database Buffers 204800 bytes Redo Buffers 73728 bytesDatabase mounted.
*
ORA-00903: invalid table name
SVRMGR> select * from all_objects;
select * from all_objects
*
ORA-00942: table or view does not exist
issues
1. all_objects does not exist.
2. not able to connect as sysdba
Kindly help
Thanks
Pradeep
Received on Sat Jan 14 2006 - 02:19:02 CST
![]() |
![]() |