Cannot see objects when connected to Oracle DB using SQL Developer
Hello all,
--Oracle SQL Developer Version is 1.5.0.54.40
--Oracle DB Version is 10g R2
--Oracle Client Version is 10.2.0
I can connect to Oracle db through SQL Developer using the object owner without any problems (no error messages). However, after I connect to the database, I cannot see any my objects, tables, veiws... from Connections Navigator tree structure. But When I execute select * from mytablename, I am able to see all data. I DO use the owner of the objects to connect to database, so I should be able to see the all object listed in the tree structure.
Could anybody please let me know what's wrong, what kind of parameter setting I should do?
Thanks in advance!!!