January 19, 2020 at 6:39 pm
I have a SQL Server database, that I need to migrate to Oracle 19.
How can I generate all PL/SQL DDL for all source tables? i need at least CREATE TABLE for each, but of course preferrably with all constraints and Foreign Keys, etc. . What are my best options?
Obtain Oracle DDL = using what tool or technique?
Likes to play Chess
January 19, 2020 at 7:49 pm
you need to stop just asking your questions here and google first - plenty of links given for it including some from oracle and one of their tools to do exactly that with step by step instructions.
Do note that we are not here to do your work for you - specially because you aren't paying us to do it.
https://www.oracle.com/database/technologies/migrating-sql-to-oracle.html
January 19, 2020 at 8:42 pm
Yes, thanks. I got it.
Likes to play Chess
November 2, 2020 at 3:53 am
This was removed by the editor as SPAM
August 18, 2024 at 6:04 am
This was removed by the editor as SPAM
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply