Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by pdwissink

  1. pdwissink

    How do you implement updated Java 1.4.2 ?

    My JDeveloper was initially setup to use Java 1.3. I want to update to Java 1.4.2. I am able to add the JSpinner to component to the component palette but am unable to drop the JSpinner on my JFrame. Any suggestions
  2. pdwissink

    sqlldr not terminating

    Try using SQLLDR instead of sqlldr80
  3. pdwissink

    Processing LAN files using UTL_FILE

    I will not know the names of the files before I processs. Is there a way to determine the names of the files in the directory in order to loop through the files? Thanks, pdwissink
  4. pdwissink

    Processing LAN files using UTL_FILE

    I need to process multiple files from a LAN. This will be a continuing process. Is there any way to identify the directory which contains the files? Also, how can I process multiple files at one time? It looks to me that with fopen only opens one file at a time and I would need to know the...
  5. pdwissink

    SQLLDR80 LOBFILE ERROR

    Found out the problem was I was using 8.0.5 of the sql loader. When I upgraded to 8.1.7 the problem went away.
  6. pdwissink

    SQLLDR80 LOBFILE ERROR

    Maxx, I want to use RES_FILE as a filler. RES_FILE is not a column name of my file. I want to place the file information referred to in RES_FILE and populate my CLOB column "NOTES". Thanks. Darrell
  7. pdwissink

    SQLLDR80 LOBFILE ERROR

    I received the following error when using sqlldr80 to load a lobfile SQL*Loader-350: Syntax error at line 9. Expecting "," or ")", found "FILLER". RES_FILE FILLER CHAR, Here is my control file OPTIONS (ROWS=20000,DIRECT=FALSE) LOAD DATA INFILE 'MFnotes.TXT'...
  8. pdwissink

    Can not sum ? Strange!

    Have you initialized the variables as Public, Private, or Local used in the loop ? If you have not, try initializing mNet and mMonthly_remain as local. :->

Part and Inventory Search

Back
Top