[ Pobierz całość w formacie PDF ]
.EXEC SQL END DECLARE SECTION;This informational message is issued by the FIPS Flagger when FIPS=YES.Action No action required.However, for ANSI/ISO compliance, do not initialize hostvariables in their declarations.PCC 00119 Value of const variable in INTO clause will be modifiedCause A variable declared with the type specifier const was used in an INTOclause.Such variables should not be modified and should not be used inan INTO clause.Action Check the spelling of all identifiers in the INTO clause.If necessary, removeconst from the host variable declaration or use a different host variable.4 24 Oracle7 Server Messages00001 01600: Oracle Precompiler, Version 1 MessagesPCC 00120 File I/O error during code generationCause A file I/O error occurred during code generation.This may be caused byinsufficient disk space.Action Check that there is enough disk space.PCC 00121 Arrays of VARCHAR pointers are not supportedCause An array of pointers was declared, which is not allowed.However,pointers to scalar types are allowed.With Pro*C, declare pointers to char[n]and VARCHAR[n] variables as pointers to CHAR or VARCHAR (with nolength specification).Action Correct or remove the declaration.PCC 00122 Input file name and output file name are identicalCause On the command line, the same pathname for INAME and ONAME wasspecified, which designates the precompiler input and output files, respectively.Action Change one of the path/filenames.PCC 00123 Entire VARCHAR declaration must be on same lineCause In a Pro*C program, a VARCHAR declaration spans more than one line, whichis not allowed.Action Revise the declaration so that it uses only one line.PCC 00124 COMMON_NAME option must be before PROGRAM or subroutinebeginningCause In a FORTRAN program, subroutine, or function, the precompiler optionCOMMON_NAME was mistakenly specified after the PROGRAM,SUBROUTINE, or FUNCTION statement.If COMMON_NAME is specifiedinline, its EXEC ORACLE OPTION statement must precede the PROGRAM,SUBROUTINE, or FUNCTION statement.Action Relocate the EXEC ORACLE OPTION statement or specify COMMON_NAMEon the command line.Precompiler Messages 4 2500001 01600: Oracle Precompiler, Version 1 MessagesPCC 00126 Could not find or open system configuration fileCause The precompiler was unable to find or open the system configuration file (a textfile containing preset command line options, which the precompiler uses bydefault).Some possible causes follow:" The file does not exist." The search path to the file is incorrect." File access privileges are insufficient." There are too many open files.However, this message is just a warning.Processing continues even if thesystem configuration file does not exist.Action Check that the file exists, that the search path to the file is correct, and thatsufficient privileges exist to access the file.Also check that the limit for openfiles is set high enough (check with the system manager).PCC 00127 textCause This is a generic error message from the command line processor.Action Correct the indicated error.PCC 00128 Command line processor severe errorCause The command line processor encountered a severe error.Action After making sure that all the command line options are specified correctly,call customer support with a full account of all the options and configurationfiles used.PCC 00129 option optnam must be givenCause A required command line option is missing.For example, the INAME option,which specifies the name of the input file, might be missing.Action Supply the missing command line option.PCC 00130 Invalid value val for option optnamCause The precompiler found an invalid option value.For example, the value mighthave been misspelled (as in DBMS=6V) or illegal (as in DBMS=V5).Action Check the value, making sure that it is legal and correctly spelled.4 26 Oracle7 Server Messages00001 01600: Oracle Precompiler, Version 1 MessagesPCC 00132 Indicator array size must not be less than its host variableCause An host variable array was used with an indicator array declared with asmaller dimension.For example:EXEC SQL BEGIN DECLARE SECTION;int dept_no[20];short dept_no_ind[10];EXEC SQL END DECLARE SECTION;.SELECT.INTO dept_no:dept_no_ind.Action Increase the size of the indicator array.PCC 00133 Command line option MODE=ANSI required with optionNLS_LOCAL=YESCause The precompiler option NLS_LOCAL=YES was used without also specifyingMODE=ANSI.The precompiler option MODE=ANSI must be specified ifNLS_LOCAL=YES.Action Set the precompiler option MODE=ANSI in addition to NLS_LOCAL=YES ordo not set NLS_LOCAL=YES.PCC 00135 Result Set Cursor usage is not standard SQLCause An Oracle extension to the ANSI/ISO SQL standard was used.Specifically, anOracle Result Set Cursor was used.This informational message is issued by theFIPS Flagger when FIPS=YES.Action No action required.However, for ANSI/ISO compliance, do not use Result SetCursors.PCC 00136 Invalid SQL_CURSOR declarationCause An array of SQL_CURSOR host variables was declared or, if Pro*COBOL, aPICTURE clause was specified in the SQL_CURSOR declaration.InPro*FORTRAN, a length specification (i.e., *n ) on the SQL_CURSORdeclaration may have been specified.These usages are not supported.Action Check that the SQL_CURSOR variable is not declared as an array or, ifPro*COBOL, that no PICTURE clause is specified for the SQL_CURSOR.InPro*FORTRAN, check that there is no length specification (i.e., *n ) for theSQL_CURSOR.Precompiler Messages 4 2700001 01600: Oracle Precompiler, Version 1 MessagesPCC 00137 Invalid use of SQL_CURSOR host variableCause A SQL_CURSOR variable was used in an INTO or WHERE clause.SQL_CURSOR variables can be used only where ordinary cursor identifiers or,in a PL/SQL block, a cursor would normally be used.Action Remove the SQL_CURSOR variable reference from the INTO or WHEREclause, or use a host variable of another type in the INTO or WHERE clause.PCC 00138 Result Set Cursors are not implemented in this precompilerCause There was an attempt to reference a host variable as a cursor reference.Cursorvariables are not implemented in Pro*Pascal or Pro*PL/I.Action Rewrite your host language code to use standard SQL cursors.PCC 00140 CREATE FUNCTION/PROCEDURE/PACKAGE/TRIGGER are OracleextensionsCause An Oracle extension to the ANSI/ISO SQL standard was used.Specifically, oneof the following statements was used:" CREATE FUNCTION" CREATE PROCEDURE" CREATE PACKAGE" CREATE TRIGGERThese statements are Oracle extensions to the ANSI/ISO SQL standards.Thisinformational message is issued by the FIPS Flagger when FIPS=YES.Action No action is required.However, for ANSI/ISO compliance, do not use any ofthese statements.PCC 01000 You are not authorized to run Pro*COBOLCause The authorization or license to run the Pro*COBOL Precompiler has expired.Action Call customer support for assistance.PCC 01001 Your Pro*COBOL authorization is about to expireCause The authorization or license to run the Pro*COBOL Precompiler is aboutto expire.Action Call customer support for assistance
[ Pobierz całość w formacie PDF ]