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

Home -> Community -> Usenet -> c.d.o.server -> Re: escaping problem with sqlldr commandline

Re: escaping problem with sqlldr commandline

From: srivenu <srivenu_at_hotmail.com>
Date: 17 Mar 2004 03:43:44 -0800
Message-ID: <1a68177.0403170343.5f4d531e@posting.google.com>


Why are you using the entire connect descriptor ? It is precisely to avoid such head ache that oracle has provided the net service names.
You just map a net service name to that lengthy connect descriptor in a TNSNAMES.ORA file or other means.
You can just use that TNSALIAS like this.

sqlldr userid="scott/tiger_at_901u1" control=test.ctl log=test.log

regards
Srivenu Received on Wed Mar 17 2004 - 05:43:44 CST

Original text of this message

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