Hi,
I have an account in oracle database. I can connect it via jdbc in my java code.
When I access database from Oracle SQL Developer, under "Connections"->"Other Users", I can access to their tables (I have been assigned privilege for reading others tables).
My question is, how to access / retrieve data from others tables via jdbc?