SQL 2000 To Oracle 9i Migration Problems

Jul 20, 2005

Hi all,



I am using the Oracle Workbench for migrating my DB currently on Sql
Server 2000 to Oracle 9i. During the migration the following happens



SELECT @tBaseTable = tBaseTable, @tDBColumnName = tDBColumnName

FROM tblColumnMain WITH (NOLOCK) left join tblCustomField WITH
(NOLOCK) on aColumnID = nColumnID

WHERE aColumnID = @nPropertyID



gets converted to



SELECT tBaseTable, tDBColumnName

INTO

SPROC_PROPDATA.tBaseTable, SPROC_PROPDATA.tDBColumnName, FROM
sa.tblColumnMain, sa.tblCustomField

WHERE (aColumnID = nColumnID) AND (aColumnID =
SPROC_PROPDATA.nPropertyID_);





and gives the warning that complex outer joins maynot be reliably
converted



On the other hand the following code



select @keyid = a.keyID, @pubs=b.pubs from

ssd1 a left outer join ssd2 b on a.l_name = b.l_name

where b.l_name = @name



migrates perfectly to Oracle as



SELECT a.keyID, b.pubs

INTO SPROC_JOINTEST8.keyid, SPROC_JOINTEST8.pubs

FROM ssdash.ssd1 a, ssdash.ssd2 b

WHERE (a.l_name = b.l_name(+)) AND

(b.l_name = SPROC_JOINTEST8.name);



with the same warning ...



Could anyone enlighten me as to what exactly is the difference between
these 2 above cases.



Also the migration bench seems to be removing nolocks and such stuff all
around. Any workaround for this is also needed.



ssDash


--
Posted via http://dbforums.com

View 1 Replies


ADVERTISEMENT

Data Migration Oracle 7.16 To SQL Server 2000

Aug 22, 2006

Hi,

I have been asked to look at optimising a Data Migration Strategy for one of our clients. I am quite new to Data Migration (I'm actually a system designer!).

The migration is from a legacy Oracle 7.16 Db to a SQL Server 2000 environment.

The legacy Db has some large tables - 30 Million+ rows

Table/column Mapping is 1:1

At present we are using DTS to import into the SQL environment.

My question is: Is there any way to leverage the Oracle 7.16 export to speed up the migration process?

Any advice would be appreciated.

Many thanks

Mike

View 1 Replies View Related

MS SQL 7 Migration To Oracle 8i

Aug 24, 2000

Has anyone had any experience with the Oracle Migration Workbench? or using DTS to migrate MS SQL to Oracle? The Migration Workbench seems to work great but it is having parsing issues with some of the syntax in our triggers and procs (roughly 1025 of them). Are there other ways of handling these errors other than manually cleaning them up?

Thanks in advance.

View 1 Replies View Related

SQL To Oracle Migration

Nov 15, 2007

Hi All,

I would like to know the Migration plan from SQL Server 2000 to Oracle.

Is any one did this activity. Please send me document.


Siri

View 2 Replies View Related

Oracle To SQL Server Migration

Nov 23, 2005

Hi all

Does SQL Server has any equivalent of Oracle (PL/SQL) PRAGMA AUTONOMOUS_TRANSACTION ????

I am in a process of migrating Oracle database to SQL Server. I am facing trouble in the above mentioned thing, as I cannot compromise by not putting it.

Thanks in advance
Christian

View 1 Replies View Related

Oracle To Sql2k5 Migration

Oct 9, 2007

Hi

I am a Oracle DBA who is going to embark upon a
oppurtunity to migrate Oracle to sqlserver.

Can somebody give me tips for
Learning sqlserver2k5 for a Oracle DBA Books
Or Beginner DBA/Development Books for sql2k5

How good is the migration assistant from m$$ for
migrating from oracle to sql2k5

Does it migrate data as well as procedural code ?

Do you anything for me to watch out for best parctices
migration guides

You opinion would be higly appreciated


regards
db2hrishy

View 2 Replies View Related

Migration From SQL SERVER To ORACLE

Jan 24, 2008

Our clint need to migrate from already runner database on SQL SERVER 2005 to Oracle 9i, WHAT will be basic and important issue we will face in this term and HOW we will handle with our functions and procedures created in SQL SERVER 2005 database... ???

regards

View 4 Replies View Related

Help On Oracle RDB Migration To SQL Server.

Jul 20, 2005

Hi,We need help on following things,1. Inputs on creating comments on the columns & Tables of a SQLDatabase & generating the sql script of that.2. Is it possible to call a .exe file in SQL server like followingcode in ORACLEcreate procedure CERT_VERIFY_PROCEDURE ( in :X Y by value )language SQL;externalname "CERT_VERIFY"location 'HOST_IMG:TEST_CALCS.EXE'with ALL logical_name translationlanguage CGENERAL parameter style3. We are using Rules for restricting data(now), We need inputswhether to use Check constraints or Rules.Thanks & Regards,Chandra Mohan

View 1 Replies View Related

Migration From Oracle To Sql Server (Urgent)

Sep 21, 2001

I want to do a data transfer but i am not sure how ..from oracle to sql server.

i want to know if its required to install the oracle client to configure so as to transfer data or not.

I heard from someone that if we change the win.ini file entry for oracle.ini and place the tnsnames.ora file i spcified location it will work but it does not what is the way to deal with..


How do i perform this with the odbc configuration for oracle..and use the same in the dts.

Thanks in advance.

View 1 Replies View Related

SQL Server Migration Assistant For Oracle

Mar 18, 2008

Has anyone ever tried to use this free software to migrate an old ORACLE 8.1.7 database to SQL Server 2005? I was just wondering if there were any "gotchas" I should be aware of before hand.
Thanks,
Robert

View 1 Replies View Related

SQL Server Migration Assistant For Oracle Question

Nov 24, 2006

I selected my source Oracle database and my target SQL Server database. I click the convert SQL button and it takes about 20 minutes to convert everything. Then what? The Migrate Data button is greyed out. I configured the linked server as is outlined in the instructions. The "Migrate Data" button is always greyed out.
I need to get this working soon so that I can convince the management team that moving to SQL Server is the way to go.
Thanks.

View 1 Replies View Related

Urgent: SQL Server Migration Assistant For Oracle

Sep 29, 2007

i am transfering an Oracle 10g database to SQL Server 2005. i have 2 pcs one with SQL Server 2005 with SSMA For Oracle Extension 3.1 installed, also with Oracle 10g client configured to connect the Oracle database in another pc. the other pc has Oracle 10g database server installed with SSMA For Oracle 3.1. whenever i try to migrate the data there is an exception which says

"Errors: SQL Server cannot access the source table"

i dont understand why its there. i hav successfully converted the schema and loaded them in SQL Server. can anybody tell me a soltuion asap.

S ]-[ /- | ]-[ /- N

View 1 Replies View Related

SQL Server Migration Assistant For Oracle Problem

Feb 15, 2008

I can connect to my Oracle database and I can connect to my SQL Server database. But the "Convert Schema" button stays disabled. What am I doing wrong? Anyone have experience using this tool?

View 4 Replies View Related

SQL Server Migration Assistant For Oracle Problem

Oct 6, 2006

I'm trying to make the business case to move our business databases to SQL Server 2005 from Oracle 9i. The SQL Server Migration Assistant for Oracle will be absolutely necessary for this to happen. However, I am unable to launch the assistant. It tells me I have an old version of java installed - but I don't. It is a new XP machine and I downloaded and installed j2sdk-1_4_2_12-windows-i586-p.exe which did not help (I rebooted). Why does it think I have an old version and how can I get this assistant working.

Any help would be much appreciated.

View 4 Replies View Related

Data Migration From Oracle 10g To SQL Server 2005

Dec 14, 2007

Hi,

I'm new to SSIS.

I want to migrate data from Oracle Database to SQL Server 2005 by using SSIS Package. Client wants to migrate just data not schema. Schema is already there for SQL Server, generated through script.

I tried to migrate the data by using import-export wizard in SSIS. But, its asking for creating new tables when migrating data.

I want to migrate data in existing tables, without dropping already existed tables or creating new tables.

any suggestions ?

Regards,

Khurram

View 7 Replies View Related

Replication :: Oracle Migration (Distributor And Subscriber Databases)?

Jul 31, 2015

We are going away from a 2003 Windows Server OS with SQL Server 2008 R2 to a 2012 Windows Server with 2012 SQL Server. Both the distributor and subscriber resides on 2003 Windows Server and the focus will be to migrate those databases to the 2012 SQL Server.

 We would also like to avoid sending down a new snapshot due to logic in the replication process (major headache to clean up data).  what's the best approach in moving the distributor and subscriber databases without having to run a snapshot?  

In theory and needs testing:

1. Work with business users to get downtime

2. Stop sql apply so no new changes are going to the Oracle publisher database

3. Remove subscription, publication and distributor from current replication

4. Oracle DBA to clear out replication related objects - fresh clean slate

5. Use log shipping to apply last t-log and restore db with Keep_Replication

6. Set up new distribution, publication (keep existing object unchanged), and subscriber (without initialization) Will this work?

View 3 Replies View Related

Error While Data Migration From Oracle Row ID To Unique Identifier

Oct 12, 2015

I am doing migration from oracle11g to SQL server2012. Facing error while data migration from Oracle rowid dat typeto SQL uniqueidentifier using SSMA6.0

Errors: The given value of type String from the data source cannot be converted to type uniqueidentifier of the specified target column.

Refer above error.

View 2 Replies View Related

DTS Migration To SSIS - Oracle Unsupport Data Type

Mar 18, 2008



OK I migrated a DTS package from MS SQL 2000 to MS SQL 2005 64-bit SSIS. OK so I fixed a problem with a Double Global Variable... Now I am stuck at a connection to Oracle and it returning data... Here is the error message:

[Execute SQL Task] Error: An error occurred while assigning a value to variable "Remedy_Count": "Unsupported data type on result set binding 0.".

My SQL Statement is this:

SELECT COUNT(*) AS Expr1
FROM DB.MYTABLE

When I run it from the Query Builder it returned this:

EXPR1 = 2983

Here are some details from the General Page on the Execute SQL Task

ResultSet - Single row
ConnectionType - OLE DB
Connection - Oracle Provider for OLE DB
SQLSourceType - Direct input
BypassPrepare - True

In the Result Set I have The following:

Result Name - Variable Name
0 - Remedy_Count

So... what can I do to fix this. I have the Remedy_Count set as a:

EvaluateAsExpression - False
Value - 2414
ValueType - Double

I have tried setting the ValueType to Object and other things... Same error... I read some where about how SSIS has issues when Oracle returns a Numeric type data. Can someone help me with this? Anything you all can tell me would be great.

View 4 Replies View Related

Migration 6.5 & 7.0 To 2000

Apr 12, 2002

I have been asked by my boss to prepare for a migration from SQL Server 6.5 & 7.0 to 2000. Also they want me to produce a consolidation process does anyone have an idea how to go about this? I would be more than happy with any suggestion.

Regards,

View 1 Replies View Related

Migration From SQl 7 To SQl 2000

May 28, 2002

Hello Everyone,

I am in process og migrating the databases from SQL 7 to SQL 2000. I was able to backup all the user databases but when I tried to restore the MSDB database in order to copy jobs I get Error message saying it's the wrong version.

Does anyone know how to copy jobs and logins from SQL 7 to Sql 2000.

Any help will be appreciated.

Thanks,

View 3 Replies View Related

Migration To SQL Server 2000

Jan 28, 2002

We are in the process of Migrating our SQL Server 7.0 databases to SQL Server 2000.
We have purchased two new servers for this process.
What is the best method for the Database Migration ?
- Copy Database Wizard ?
- DTS ?

View 4 Replies View Related

SQL 7.0 To Clustered SQL 2000 DB Migration

Jul 24, 2002

I have a dedicated SQL server with SQL 7.0. I want to migrate and upgrade it to SQL 2000 instance under clustered environment. On my SQL 2000 upgrade wizard, I could not change the destination server name. By default it is my server name. I want to change it to the virtual Server name. Can somebody help me? Any tips and pitfalls?

View 1 Replies View Related

Migration Of DTS From 2000 To 2005

Apr 4, 2008

Gurus!!

I have to transfer existing DTS packages from sqlserver 2000 to sqlserver 2005, Please let me know the steps by which i can migrate all the runing DTS into SSIS into sqlserver 2005

Thanks
Chander

View 4 Replies View Related

Migration Of SQL 2000 To SQL 2005

Apr 15, 2008

Hi,
I have one basic question.
What things should i check when i want to upgrade DB Server version to SQL 2000 server to SQL 2005 Server.

Thanks in advance.
-- Chetan

View 1 Replies View Related

SQL 2000 To SQL 2005 Migration

Feb 18, 2007

I have to migrate our existing SQL Server 2000 (standard edition) running on Windows 2000 server (32 bit) to a new windows 2003 server (64 bit) (SQL 2005 standard edition). I am thinking of doing this migratin after hours (or may be on weekend so a

I have planned the following steps (in order).

1. Install SQL Server 2005 on new server.(windows authenticatin and a SQL server will be running on a separate domain account)

2. Download SQL server upgrade advisor on current SQL Server 2000 (windows 2000) and run a report.

3. Back up (Full) SQL Server 2000

4. Script logins and schedule tasks on SQL 2000

5. Restore database on SQL 2005

6. Create jobs by runing Jobs scripit on SQL 2005

7. Create users and passwords by running the exported script file.
Please refer to:
How to transfer logins and passwords between instances of SQL Server
http://support.microsoft.com/kb/246133/en-us

I am aware that I might face issues of
db compatibility level, statistics out of date so I need to update statistics and may be redindex all my tables

PLEASE LET ME Know if I am missing something obvious? Not sure about our existing DTS packages? Any information. Right now I am just thiking of running all my existing 2000 DTS in 2005 as legacy

Note: Rob, Tara, Michael Valentine Jones, Mladen or Nigel , if you cam provide some input from your wealth of experience on this matter. I would sincerely appreciate it.

View 4 Replies View Related

Migration From SQL 2000 To 2005

Oct 18, 2006

HiWe are going to upgrade from SQL 2002 to 2005. We have approx. 100mrows of data on the main table and hand of stored procs and views.What we had in mind was that we would dts the data out, script thestored procs and view out and import the it back into SQL 2005.Is there smarter way of doing this?The key thing is that the data must be cleanThanks

View 2 Replies View Related

SQL 7 To SQL 2000 Database Migration

Jul 20, 2005

Could someone help us with a problem we're having with regard tomoving several databases from SQL 7 to SQL 2000 on different serversin different domains. Our current SQL 7 server resides in one domain,and holds several databases. We now want to move these to a SQL 2000server in another domain.We're trying to use the Copy Database wizard on the SQL 2000 server(logged in as the local admin account), selecting the SQL 7 server asthe source, using 'sa' account on that server. The target is the SQL2000 server, again using 'sa' account. We're leaving everything elsewith regards to logins, jobs etc as default (i.e. taking everythingthat can be found), but when the steps execute, the last step thatbrings the database across fails with an error code -2147467259 -Failed to create the share OMWWIZI.Can anyone help us out with this error, or provide any suggestions asto what we can do?Any help would be greatly appreciated. Thanks.

View 2 Replies View Related

Migration From VFP To MS SQL Server 2000

Jul 20, 2005

Dear Friends,I am about to migrate a Visual FoX Pro 7.0 & 5.0 databases to MS SQLServer 2000. I would like toshare the experience with you, if you have undergone such a task. Isthere any utility for achievingthis.Any white paper or link for guidance on the same.I wannted to migrate the whole database to MS SQL Server 2000. Iwanted to migrate the tablestructures and procedures to MS SQL Server 2000.Please shed some light please.RegardsKumar

View 1 Replies View Related

SQL 2000 -&&> SQL 2005 Migration.

Apr 9, 2008

Hi SQL Community,

Looking a preparing a SQL 2000 to SQL 2005 Migration Plan to include the following points. It will be a side-by-side migration where the current environment will run in parallel with the new.

1. Assessment of current SQL 2000 environment. (Hardware, Databases, SQL components such as DTS)
2. Seqence for Steps to perform duing the migration
3. Required resources
4. TimelinesAnyone have such as plan?

Tan

View 1 Replies View Related

DTS 2000 Migration Issue

Jan 3, 2007

Hi ,
I am trying to Migrate DTS 2000 package to SQL 2005.

I am opening the wizard form SQL Server Management Studio------>Object Explorer------>Management---->Legacy---->DTS ---->Migration Wizard .

when i run the wizard with source location than folder destination .

In the third step of the wizard i am getting an error saying :


This wizard will close because it encountered the following error:


ADDITIONAL INFORMATION:

Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index (mscorlib)


Please advice me how to proceed ????

Thank you
Syeda

View 1 Replies View Related

DTS Migration From SQL Server 2000

Sep 7, 2005

I€™m currently evaluating SQL Server 2005 to what advantages there would be to upgrading from SQL Server 2000. Our existing systems make much use of DTS so it critical for us to be able to run SQL Server 2000 DTS packages in SQL Server 2005.   Having installed the Enterprise SQL Server 2005 CTP successfully on a new Windows 2003 server and following the advice to install Legacy Components I find the Migration Wizard (under Legacy> Data Transformation Services) fails with the following error after entering source and target dialogs:   This wizard will close because it encountered the following error: Additional Information: Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: index (mscorlib)   Also when trying to open a structured storage DTS file I incur another error:   Unable to load DTS 2000 Runtime. This component may have not been installed (Microsoft.SqlServer.DtsObjectExplorerUI)   This error seems to imply that the DTS 2000 Runtime needs installing. Can this component be downloaded and installed separately?

View 5 Replies View Related

SSRS 2000 Migration

Apr 3, 2007

Hello,

We currently have a web server running SSRS 2000 and are looking to migrate this to a newer server using the same version of SSRS. My question is, how I would go about migrating the reports, subscriptions, etc. Our database is on another server for both ReportServer and ReportManager. I would like to be able to simply attach the new instance to the existing database and have everything work exactly the same. I know we have exported a key from our server. I don't know if this is something that would be needed or not.

Any help that can be provided is greatly appreciated. I'm sure this is all covered in some mountain of documentation somewhere, but I'm hoping someone will be kind enough to provide the quick answer. If not, I will head toward our documentation.

Thanks in advance.

View 2 Replies View Related

Migration From Sql 2000 To Sql 2005

Oct 12, 2006

Hi

I am trying to migrate Databases from MS SQL 2000 (server A) to MS sql 2005 (server B).

The problem i have when i use database copy wizard is that it gives an error and the login will not be migrated .

I tried backup and restore of the databases as well as detach and attach.All cases the logins will have a problem.

For example say for database intranet all the tables stored procedures etc gets migrated but under security >>users (say intrauser) i double click user and the the login name wont appear .and when i try to close the window it says login name must be specified(SQLmanagerUI)

Please help.



View 8 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved