In Oracle 10g, how do I see tables in schemes other than system
Posted
by Yasir Arsanukaev
on Stack Overflow
See other posts from Stack Overflow
or by Yasir Arsanukaev
Published on 2010-05-27T23:18:49Z
Indexed on
2010/05/27
23:21 UTC
Read the original article
Hit count: 355
In the hr schema there's a table emloyees, I can query data from it specifying it implicitly SELECT count(*) FROM hr.employees while logged in as system, but when I navigate to Home->Object Browser in the browser I can't see the table employees and other tables in other schemas. Can I manage tables in schemas other than system while logged in as system? Maybe there's some setting which enables me to group tables by schema. My Oracle Database version is 10.2.0.1 Express Edition. IIRC I could see all tables in Oracle Database 10.1.x.y.
Thanks.
© Stack Overflow or respective owner