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 primary and foreign key?
How can you select unique records from a table?
Which sql statement is used to delete data from a database?
Explain clause in sql?
Is pl sql still used?
How do rank () and dense_rank () differ?
Explain constraints in sql?
Hi how to import oracle sequence in Informatica? Please write stored procedure code that will import oracle sequence in Informatica SP transformation as per below scenario Oracle table product list Pro_id, pro_name 101, LED Lights. 102, 20watt CFL Lights. 103, 30 watt CFL lights Now a new flat file with new product list needs to be added to oracle table product list with oracle sequence. flat file product Prono,pro_name, 1, 20 watt tube light 2, 30 watt tube light & target should be like 101, LED Lights. 102, 20watt CFL Lights. 103, 30 watt CFL lights. 104, 20 watt tube light 105, 30 watt tube light thks reg suvarna joshi suvarnaatsuvarna@rediffmail.com
How can a function retun more than one value in oracle with proper example?
What will you get by the cursor attribute sql%found?
Can we use threading in pl/sql?
How many row comparison operators are used while working with a subquery?
What is keys and its types?
What is partition in sql query?
what is cursor. write example of it. What are the attributes of cursor.