Ludzie pragną czasami się rozstawać, żeby móc tęsknić, czekać i cieszyć się z powrotem.
To see an online display of the precompiler options, enter the precompiler command (with no options) at the operating–system prompt.
PCC–00029
Ambiguous option optnam
Cause
The name of a precompiler option was abbreviated ambiguously. For example, MAX= might refer to MAXLITERAL or MAXOPENCURSORS.
Action
Respecify the full option name or an unambiguous abbreviation. To see an online display of the precompiler options, enter the precompiler command (with no options) at the operating–system prompt.
PCC–00031
Invalid value given for option optnam
Cause
The value specified for a precompiler option is invalid, probably because the value is misspelled (as in LTYPE=HORT) or out of range (as in PAGELEN=–55).
Action
Check the value, making sure it is spelled correctly and within the legal range.
PCC–00032
Invalid option optnam
Cause
The precompiler found an invalid precompiler option name. Some possible causes follow:
• The option name is misspelled.
• The specified option does not exist.
• The equal sign (=) between the option name and value is missing or has space around it.
Action
Check that the option exists and that its name is spelled correctly. To see an online display of the precompiler options, enter the precompiler command (with no options) at the operating–system prompt. Also check that there is an equal sign between the option name and value.
PCC–00033
Missing operand for option optnam
Cause
No value was specified for a precompiler option. Either the value is missing or there is space around the equal sign (as in LTYPE=SHORT).
Action
Check that a value for each option has been specified and that there is no space around the equal sign.
Precompiler Messages
4 – 7
00001–01600: Oracle Precompiler, Version 1 Messages PCC–00036
No input file name specified
Cause
The input file was not specified on the command line.
Action
Use the INAME command–line option to specify the input file.
PCC–00037
Unable to log on to Oracle with username. Oracle error number: ora–nnnnn
Cause
The precompiler was unable to log on to Oracle with the specified username and password. An Oracle error with given number occurred when the logon was attempted.
Action
Refer to the indicated message in Chapter 2. of this manual.
PCC–00038
Unable to open a cursor
Cause
This is an internal error message not usually issued.
Action
Call customer support for assistance. If the application does not require syntactic or semantic checking of SQL statements and does not use PL/SQL, specify SQLCHECK=NONE on the command line.
PCC–00039
Unable to open input file name
Cause
The precompiler was unable to open the input file specified by the INAME
precompiler option. Some possible causes follow:
• The filename is misspelled.
• The file does not exist.
• The search path to the file is incorrect.
• File access privileges are insufficient.
• Another user has locked the file.
• There is not enough disk space.
• There are too many open files.
Action
Check that the file exists, that the search path to the file is correct, that sufficient privileges have been granted to access the file, and that it is not locked by another user. Also check that there is enough disk space and that the limit for open files is set high enough (check with the system manager).
4 – 8
Oracle7 Server Messages
00001–01600: Oracle Precompiler, Version 1 Messages PCC–00040
Unable to open listing file name
Cause
The precompiler was unable to open the listing file specified by the LNAME
precompiler option. Some possible causes follow:
• The filename is misspelled.
• The file does not exist.
• The search path to the file is incorrect.
• File access privileges are insufficient.
• Another user has locked the file.
• There is not enough disk space.
• There are too many open files.
Action
Check that the file exists, that the search path to the file is correct, that sufficient privileges have been granted to access the file, and that it is not locked by another user. Also check that there is enough disk space and that the limit for open files is set high enough (check with the system manager). If a listing file is not needed, specify LTYPE=NONE on the command line.