Re: Migration from SQL Server to ORACLE 9i

2003-02-04 Thread Igor Neyman
Look into Oracle Migration Workbench (on technet, it's free).

Igor Neyman, OCP DBA
[EMAIL PROTECTED]
  


- Original Message - 
To: Multiple recipients of list ORACLE-L [EMAIL PROTECTED]
Sent: Tuesday, February 04, 2003 4:18 AM


 Hi Listers,
 
 We are planning to migrate one of our SQL Server database to ORACLE 9i.
 Please point me to the checklist and required documents. Any help in 
 this regard very much appreciated.
 
 regards
 Banarasi Babu T
 OCP, DBA
 
 -- 
 Please see the official ORACLE-L FAQ: http://www.orafaq.net
 -- 
 Author: BanarasiBabu Tippa
   INET: [EMAIL PROTECTED]
 
 Fat City Network Services-- 858-538-5051 http://www.fatcity.com
 San Diego, California-- Mailing list and web hosting services
 -
 To REMOVE yourself from this mailing list, send an E-Mail message
 to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
 the message BODY, include a line containing: UNSUB ORACLE-L
 (or the name of mailing list you want to be removed from).  You may
 also send the HELP command for other information (like subscribing).
 

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Igor Neyman
  INET: [EMAIL PROTECTED]

Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
-
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).




RE: Migration from SQL Server to ORACLE 9i

2003-02-04 Thread DENNIS WILLIAMS
Babu - Congratulations on the project! Is this database especially large or
are you facing severe restrictions in terms of the amount of time the data
is unavailable to your users? Are there any unusual objects in SQL Server
that will be difficult to create in Oracle? I think Oracle provides a
migration tool, but I haven't used it. Usually I follow a procedure such as:

1. Create objects in Oracle.
2. Dump data from SQL Server to a flat file.
3. Load the data with SQL*Loader.
4. Verify the data, application.
5. Prepare for production cut-over.
6. Truncate Oracle tables.
7. Dump data from SQL Server to a flat file and load with SQL*Loader.
8. Shut down SQL*Server.
9. Verify application is ready to go live.


Dennis Williams
DBA, 40%OCP
Lifetouch, Inc.
[EMAIL PROTECTED] 


-Original Message-
Sent: Tuesday, February 04, 2003 3:19 AM
To: Multiple recipients of list ORACLE-L


Hi Listers,

We are planning to migrate one of our SQL Server database to ORACLE 9i.
Please point me to the checklist and required documents. Any help in 
this regard very much appreciated.

regards
Banarasi Babu T
OCP, DBA

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: BanarasiBabu Tippa
  INET: [EMAIL PROTECTED]

Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
-
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: DENNIS WILLIAMS
  INET: [EMAIL PROTECTED]

Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
-
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).




RE: Migration from SQL Server to ORACLE 9i

2003-02-04 Thread Lyndon Tiu
Read-up:

http://otn.oracle.com/documentation/oracle9i.html

http://otn.oracle.com/pls/db92/db92.docindex?remark=homepage


--
Lyndon Tiu

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Lyndon Tiu
  INET: [EMAIL PROTECTED]

Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
-
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).




RE: Migration from SQL Server to ORACLE 9i

2003-02-04 Thread Sutton, Reed
Another thought is to use DTS to handle at least some of the transfer for
you.  SQL Server's DTS (Data Transformation Services) package will be able
to connect to Oracle, create the table structure and import the data for
you.  You are on your own as far as foreign keys and primary keys, etc.  But
something like ERwin could help you out with that.  

DTS is great for simple data loads, not sure how complicated your migration
is, but its something to look into.

Good luck!

-Original Message-
Sent: Tuesday, February 04, 2003 9:40 AM
To: Multiple recipients of list ORACLE-L


Babu - Congratulations on the project! Is this database especially large or
are you facing severe restrictions in terms of the amount of time the data
is unavailable to your users? Are there any unusual objects in SQL Server
that will be difficult to create in Oracle? I think Oracle provides a
migration tool, but I haven't used it. Usually I follow a procedure such as:

1. Create objects in Oracle.
2. Dump data from SQL Server to a flat file.
3. Load the data with SQL*Loader.
4. Verify the data, application.
5. Prepare for production cut-over.
6. Truncate Oracle tables.
7. Dump data from SQL Server to a flat file and load with SQL*Loader.
8. Shut down SQL*Server.
9. Verify application is ready to go live.


Dennis Williams
DBA, 40%OCP
Lifetouch, Inc.
[EMAIL PROTECTED] 


-Original Message-
Sent: Tuesday, February 04, 2003 3:19 AM
To: Multiple recipients of list ORACLE-L


Hi Listers,

We are planning to migrate one of our SQL Server database to ORACLE 9i.
Please point me to the checklist and required documents. Any help in 
this regard very much appreciated.

regards
Banarasi Babu T
OCP, DBA

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: BanarasiBabu Tippa
  INET: [EMAIL PROTECTED]

Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
-
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: DENNIS WILLIAMS
  INET: [EMAIL PROTECTED]

Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
-
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Sutton, Reed
  INET: [EMAIL PROTECTED]

Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
-
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).




RE: Migration from SQL Server to ORACLE 9i

2003-02-04 Thread Adrian Roe
How about using SQL Server's DTS ? So long as you have Net8 plus an OLEDB
driver for Oracle installed on your SQL Server box you can just shift the
tables across. Point and click in true SQL Server fashion, you can't go
wrong.

Ade

-Original Message-
Sent: 04 February 2003 14:40
To: Multiple recipients of list ORACLE-L


Babu - Congratulations on the project! Is this database especially large or
are you facing severe restrictions in terms of the amount of time the data
is unavailable to your users? Are there any unusual objects in SQL Server
that will be difficult to create in Oracle? I think Oracle provides a
migration tool, but I haven't used it. Usually I follow a procedure such as:

1. Create objects in Oracle.
2. Dump data from SQL Server to a flat file.
3. Load the data with SQL*Loader.
4. Verify the data, application.
5. Prepare for production cut-over.
6. Truncate Oracle tables.
7. Dump data from SQL Server to a flat file and load with SQL*Loader.
8. Shut down SQL*Server.
9. Verify application is ready to go live.


Dennis Williams
DBA, 40%OCP
Lifetouch, Inc.
[EMAIL PROTECTED] 


-Original Message-
Sent: Tuesday, February 04, 2003 3:19 AM
To: Multiple recipients of list ORACLE-L


Hi Listers,

We are planning to migrate one of our SQL Server database to ORACLE 9i.
Please point me to the checklist and required documents. Any help in 
this regard very much appreciated.

regards
Banarasi Babu T
OCP, DBA

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: BanarasiBabu Tippa
  INET: [EMAIL PROTECTED]

Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
-
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: DENNIS WILLIAMS
  INET: [EMAIL PROTECTED]

Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
-
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).


--
Live Life in Broadband
www.telewest.co.uk


The information transmitted is intended only for the person or entity to which it is 
addressed and may contain confidential and/or privileged material.
Statements and opinions expressed in this e-mail may not represent those of the 
company. Any review, retransmission, dissemination or other use of, or taking of any 
action in reliance upon, this information by persons or entities other than the 
intended recipient is prohibited. If you received this in error, please contact the 
sender immediately and delete the material from any computer.


==

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Adrian Roe
  INET: [EMAIL PROTECTED]

Fat City Network Services-- 858-538-5051 http://www.fatcity.com
San Diego, California-- Mailing list and web hosting services
-
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).