Oracle8 Error Messages
Release 8.0.4

A58312-01

Library

Product

Contents

Index

Prev Next

18
Precompiler Messages

This chapter lists messages that might occur when running the Oracle Precompilers. Also listed are messages that the Oracle runtime library might return to the SQLCA. For each message, the probable cause and corrective action are given. The Oracle Precompilers issue various warning and error messages. For example, the following message code and message statement might appear:

PCC-U-00036: No input file name specified

The message code consists of a prefix, severity code, and sequence number. The prefix PCC shows that the message was generated by an Oracle Precompiler, Version 1, or the Oracle Precompiler for Pro*C/C++, Release 3.0. The prefix PCB indicates that the message was generated by the Oracle Precompiler for Pro*COBOL, Release 2.0. There are four severity codes. The following table describes the codes:

Code   Meaning  
W   Warning-despite an error, a compilable output file was created.  
S   Severe error-despite an error, an output file was created. However, it might not be compilable.  
F   Fatal error-no output file was created because of an internal problem or because a resource (such as memory) was unavailable or ran out.  
U   Unrecoverable error-no output file was created because an input requirement was not met.  
I   Information only-no error or warning was encountered. Information messages are used only for FIPS flagging.  

The following is a list of Oracle precompiler documentation:

Programmer's Guide to the Oracle Pro*COBOL Precompiler Release 2.0

Programmer's Guide to the Oracle Pro*C/C++ Precompiler Release 3.0

Pro*FORTRAN Supplement to the Oracle Precompilers Guide




Prev

Next
Oracle
Copyright © 1997 Oracle Corporation.

All Rights Reserved.

Library

Product

Contents

Index