Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Importing SQL 7.0 tables
One addition to Suhen's mail below - if you are going to be using DTS to push the data directly to Oracle, be sure to create the destination tables first, and not let DTS do this. DTS will create the table names in lower case, so every time you want to select/update.. .. you have to use "double quotes" around the table names (select empid from "emp" where...).
Regards
Mark
-----Original Message-----
Pather
Sent: 14 February 2002 05:43
To: Multiple recipients of list ORACLE-L
Ferry,
You could dump these tables to a flat file (csv) using SQL Server's DTS and then use SQL Loader to upload the data into Oracle.
Or
You could use SQL Server's DTS to upload the data directly into Oracle. You need to create an ODBC connection first to your Oracle DB.
Or
Create a database link using sp_linkedservers on SQL Server and copy the data.
HTH
$uhen
I need to import into Oracle my SQL 7.0 tables. How could I complete this?
Thanks,
Ferry Situmorang:
Using Oracle 8.1.7 Designer 6i R4
PT Perkebunan Nusantara XIII (Persero)
Pontianak-Indonesia
http://www.ptpn13.com
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Ferry Situmorang
INET: binsar_at_kalimantan.ptpn13.com
Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Liststo: ListGuru_at_fatcity.com (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).
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Liststo: ListGuru_at_fatcity.com (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).
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author: Mark Leith
INET: mark_at_cool-tools.co.uk
Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Liststo: ListGuru_at_fatcity.com (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). Received on Thu Feb 14 2002 - 04:00:23 CST
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
![]() |
![]() |