PCB-00312: Keyword WORK required here by ANSI
Cause: An Oracle extension to the ANSI/ISO SQL standard was used. Specifically, the keyword WORK was used in a COMMIT or ROLLBACK statement. For example, the offending code might look like: EXEC SQL COMMIT WORK RELEASE END-EXEC. This informational message is issued by the FIPS Flagger when FIPS=YES.
Action: No action required. However, for ANSI/ISO compliance, do not use the keyword WORK.
PCB-00313
Custom Search


More Oracle errors
RMAN-07501searching for all files in the recovery area
PLS-00151Expression or Variable is an illegal type to PLS/QL: string
ORA-02160index-organized table can not contain columns of type LONG
ORA-30462unsupported operator: string
PGU-30302TIP output error writing function string to file string
ORA-21521exceeded maximum number of connections in OCI (object mode only)
ORA-16957SQL Analyze time limit interrupt
ORA-12154TNS:could not resolve the connect identifier specified
ORA-00333redo log read error block string count string
ORA-37171dimension sources not specified
ORA-09799File label retrieval failed.
ORA-16546missing or invalid value
PLS-00400different number of columns between cursor SELECT statement and return value
ORA-28332cannot have more than one password for the encryption key
ORA-24278remote table string not found
ORA-32001write to SPFILE requested but no SPFILE specified at startup
DGM-16951Unable to failover
PLS-00730collection element type does not allow modifications
RMAN-06727could not locate datafile copy string
PGU-41015USAGE parameter was previously specified




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
RMAN-08132WARNING: cannot update recovery area reclaimable file list
ORA-00000normal, successful completion
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
PCB-00312Keyword WORK required here by ANSI