how to see the oracle 9i/10g table in pc?
or
In my pc where the table is saved and how to see?
Answer Posted / jp
select * from user_objects where object_type='TABLE';
TABLE IS CAPS
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is sql used for?
how to load data files into tables with 'mysqlimport'? : Sql dba
What are different joins used in sql?
What is the difference between local and global temporary table?
What does seeding a database mean?
What are the types of queries in sql?
How do I run a query in pl sql developer?
What is an invalid partition table?
Why we use pl sql?
Why is %isopen always false for an implicit cursor?
how to write date and time literals? : Sql dba
How do I count rows in sql?
how to dump a table to a file with 'mysqldump'? : Sql dba
What is implicit cursor in pl sql?
how mysql optimizes distinct? : Sql dba