Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

What is primary and foreign key?

1120


How can you select unique records from a table?

1145


Which sql statement is used to delete data from a database?

1003


Explain clause in sql?

1070


Is pl sql still used?

1016


How do rank () and dense_rank () differ?

1105


Explain constraints in sql?

1084


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

2599


How can a function retun more than one value in oracle with proper example?

1122


What will you get by the cursor attribute sql%found?

1008


Can we use threading in pl/sql?

1089


How many row comparison operators are used while working with a subquery?

1072


What is keys and its types?

1120


What is partition in sql query?

1044


what is cursor. write example of it. What are the attributes of cursor.

1460