Hi, all,
I've done some searching but haven't found anything that helps, only people getting the same error on tables they've just created. I've just installed 10g on Oracle Linux 5, and I'm trying to get off the ground.
Although I can see dba_users exists in Enterprise Manager, I can't query it in SQL_Plus. I get:
SQL> select * from dba_users;
select * from dba_users
*
ERROR at line 1:
ORA-00942: table or view does not exist
I'm logging into SQL Plus using sys as sysdba. I also log into Enterprise Manager using sys as sysdba.
Thanks in advance
I've done some searching but haven't found anything that helps, only people getting the same error on tables they've just created. I've just installed 10g on Oracle Linux 5, and I'm trying to get off the ground.
Although I can see dba_users exists in Enterprise Manager, I can't query it in SQL_Plus. I get:
SQL> select * from dba_users;
select * from dba_users
*
ERROR at line 1:
ORA-00942: table or view does not exist
I'm logging into SQL Plus using sys as sysdba. I also log into Enterprise Manager using sys as sysdba.
Thanks in advance