PCC-01009: For hostlan = COB74, a SQL statement must be followed by ELSE or "."
Cause: In a Pro*COBOL program, an EXEC SQL statement is followed by another statement in the same sentence. An EXEC SQL statement must be the last statement in a COBOL-74 sentence and so must be terminated by the keyword ELSE or a period.
Action: Change the program logic, making the EXEC SQL statement the last statement in the sentence.
PCC-01010
Custom Search


More Oracle errors
ORA-29976Unsupported query for registration in guaranteed mode
OCI-31068updateXML expected data format [string] instead of [string]
ORA-06416NETCMN: error on test
PCC-00104FOR clause is an Oracle extension
ORA-25351transaction is currently in use
ORA-14286cannot COALESCE the only subpartition of this table partition
PLS-00128Illegal number of arguments for pragma string
ORA-42000invalid online redefinition column mapping for table "string"."string"
ORA-13335LRS measure information not defined
ORA-55458object not found in model
SQL*Loader-00486sql-strings may not be specified for collection field string
PCB-00633Invalid host variable and attribute pairing
ORA-22983not a user-defined REF
ORA-38607FI minimum and maximum itemset length not between [1, string]
ORA-13020coordinate is NULL
ORA-28559FDS_CLASS_NAME is string, FDS_INST_NAME is string
ORA-13853Tracing for service (module/action) string is already enabled
ORA-14452attempt to create, alter or drop an index on temporary table already in use
ORA-23367table string is missing the primary key
RMAN-05524Tablespace string is offline




TOP 20 Oracle errors
ORA-12504TNS:listener was not given the SERVICE_NAME in CONNECT_DATA
RMAN-20079full resync from primary database is not done
ORA-14411The DDL cannot be run concurrently with other DDLs
ORA-14760ADD PARTITION is not permitted on Interval partitioned objects
ORA-10877error signaled in parallel recovery slave string
ORA-32701Hang detected
ORA-00838Specified value of MEMORY_TARGET is too small, needs to be at least stringM
ORA-16665timeout waiting for the result from a database
ORA-16957SQL Analyze time limit interrupt
ORA-16664unable to receive the result from a database
ORA-00000normal, successful completion
RMAN-08132WARNING: cannot update recovery area reclaimable file list
ORA-16766Redo Apply is stopped
ORA-00837Specified value of MEMORY_TARGET greater than MEMORY_MAX_TARGET
RMAN-08137WARNING: archived log not deleted as it is still needed
DIA-48122error with opening the ADR block file [string] [string]
ORA-47988password should contain at least one numeric and one alphabetic character
IMP-00057Warning: Dump file may not contain data of all partitions of this table
ORA-00001unique constraint (string.string) violated
ORA-55508Invalid input to Flashback Transaction Backout




Your own TOP 20 Oracle errors
PCC-01009For hostlan = COB74, a SQL statement must be followed by ELSE or "."