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 > Any Toad like utility for Db2 ?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-27-04, 11:27
ranjithm ranjithm is offline
Registered User
 
Join Date: Feb 2004
Posts: 5
Question Any Toad like utility for Db2 ?

I have recently started working on DB2 and am trying to find a utility like Toad (by Quest Software) for Oracle - basically an utility that lets me browse the database objects, do some basic database administration but most importanly access and manipulate the data in various ways. I have been looking at Rapid SQL (by Embarcadero) and Quest Centra (by Quest) but both of them fall short of the requirement since the data browsing options are limited .. i cannot just filter by column values to browse selected data or in the SQL editor window keep multiple SQLs and just execute the query I want that way i have the various queries to go back to without rewriting them anew. Also, even for listing the objects it lists across the entire database instead of just the user schema I am logged in as.
Anyone out there has been through this before and knows of some utility out there for db2-UDB which comes closest to Toad (for Oracle)?
Reply With Quote
  #2 (permalink)  
Old 02-27-04, 11:36
disaster disaster is offline
Registered User
 
Join Date: Feb 2004
Posts: 24
Re: Any Toad like utility for Db2 ?

we are developing a web application like u need (sqleditor, tableeditor, metadata visualizer and administration) for all databases u can connect over jdbc or odbc. it's called dbuniserv and stands for database unified services. go to www.procon-it.de lock out for products and extended userdb2(the former product name) !!! german page !!! sorry but i don't know if it's available in english. have a look at !

regards

marc gaines

Quote:
Originally posted by ranjithm
I have recently started working on DB2 and am trying to find a utility like Toad (by Quest Software) for Oracle - basically an utility that lets me browse the database objects, do some basic database administration but most importanly access and manipulate the data in various ways. I have been looking at Rapid SQL (by Embarcadero) and Quest Centra (by Quest) but both of them fall short of the requirement since the data browsing options are limited .. i cannot just filter by column values to browse selected data or in the SQL editor window keep multiple SQLs and just execute the query I want that way i have the various queries to go back to without rewriting them anew. Also, even for listing the objects it lists across the entire database instead of just the user schema I am logged in as.
Anyone out there has been through this before and knows of some utility out there for db2-UDB which comes closest to Toad (for Oracle)?
Reply With Quote
  #3 (permalink)  
Old 02-28-04, 00:52
hanyheggy hanyheggy is offline
Registered User
 
Join Date: Jan 2004
Location: Egypt
Posts: 61
Re: Any Toad like utility for Db2 ?

Quote:
Originally posted by ranjithm
I have recently started working on DB2 and am trying to find a utility like Toad (by Quest Software) for Oracle - basically an utility that lets me browse the database objects, do some basic database administration but most importanly access and manipulate the data in various ways. I have been looking at Rapid SQL (by Embarcadero) and Quest Centra (by Quest) but both of them fall short of the requirement since the data browsing options are limited .. i cannot just filter by column values to browse selected data or in the SQL editor window keep multiple SQLs and just execute the query I want that way i have the various queries to go back to without rewriting them anew. Also, even for listing the objects it lists across the entire database instead of just the user schema I am logged in as.
Anyone out there has been through this before and knows of some utility out there for db2-UDB which comes closest to Toad (for Oracle)?
hi,

i understand yr needs, as i was working as ORACLE 8 DBA for many years and then switched to DB2 UDB, i was using toad too

there are many ways to achive what u asked for :

1. commerical products ( check the thread named DB2 TOOLs )

2. DB2 GUI tools db2cc (control Center)

3. command line tools by typing commands from command line:
root> db2 " list tables for schema xyz" > file

4.CLP which is equal to SQL plus in ORACLE
invode it by
root> db2

good luck
__________________
hany heggy,
IBM certified Professional, AIX system support
www.melodyhits.tv
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