Quote Originally Posted by amar4kintu View Post
... using SQL PLUS I am not able to run query for table channel.. it says 'table does not exists'.
But using sql oracle developer and my java application I am able to access these tables with user scott.
Either you are pointing to two different databases or you are using different accounts - with different sets of privileges - when connecting via sqlplus and via sqldeveloper.