LCC–00114 illegal boolean response character Cause A value other than TRUE or FALSE was specified...
Serwis znalezionych hasełOdnośniki
- Smutek to uczucie, jak gdyby się tonęło, jak gdyby grzebano cię w ziemi.
- EXT REF1 SELECT lub 1106 EXT REF2 SELECT – na COMM, COMM+AI1 lub COMM*AI1...
- choćbyÅ› i mnie miaÅ‚ waszmość tak pochlastać, zawszeć winszujÄ™, winszujÄ™! – Et, dalibyÅ›cie sobie waszmoÅ›ciowie pokój; bo w rzeczy nie macie siÄ™...
- znalazÅ‚ i któż zarÄ™czy, czy jÄ… znajdzie? – Prawda jest! Ale gdy Bóg go przez nasze rÄ™ce od Bohuna uwolniÅ‚ i przez tyle niebezpieczeÅ„stw, przez...
- Po prawej, najbliżej Å›ciany hangaru, staÅ‚y bok w bok nowiutkie Gromy i BÅ‚yskawice – nieco mniejsze wozy bojowe przystosowane do przewozu piechoty...
- «Dlaczego wiÄ™c oÅ›miela siÄ™ podejść do kapÅ‚ana za pierwszym razem, kiedy jest caÅ‚kiem nieczysty, a za drugim razem – zbliżyć siÄ™ nawet do...
- Polecenie traceroute zwykle jest wykorzystywane w ten sposób, jak polecenie ping – jako parametr należy podać nazwÄ™ hosta docelowego...
- Krzysztof przetarÅ‚ palcami oczy i powtórzyÅ‚ bezdźwiÄ™cznym gÅ‚osem: – Precz, precz, zabierzcie stÄ…d tego czÅ‚owieka...
- • skrzynia biegów, dÅ‚uga – ponieważ jest wiele szybkich partii (Å‚uki, czasami proste), na których to wÅ‚aÅ›nie dużą prÄ™dkoÅ›ciÄ… można sporo...
- Czemu wiÄ™c pÅ‚akaÅ‚a? ObawiaÅ‚ siÄ™ jednak, Åœe jeÅ›li bÄ™dzie próbowaÅ‚ nalegać, tylko - Nie musi mi pani od razu odpowiadać –uspokoiÅ‚ jÄ…...
- – Zabierzesz stÄ…d te akta, zrobisz gdzieÅ› kopie, rozeÅ›lesz część do przyjaciół i znajomych rozrzuconych możliwie po caÅ‚ych Stanach, a resztÄ™ ukryjesz,...
Smutek to uczucie, jak gdyby się tonęło, jak gdyby grzebano cię w ziemi.
Action
Enter a boolean value, either TRUE or FALSE.
LCC–00122
unrecognized keyword name
Cause
An invalid or misspelled keyword was specified.
Action
Re–enter the line.
LCC–00128
invalid positional parameter value num
Cause
An invalid positional parameter value was specified.
Action
Correct the value.
LCC–00161
Oracle error (possible syntax error) parameter name
Cause
A parameter was specified incorrectly, possibly with a syntax error.
Action
Correct the error as described in the accompanying message.
LCC–00201
could not open specified filename name
Cause
The specified file did not exist.
Action
Check the name of the file or create a file by that name before retrying.
LCC–00203
missing keyword name
Cause
A keyword is expected but none was found.
Action
Add a parameter keyword followed by an equal sign and a parameter value.
LCC–00204
left parenthesis and no parameter specified name
Cause
A parameter list was started but no parameter was specified.
Action
Add an appropriate list of values and close the parameter list.
LCC–00205
unbalanced parentheses character
Cause
An odd number of parentheses was found, indicating that one is missing or one is extra.
Action
Retry the statement using the correct number of parentheses.
5 – 20
Oracle7 Server Messages
00100–00299: LCC Messages
LCC–00206
positional parameter entered after keyword name
Cause
An equal sign was missing.
Action
Retry the parameter specification using an equal sign between the parameter name and the value.
LCC–00207
nested parentheses encountered character
Cause
More than one set of parentheses was used. Only one set of parentheses is permitted.
Action
Remove the nested parentheses and retry.
LCC–00208
unexpected keyword in value list name
Cause
A keyword was found instead of a value.
Action
Insert an appropriate value for the keyword.
LCC–00209
missing value for keyword at end of string str
Cause
A keyword was specified with no value.
Action
Specify a valid value for the keyword.
LCC–00210
illegal assignment operator symbol
Cause
An attempt was made to use a symbol other than an equal sign to assign a value to a parameter.
Action
Retry using an equal sign following the parameter name.
LCC–00211
unexpected delimiter symbol
Cause
An invalid delimiter was found between values.
Action
A comma or a space is a valid delimiter.
LCC–00212
runaway quoted string str
Cause
The parameter value was quoted on the left side but not on the right.
Action
Balance the quotation marks.
SQL*DBA Messages
5 – 21
00100–00299: LCC Messages
LCC–00215
parameter files nested too deep num
Cause
Too many parameter files were nested. The maximum number of files that may be nested is three.
Action
Reduce the number of nested parameter files.
LCC–00217
failure while processing file parameter
Cause
An error occurred while processing a file parameter.
Action
Other messages will follow with additional information.
LCC–00218
error in file name
Cause
An error occurred in the particular file.
Action
Other messages will follow with additional information.
5 – 22
Oracle7 Server Messages
C H A P T E R
6
Export/Import
Messages
This chapter lists messages generated by the Export/Import utility.
For more information on this utility, refer to Oracle7 Server Utilities.
The messages listed in this chapter are displayed with the either the prefix EXP, signifying Export, or IMP, signifying Import.
Export/Import Messages
6 – 1
00000–00100: Export Messages
00000–00100: Export Messages
EXP–00000
export terminated unsuccessfully
Cause
Export encountered an Oracle error.
Action
Look up the accompanying Oracle message in Chapter 2 of this manual, and take appropriate action.
EXP–00001
data field truncation – column length= num, buffer size= num fetched= num
Cause
Export could not fit a column in the data buffer.
Action
Record the given size parameters and the accompanying messages and report this as an Export internal error to customer support. (Part of the table has been exported. Export will continue with the next table.)
EXP–00002