Thread: Oracle search
View Single Post
  #15 (permalink)  
Old 08-30-10, 16:24
anacedent anacedent is offline
Registered User
 
Join Date: Aug 2003
Location: Where the Surf Meets the Turf @Del Mar, CA
Posts: 6,408
Code:
SQL> connect oe/oe
Connected.
SQL> select  table_name from user_tables;

TABLE_NAME
------------------------------
PRODUCT_REF_LIST_NESTEDTAB
SUBCATEGORY_REF_LIST_NESTEDTAB
CUSTOMERS
PRODUCT_DESCRIPTIONS
PROMOTIONS
ORDER_ITEMS
PRODUCT_INFORMATION
ORDERS
INVENTORIES
WAREHOUSES

10 rows selected
__________________
You can lead some folks to knowledge, but you can not make them think.
The average person thinks he's above average!
For most folks, they don't know, what they don't know.
Reply With Quote