dbTalk Databases Forums  

Data migration problems in sqldeveloper

comp.databases.oracle.tools comp.databases.oracle.tools


Discuss Data migration problems in sqldeveloper in the comp.databases.oracle.tools forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Shishir
 
Posts: n/a

Default Data migration problems in sqldeveloper - 06-25-2007 , 07:30 AM






Hi,
I am trying to migrate the database from SQL Server environment to
Oracle 10g database.
I am using SQL developer for the same.

On converting the captured model to oracle model , i am getting lots
of migration errors and that is mostly in the stored procedures .

The general error is something like this :
Stored Procedure 'usp_CONTMGTDWRCreateDWR' has language id of 'MSTSQL'
so will not output for generation .

And when i copy the MS-SQl code in the scratch editor and press the
translate button , i am predominantly getting these two errors :

1) cannot translate null
2)cannot translate > Unknown object : unxepected end of tree : Line 0
Column 0

Can anyone tell me what do these errors mean and how can i go about
correcting them??

Thanks in advance.

Shishir.


Reply With Quote
  #2  
Old   
DA Morgan
 
Posts: n/a

Default Re: Data migration problems in sqldeveloper - 06-25-2007 , 09:53 AM






Shishir wrote:
Quote:
Hi,
I am trying to migrate the database from SQL Server environment to
Oracle 10g database.
I am using SQL developer for the same.

On converting the captured model to oracle model , i am getting lots
of migration errors and that is mostly in the stored procedures .

The general error is something like this :
Stored Procedure 'usp_CONTMGTDWRCreateDWR' has language id of 'MSTSQL'
so will not output for generation .

And when i copy the MS-SQl code in the scratch editor and press the
translate button , i am predominantly getting these two errors :

1) cannot translate null
2)cannot translate > Unknown object : unxepected end of tree : Line 0
Column 0

Can anyone tell me what do these errors mean and how can i go about
correcting them??

Thanks in advance.

Shishir.
It is essentially impossible to migrate Transact to PL SQL. You need
to learn Oracle's concepts and architecture and recode where their is
no intersection.

For example, NULL, has entirely different implementations in the two
products.

Get a copy of one or all of Tom Kyte's books and read before touching
the keyboard.
--
Daniel A. Morgan
University of Washington
damorgan@x.washington.edu (replace x with u to respond)
Puget Sound Oracle Users Group
www.psoug.org


Reply With Quote
  #3  
Old   
Tony_Miller
 
Posts: n/a

Default Re: Data migration problems in sqldeveloper - 06-25-2007 , 08:01 PM



Dan,
Maybe he can port his SQL server database to an Access database, then use
the data migration tool to move that to Oracle... (Joking, okay... )

"DA Morgan" <damorgan (AT) psoug (DOT) org> wrote

Quote:
Shishir wrote:
Hi,
I am trying to migrate the database from SQL Server environment to
Oracle 10g database.
I am using SQL developer for the same.

On converting the captured model to oracle model , i am getting lots
of migration errors and that is mostly in the stored procedures .

The general error is something like this :
Stored Procedure 'usp_CONTMGTDWRCreateDWR' has language id of 'MSTSQL'
so will not output for generation .

And when i copy the MS-SQl code in the scratch editor and press the
translate button , i am predominantly getting these two errors :

1) cannot translate null
2)cannot translate > Unknown object : unxepected end of tree : Line 0
Column 0

Can anyone tell me what do these errors mean and how can i go about
correcting them??

Thanks in advance.

Shishir.

It is essentially impossible to migrate Transact to PL SQL. You need
to learn Oracle's concepts and architecture and recode where their is
no intersection.

For example, NULL, has entirely different implementations in the two
products.

Get a copy of one or all of Tom Kyte's books and read before touching
the keyboard.
--
Daniel A. Morgan
University of Washington
damorgan@x.washington.edu (replace x with u to respond)
Puget Sound Oracle Users Group
www.psoug.org



Reply With Quote
Reply




Thread Tools
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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.