If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > User tables

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 05-21-04, 09:24
STFXJava STFXJava is offline
Registered User
 
Join Date: May 2004
Posts: 2
User tables

Hello all, I am very new to DB2 having almost all my experience in Oracle. I am currently writting a java GUI to connect to both an Oracle and DB2 database. I wanted to display the tables (For the particular user) from that database. This is very very simple in Oracle "Select table_name from tabs" will retrieve all the table names from the logged in user. Is there an easy access thing like this in DB2 as well, or do I have to take the approach of matching all the tables's creator name to user name and pull them out ?

Any help would be fantastic!
Reply With Quote
  #2 (permalink)  
Old 05-21-04, 09:32
J Petruk J Petruk is offline
Registered User
 
Join Date: Mar 2004
Location: Toronto, ON, Canada
Posts: 513
Quote:
Originally Posted by STFXJava
Hello all, I am very new to DB2 having almost all my experience in Oracle. I am currently writting a java GUI to connect to both an Oracle and DB2 database. I wanted to display the tables (For the particular user) from that database. This is very very simple in Oracle "Select table_name from tabs" will retrieve all the table names from the logged in user. Is there an easy access thing like this in DB2 as well, or do I have to take the approach of matching all the tables's creator name to user name and pull them out ?

Any help would be fantastic!
SELECT TABNAME FROM SYSCAT.TABLES WHERE DEFINER = ?
__________________
--
Jonathan Petruk
DB2 Database Consultant
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On