|
|
Re: Internal error: ulconnect: OCIInitialize [1804] [message #266734 is a reply to message #252468] |
Tue, 11 September 2007 09:08 |
dgreco922
Messages: 1 Registered: September 2007 Location: Florida
|
Junior Member |
|
|
The SQL*Loader-704 :Internal error that I received was solved by increasing memory in my job on the EXEC statment.
I was running Cobol JCL on an MVS system to load a flat file to an Oracle database. For example, REGION=0M will grab all the space needed.
//LOAD EXEC PGM=SQLLDR,PARM='++/DD/SYSPARM',REGION=0M
|
|
|
|