Preface
This manual describes error messages that may appear while using products that are part of Oracle. Each message listing in the manual contains the message statement, an explanation of the probable causes of the message, and a recommended action. If the message is a warning or indicates that an error occurred, the message listing indicates a corrective action.
This preface contains these topics:
Audience
Oracle9i Database Error Messages is intended for all Oracle users.
Organization
This document contains:
Part I, "Introduction"
Chapter 1, "Using Messages"
Part II, "Oracle Database Server Messages"
Chapter 2, "ORA-00000 to ORA-00899"
Chapter 3, "ORA-00900 to ORA-01499"
Chapter 4, "ORA-01500 to ORA-02099"
Chapter 5, "ORA-02100 to ORA-04099"
Chapter 6, "ORA-04100 to ORA-07499"
Chapter 7, "ORA-07500 to ORA-09857"
Chapter 8, "ORA-09858 to ORA-12299"
Chapter 9, "ORA-12300 to ORA-12399"
Chapter 10, "ORA-12400 to ORA-12699"
Chapter 11, "ORA-12700 to ORA-19399"
Chapter 12, "ORA-19400 to ORA-24279"
Chapter 13, "ORA-24280 to ORA-29249"
Chapter 14, "ORA-29250 to ORA-32767"
Part III, "Oracle Database Server Utilities Messages"
Chapter 15, "Oracle Trace Collection Services Messages (EPC)"
Chapter 16, "Export Messages (EXP)"
Chapter 17, "Import Messages (IMP)"
Chapter 18, "Parameter Messages (LRM)"
Chapter 19, "Parameter Messages (LCD)"
Chapter 20, "BFILE-Related Messages (LFI)"
Chapter 21, "PL/SQL and FIPS Messages (PLS)"
Chapter 22, "Summary Advisor, Explain Rewrite, and Explain Materialized View Messages (QSM)"
Chapter 23, "Recovery Manager Messages (RMAN)"
Chapter 24, "SQL*Loader Messages (SQL*Loader)"
Part IV, "Network Messages"
Chapter 25, "Oracle Net Messages (TNS)"
Chapter 26, "Oracle Names Client Messages (NNC)"
Chapter 27, "Oracle Names Server Messages (NNO)"
Chapter 28, "Oracle Names Control Utility Messages (NNL)"
Chapter 29, "Oracle Names Server Network Presentation Layer Messages (NPL)"
Chapter 30, "External Naming Messages (NNF)"
Chapter 31, "Simple Network Management Protocol Messages (NMP)"
Chapter 32, "Remote Operation Messages (NCR)"
Chapter 33, "Network Security Messages (NZE)"
Part V, "Precompiler Messages"
Chapter 34, "SQL*Module Messages (MOD)"
Chapter 35, "Object Type Translator Type File Messages (O2F)"
Chapter 36, "Object Type Translator Initialization Messages (O2I)"
Chapter 37, "Object Type Translator Unparser Messages (O2U)"
Chapter 38, "Pro*COBOL Messages (PCB)"
Chapter 39, "PCF FIPS Messages (PCF)"
Chapter 40, "Pro*C/C++ Messages (PCC)"
Chapter 41, "SQL Runtime Messages (SQL)"
Part VI, "Options Messages"
Chapter 42, "interMedia Audio Messages (AUD)"
Chapter 43, "interMedia Image Messages (IMG)"
Chapter 44, "interMedia Video Messages (VID)"
Chapter 45, "Oracle Text Messages (DRG)"
Chapter 46, "Time Series Messages (TS)"
Chapter 47, "Spatial Data Option Messages (SDO)"
Chapter 48, "Visual Information Retrieval Messages (VIR)"
Related Documentation
For more information, see these Oracle resources:
- Oracle9i Database Concepts for general information about the Oracle database server and how it works
- Oracle9i Database Administrator's Guide and the Oracle9i User-Managed Backup and Recovery Guide for information about administering the Oracle database server
- Oracle9i Application Developer's Guide - Fundamentals, Oracle9i Supplied PL/SQL Packages and Types Reference, Oracle9i Application Developer's Guide - Large Objects (LOBs), and the Oracle9i Application Developer's Guide - Advanced Queuing, for information about developing database applications within the Oracle database server
- Oracle9i Database Migration for the procedures for migrating a previous release of Oracle to Oracle9i
- Oracle9i SQL Reference for information on Oracle's SQL commands and functions
- Oracle9i Database Utilities for information about the utilities bundled with the Oracle database server, including Export, Import, and SQL*Loader
- Oracle Net Services Administrator's Guide for information about Oracle Net Services
- Oracle Advanced Security Administrator's Guide for information about data encryption, external authentication services, and Oracle DCE integration, all included in the Oracle Advanced Networking Option
- For information specific to the Oracle Server working on your host operating system, see your operating system-specific Oracle documentation (specific book titles vary by operating system) and system release bulletins, if available.
Many of the examples in this book use the sample schemas of the seed database, which is installed by default when you install Oracle. Refer to Oracle9i Sample Schemas for information on how these schemas were created and how you can use them yourself.
In North America, printed documentation is available for sale in the Oracle Store at
http://oraclestore.oracle.com/
Customers in Europe, the Middle East, and Africa (EMEA) can purchase documentation from
http://www.oraclebookshop.com/
Other customers can contact their Oracle representative to purchase printed documentation.
To download free release notes, installation documentation, white papers, or other collateral, please visit the Oracle Technology Network (OTN). You must register online before using OTN; registration is free and can be done at
http://technet.oracle.com/membership/index.htm
If you already have a username and password for OTN, then you can go directly to the documentation section of the OTN Web site at
http://technet.oracle.com/docs/index.htm
Conventions
This section describes the conventions used in the text and code examples of this documentation set. It describes:
Conventions in Text
We use various conventions in text to help you more quickly identify special terms. The following table describes those conventions and provides examples of their use.
Conventions in Code Examples
Code examples illustrate SQL, PL/SQL, SQL*Plus, or other command-line statements. They are displayed in a monospace (fixed-width) font and separated from normal text as shown in this example:
SELECT username FROM dba_users WHERE username = 'MIGRATE';
The following table describes typographic conventions used in code examples and provides examples of their use.
Documentation Accessibility
Oracle's goal is to make our products, services, and supporting documentation accessible to the disabled community with good usability. To that end, our documentation includes features that make information available to users of assistive technology. This documentation is available in HTML format, and contains markup to facilitate access by the disabled community. Standards will continue to evolve over time, and Oracle is actively engaged with other market-leading technology vendors to address technical obstacles so that our documentation can be accessible to all of our customers. For additional information, visit the Oracle Accessibility Program Web site at
http://www.oracle.com/accessibility/
JAWS, a Windows screen reader, may not always correctly read the code examples in this document. The conventions for writing code require that closing braces should appear on an otherwise empty line; however, JAWS may not always read a line of text that consists solely of a bracket or brace.