Friday, 8 June 2012

ORA-35578: (SQLOUT11) SQL cursor number cannot be used with CURRENT OF lamp;lt;lamp;nbsp;cursor namelamp;gt; syntax

ORA-35578: (SQLOUT11) SQL cursor number cannot be used with CURRENT OF lamp;lt;lamp;nbsp;cursor namelamp;gt; syntax

Cause: The CURRENT OF lamp;lt;lamp;nbsp;cursorlamp;gt; syntax in the WHERE clause tried to use a cursor that was not declared with the FOR UPDATE ( of lamp;lt;lamp;nbsp;column namelamp;gt; ( SQL syntax.

Action: Add the FOR UPDATE ( OF lamp;lt;lamp;nbsp;column namelamp;gt; ( SQL syntax to the cursor specified.

ORA-35282: (SNSYN166) The format of the AGGREGATE function is: AGGREGATE(varname USING aggmap-name (COUNTVAR intvar-name( (FORCECALC()

ORA-35282: (SNSYN166) The format of the AGGREGATE function is: AGGREGATE(varname USING aggmap-name (COUNTVAR intvar-name( (FORCECALC()

Cause: The user used incorrect syntax for the AGGREGATE function.

Action: Correct the calling syntax.

ORA-35280: (SNSYN165) The format of the AGGREGATE command is: AGGREGATE varname1 (varname2 varname3 ...( USING aggmap-name (COUNTVAR intvar-name1 (intvar-name2 intvar-name3 ...(( (FUNCDATA( (THREADS #(

ORA-35280: (SNSYN165) The format of the AGGREGATE command is: AGGREGATE varname1 (varname2 varname3 ...( USING aggmap-name (COUNTVAR intvar-name1 (intvar-name2 intvar-name3 ...(( (FUNCDATA( (THREADS #(

Cause: The user used incorrect syntax for the AGGREGATE command.

Action: Correct the calling syntax.

ORA-35276: (SNSYN163) The format of the ALLOCATE command is: ALLOCATE varname (SOURCE svarname( (BASIS bvarname (ACROSS dimname(( (TARGET tvarname (TARGETLOG logvarname(( ( USING aggmap (

ORA-35276: (SNSYN163) The format of the ALLOCATE command is: ALLOCATE varname (SOURCE svarname( (BASIS bvarname (ACROSS dimname(( (TARGET tvarname (TARGETLOG logvarname(( ( USING aggmap (

Cause: The user used incorrect syntax for the ALLOCATE command.

Action: Correct the calling syntax.

ORA-35180: (SNSYN103) The format of the OUTFILE command is: OUTFILE (APPEND( {EOF | TRACEFILE | filename (NOCACHE( (NLS_CHARSET name(}

ORA-35180: (SNSYN103) The format of the OUTFILE command is: OUTFILE (APPEND( {EOF | TRACEFILE | filename (NOCACHE( (NLS_CHARSET name(}

Cause: The user specified incorrect syntax for the OUTFILE command.

Action: none

ORA-35095: (QFSVNS01) One or more imported values of fixed-width dimension workspace object have been truncated.

ORA-35095: (QFSVNS01) One or more imported values of fixed-width dimension workspace object have been truncated.

Cause: The data in the EIF file was exported from a dimension with wider values than the target dimension will accommodate.

Action: Change the definition of the target dimension, or check to be sure that multiple values from the target dimension have not become identical during the import process. This could cause data loss as data from later dimension values overstores data imported earlier.

ORA-35078: (QFHEAD05) An EIF extension file header for string is not in the correct format.

ORA-35078: (QFHEAD05) An EIF extension file header for string is not in the correct format.

Cause: An EIF extension file in multi-file IMPORT did not contain correct header information.

Action: Check to be sure that EIFEXTENSIONPATH is set correctly and that all the extension files for the current IMPORT were created by the same EXPORT command as the main EIF file.