cfexecute and sqlldr run problem

Ask a Question related to Coldfusion Database Access, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. 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...
    3. 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...
    4. 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...
    5. 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...
  3. #2

    Default Re: cfexecute and sqlldr run problem

    I got the same situation. cfexecute failed on CF 7.0 with Oracle 9i.
    Hookahman Guest

  4. #3

    Default 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

  5. #4

    Default 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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139