From: Vivekanandhan Raja <vraja@us.oracle.com>
Subject: Re: Faster loading with SQL*Loader
Date: 1995/12/29
Message-ID: <4c1f67$jks@inet-nntp-gw-1.us.oracle.com>#1/1
references: <4c0in6$r09@post.tau.ac.il> <4c11be$fj6@cloner3.netcom.com>
content-type: text/plain; charset=us-ascii
organization: Oracle Corporation
mime-version: 1.0
newsgroups: comp.databases.oracle
x-mailer: Mozilla 1.22 (Windows; I; 32bit)


The restriction of DIRECTLOAD needing SQL*Loader (client) and the Oracle 
RDBMS (Server) needing to be on the same machine is not correct. The OSs 
have to be similar and the SQL*Loader version must match the RDBMS 
version. i.e. SQL*Loader 7.x to RDBMS 7.x -- note that 7.0 to 7.1 is 
valid.  You could go via SQL*Net V1 or V2 or even local pipes ...

  e.g. SUNOS SQL*Loader 7.0 to SUNOS RDBMS 7.1 -- OK.
       WINNT SQL*Loader 7.0 to SUNOS RDBMS 7.0 -- WON'T WORK!!! 



