Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Import from Oracle into SQL*Server Slightly off Topic...

RE: Import from Oracle into SQL*Server Slightly off Topic...

From: Eric D. Pierce <PierceED_at_csus.edu>
Date: Thu, 18 Jan 2001 13:40:51 -0800
Message-Id: <10745.127082@fatcity.com>


right! :)

that's why this is SOOOOOOOOOO hard:

set linesize 100000000000000000000000000000
set pagesize 100000000000000000000000000000
set etc realbig
spool somesh*t.lst
select * from your_table;
spool off

On 18 Jan 2001, at 6:26, Richard Ji wrote:

Date sent:      	Thu, 18 Jan 2001 06:26:25 -0800
To:             	Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com>
From:           	"Richard Ji" <richard_at_letsplay.com>
Subject:        	RE: Import from Oracle into SQL*Server Slightly off Topic...

> ... I think Oracle doesn't
> want you to move data elsewhere once it's in Oracle. :)
Received on Thu Jan 18 2001 - 15:40:51 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US