For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!
I can se table and its content when I write SELECT * FROM HR.EMPLYEES, but I can't see that table and others like that when I expand icon Tables.
Anyone knows why?
Use
SELECT * FROM HR.EMPLOYEES
Did you unlock the hr account ?
https://satendrakumar.wordpress.com/2008/09/26/how-to-unlock-sample-hr-database-in-oracle/
Sorry, read the post wrongly.
Cheers
AJ
Which user you are using to connect?
If you are using HR, you should be able to see the tables if you expand the tables icon, unless there is a filter set.
If you are using SYS or something, then try to expand the 'Other Users ' --> 'HR' --> Tables.
Thanks
MC