Hi,
I have just built a 10g database and as I am not really a DBA I am learning on the Job.
I have created a user and that user has created some tables, when I log in as that user I can see the tables. However if multiple people log in as that user (I think three seems to be the maximum) then the tables seem to disapear (I get the ORA-00942: table or view does not exist error)
e.g.
Person 1 logs in does select * from user_tables - list of tables owned by user is brought back.
Person 2 logs in does select * from user_tables - list of tables owned by user is brought back
Person 3 logs in does select * from user_tables - list of tables owned by user is brought back.
Person 4 logs in does select * from user_tables - NO tables owned by user are found.
Is there a setting it the init.ora file for the database that controls this, or does anyone know why this is happening?
Any help would be appreciated.
Rich.