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 > General > Applications & Tools > Generic dboatabase comparison tools

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-30-10, 08:18
meolskin meolskin is offline
Registered User
 
Join Date: Jul 2010
Posts: 1
Generic dboatabase comparison tools

Hello friends,

I am not exactly a DBA. But I am starting to get involved in more and more database management work. So I would speak in a beginner's langage. I apologize if I sound very naive here.

One of the things I do regularly is upgrade my application tables in the database with each new version. This is a manual process fraught with errors. Hence I am looking at getting something which compares 2 databases and generates the scripts which on execution would upgrade an older databse to next. This may just be a bunch of ALTERs.

I was playing around with the idea of doing this myself but I think this must be a common requirement with most development folks out there. Hence just wanted to explore what was available in the database world. My requirement is that the tool compares two databases and generates:
1. DDL statements for each modified table
2. DML statements for any data (this is not mandatory but would be great to have)

We work primarily on Oracle but it would be great if the tool could operate across multiple database types.

Any inputs on such tools would be greatly appreciated.

Thanks
Reply With Quote
  #2 (permalink)  
Old 11-13-10, 20:05
trurl00 trurl00 is offline
Registered User
 
Join Date: Oct 2010
Posts: 7
Hi,

I believe that the Open Source DiffKit will do what you want. It will certainly handle the DML out of the box. The DDL will take a little configuration information, but shouldn't be a big deal.

www.diffkit.org

good luck,

trurl00
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