473,394 Members | 1,875 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

Looking for a db schema read/write/synch tool

Hello,

I'm relatively new to the database world so please forgive me in
advance for my ignorance. I have recently been tasked at my job with
finding a tool that will perform the following tasks: 1) extract
schemas from a db, 2) produce a difference report between schemas from
two databases, and 3) synchronize two schemas. The purpose is for
product upgrades during which an existing database schema will need to
be synchronized with a baseline schema.

The tool must support the following database vendors (versions given
in parenthesis): Oracle (8i/9i), Sybase (12.x), Informix (9.x), MSS
2000, and IBM DB2 (7/8).

I have spent the last several days downloading and researching a
variety of tools such as Aqua Data Studio, DbVisualizer, DBExplorer,
DBDiff, and AdeptSQL. I thought it would be a good idea to post a
message to a few database newsgroups and ask for any recommendations
database developers may have.

So if anyone has any recommendations on such a tool or software
package, I would greatly appreciate any information.

Thanks!
Chad Smith
Nov 12 '05 #1
4 2397
In article <75**************************@posting.google.com >, Chad
Smith (it*****@comcast.net) says...
I have spent the last several days downloading and researching a
variety of tools such as Aqua Data Studio, DbVisualizer, DBExplorer,
DBDiff, and AdeptSQL. I thought it would be a good idea to post a
message to a few database newsgroups and ask for any recommendations
database developers may have.


Add Sybase Powerdesigner to the list. Ive done that with the
DataArchitect version but it might also work with PhysicalArchitect.

The last one is much cheaper.
Nov 12 '05 #2
Chad Smith wrote:
Hello,

I'm relatively new to the database world so please forgive me in
advance for my ignorance. I have recently been tasked at my job with
finding a tool that will perform the following tasks: 1) extract
schemas from a db, 2) produce a difference report between schemas from
two databases, and 3) synchronize two schemas. The purpose is for
product upgrades during which an existing database schema will need to
be synchronized with a baseline schema.

The tool must support the following database vendors (versions given
in parenthesis): Oracle (8i/9i), Sybase (12.x), Informix (9.x), MSS
2000, and IBM DB2 (7/8).

I have spent the last several days downloading and researching a
variety of tools such as Aqua Data Studio, DbVisualizer, DBExplorer,
DBDiff, and AdeptSQL. I thought it would be a good idea to post a
message to a few database newsgroups and ask for any recommendations
database developers may have.

So if anyone has any recommendations on such a tool or software
package, I would greatly appreciate any information.

Thanks!
Chad Smith


Add Computer Associates All Fusion ERwin to the list.

--
Daniel Morgan
http://www.outreach.washington.edu/e...ad/oad_crs.asp
http://www.outreach.washington.edu/e...oa/aoa_crs.asp
da******@x.washington.edu
(replace 'x' with a 'u' to reply)

Nov 12 '05 #3
Daniel Morgan wrote:
Chad Smith wrote:
Hello,

I'm relatively new to the database world so please forgive me in
advance for my ignorance. I have recently been tasked at my job with
finding a tool that will perform the following tasks: 1) extract
schemas from a db, 2) produce a difference report between schemas from
two databases, and 3) synchronize two schemas. The purpose is for
product upgrades during which an existing database schema will need to
be synchronized with a baseline schema.

The tool must support the following database vendors (versions given
in parenthesis): Oracle (8i/9i), Sybase (12.x), Informix (9.x), MSS
2000, and IBM DB2 (7/8).

I have spent the last several days downloading and researching a
variety of tools such as Aqua Data Studio, DbVisualizer, DBExplorer,
DBDiff, and AdeptSQL. I thought it would be a good idea to post a
message to a few database newsgroups and ask for any recommendations
database developers may have.

So if anyone has any recommendations on such a tool or software
package, I would greatly appreciate any information.

Thanks!
Chad Smith


Add Computer Associates All Fusion ERwin to the list.


NO!!!!! Am finding erwin is crashing often, is not working well!!! Is
rubbish!!
--
--
Enor
Nov 12 '05 #4
I also use Sybase PowerDesigner. I only use to translate schema from one
database to another. I don't use it to do differences, or to write
migration scripts. I write my own migration scripts.

Even for translating one database to another, you have to be smart about
picking your starting point. For instance, I write my overall physical
model using the Oracle physical model. I do that not because Oracle is a
good database. I do that because Oracle is the lowest common
denominator--the worst database. Oracle has the least amount of basic
design features and requires physical parameters that only Oracle needs
(because of Oracle's lack of doing things right in the first place.) When
I use PowerDesigner to translate the model to Sybase, MS SQL Server or
Postgres, it drops all the dross required by Oracle. If I started with
the Sybase model, there is no room for the dross required by Oracle.
PowerDesigner cannot add dross; but it can drop dross.

I also had to change PowerDesigner's XML datatype definition files for
Oracle--so that PowerDesigner will translate Oracle's number(10) to int,
number(5) to smallint, number(2) to tinyint.. Otherwise, you get
numeric(10), numeric(5), and number(2) You don't want numeric as a rule
because it is not the native IEEE integer datatype of the computer. IEEE
good. Oracle only supports the "number" datatype for numbers. "number" is
not IEEE. This is bad, a birth defect akin to a club foot. A big
performance hit. And in Oracle, there is no remedy for it. You have to
live with it.

Also remember, tools like PowerDesigner only translate table, index and view
definitions. They don't handle translating stored procedures. As far as
I know, nothing can do that. And I do not see how a product could possibly
do that.
Brian Ceccarelli
Talus Software
http://www.talussoftware.com

"Daniel Morgan" <da******@x.washington.edu> wrote in message
news:1084503930.7535@yasure...
Chad Smith wrote:
Hello,

I'm relatively new to the database world so please forgive me in
advance for my ignorance. I have recently been tasked at my job with
finding a tool that will perform the following tasks: 1) extract
schemas from a db, 2) produce a difference report between schemas from
two databases, and 3) synchronize two schemas. The purpose is for
product upgrades during which an existing database schema will need to
be synchronized with a baseline schema.

The tool must support the following database vendors (versions given
in parenthesis): Oracle (8i/9i), Sybase (12.x), Informix (9.x), MSS
2000, and IBM DB2 (7/8).

Nov 12 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

22
by: Martin MOKREJ© | last post by:
Hi, I'm looking for some easy way to do something like include in c or PHP. Imagine I would like to have: cat somefile.py a = 222 b = 111 c = 9
9
by: Chad Smith | last post by:
Hello, I'm relatively new to the database world so please forgive me in advance for my ignorance. I have recently been tasked at my job with finding a tool that will perform the following tasks:...
4
by: Frank Einstein | last post by:
Looking for a tool that can edit an XML file in a browser. The basic requirement is that the XML file is rendered as an HTML form with editable fields (including add/delete, preferably in...
6
by: Pieter | last post by:
I've read a lot of posts on "why relax ng is so very good" and on "why w3c xml schema should be the only schema language". I'm, however, still not clear on why I should prefer one over the other. ...
0
by: John | last post by:
I realize this may be too Oracle specific for this forum-- but I've seen a fair amount of postings related to ORacle 9i's XML capabilites so I thought I'd give it a shot. So, I've read in...
3
by: Davide Bedin | last post by:
I have a "library" schema with the simple and complex types I commonly use in other schemas and then several other schemas, maybe created by other developers, that import/include the library...
2
by: PeterW | last post by:
I have an xml file from which I want to generate an xsd schema and at a later stage a cs class. The xml file has a mix of defined namespaces and also an empty namespace. These are defined as...
12
by: Whoever | last post by:
Hi, I'm trying to return an XmlDocument or XmlNode converted from a typed dataset. public XmlNode whatever() { MyTypedDataSet ds = new MyTypedDataSet(); return new XmlDataDocument(ds); }
5
by: Rachel | last post by:
Hi, I currently have several sections pointing to various custom providers inside my Web.conf file. I get multiple messages about not being able to find schema information. ("Could not find...
8
by: send.me.all.email | last post by:
Hi experts, which approaches would you suggest for: - Reading a database schema (tables, fields, relationships) from SQL Server 2005? - Visualizing the DB schema? For developing a DB tool...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.