Ask a Question related to Coldfusion Database Access, Design and Development.
-
uncle_jessy #1
cfexecute and sqlldr run problem
I'm trying to run a batch file from cfexecute tag. The batch file performs an
import into oracle via sqlldr. Batch file runs sqlldr fine from dos. But from
the cfm page it appears that the process kicks off (the first line of sqlldr
version #, etc shows) but that's it. Nothing more. And I've got the cfexecute
timeout set to 300. Not sure if it's server related permissions or cfexecute
just doesn't work. Any help is appreciated! :)
-J
uncle_jessy Guest
-
Eliminate Duplicates Using SQLLDR and/or .ctl file
Is there anyway of eliminating duplicate entries as the database loads data using SQLLDR and/or .ctl (Control File)? I use the following command... -
SQLLDR - How to set value based on the infile?
I am loading data into a table from multiple files. How do you set value to a field based on the particular source file. Didn't find the answer... -
sqlldr ORA-01461
Running Oracle 9.2.0.1.0 on Redhat Advanced Server. Trying to use sqlldr to populate table. Data file has a field over 4000 char. I have a SUBSTR... -
sqlldr problem
Hi All, I am trying to insert some data into a table using oracle sqlldr utility. we are using oracle 9.0.1 on solaris 8. I get the following... -
Problem while inserting data using sqlldr utility.
Hi All, I am trying to insert bulk of data into a table using SQL*Loader utility. But the data is not properly getting inserted. Any ideas are... -
Hookahman #2
Re: cfexecute and sqlldr run problem
I got the same situation. cfexecute failed on CF 7.0 with Oracle 9i.
Hookahman Guest
-
Hookahman #3
Re: cfexecute and sqlldr run problem
I have figured it out.
The problem is cfexecute is running the batch file under
c:\CfusionMX7\runtime\bin.
The data file and control file need to be executed in this folder.
I think it's for security reason.
Hookahman Guest
-
Unregistered #4
Re: cfexecute and sqlldr run problem
I did as suggested in here but my codes still can't get the records into orcale table. I even use the path to sqlldr on name attribute of cfexecute but nothing got inserted into the table. Please help!!!
Unregistered Guest



Reply With Quote

