Sorry. What I mean is that I have scripted the tables in SQL Server 7 and saved the script to a file, and the question is do I now just copy that script into the SQL Plus worksheet in the database that I want to create the tables and execute, or is there more to it?
I am pretty sure that there are some differences between SQL Server and Oracle. An example is that Oracle uses SEQUENCES type as a sequential numeric field, usually used as a unique primary key type field. I know SQL Server has a different name for this type of field, but I can't remember what they call it.
I guess you could try and run the script and then make corrections where it errors. Terry M. Hoey
Yea, SQL server calls their version of sequences as Identity
Seed; plus referential constraints are enforced differently by sql server than by oracle.
I will run my scripts first in sql server and use its dts(data transformation service) to move the tables over to oracle.
During transformation process, you will have the opportunity to generate an oracle version of the table scripts.
I have used both. If you still need help, please advise.
sokeh
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.