home *** CD-ROM | disk | FTP | other *** search
- /
- / $Header: impmtb.msg,v 6002700.2 89/05/23 18:05:55 cyang Exp $ impmtb.msg Copyr (c) 1989 Oracle
- /
- / RDBMS660027,DISK$DEV1:[V6SOURCE.IMPEXP.60027]
- / Copyright (c) 1988 by the Oracle Corporation. All rights reserved.
- /
- / File: v6$knl:[impexp]impmtb.msg
- / Created: 07/12/88
- / Modified:
- / 09-03-84 Dana - Add error 43, 44, 45 and modify 2 and 128
- / 05-15-85 Dana - Add Miners error mesages 140-150 from exumtb.h
- / 05-15-85 Dana - Add #46, modify 15,31,32,38,39,100,101,104,113
- / 05-23-85 Miner- various import messages
- / 05-24-85 Miner- various export messages
- / 06-26-85 Dana - change banners, add progress reports
- / 08/26/85 Bradbury - Make "impmsg.mtb" contain import msgs.
- / 09/20/85 Miner - add array insert messages
- / 10/15/85 Forrest - add operating system error
- / 12/05/85 Derry - modify SQL-statement messages to not have string
- / 04/09/86 Forrest - 107 change from %d to %lu
- / 05/02/86 Aoki - 100 change from "Import" to "Import - Production"
- / 02/16/87 Hong - add error message (#154) for command line driver
- / 02/16/87 Hong - add messge (#155) when skipping rows
- / 05/31/87 Hong - add trailing space to mssg #104
- / 06/04/87 Hong - add 'into <user>' to message #148
- / 01/17/88 Hong - mod err mssg 124
- / 03/21/88 Kornet - Reformat for use by LMS
- / 07/14/88 Hong - major rework/reorganize of error messages
- / 08/11/88 Hong - add mssgs 27 and 28
- / 12/18/88 Porter - Fix "Emport" typo
- /
- /
- / This file is coverted to header/message files using lmsgen.c
- /
- / The first column is the Import error number.
- / The second column is reserved and must be (for now) 00000
- / The remainder of the line is the error text
- /
- / Adding an error for Import
- / Check out this file, add the error, and check it back in. Error numbers
- / should always be ordered. The second column should always be 00000.
- /
- /
- / Range 000 - 099: actual Import errors
- / Range 100 - 199: informative messages
- / Range 200 - 299: prompt messages
- / Range 300 - 399: help messages
- /
- / Error messages
- /
- /
- 00000, 00000, "Import terminated with error\n"
- // *Cause: Error encountered.
- // *Action: Check the preceding error message and take appropriate actions.
- 00001, 00000, "respond with either 'Y', 'N', RETURN or '.' to quit"
- // *Cause: Invalid response.
- // *Action: Respond with either 'Y', 'N', RETURN or '.' to quit.
- 00002, 00000, "failed to open %s for read"
- // *Cause: Failed to open export file for read
- // *Action: This is usually followed by OS device error message. Take
- // appropriate action to restore the devide.
- 00003, 00000, "ORACLE error %lu encountered"
- // *Cause: Encounter ORACLE error.
- // *Action: Check ORACLE DBMS manual for the ORACLE error and take appropriate
- // action.
- 00004, 00000, "invalid username or password"
- // *Cause: Username/pasword specified is not valid.
- // *Action: Retry with correct username/password./
- 00005, 00000, "all allowable logon attempts failed"
- // *Cause: failed to logon with valid username/password.
- // *Action: Retry with correct username/password.
- 00006, 00000, "failed to allocate memory of size %lu"
- // *Cause: Failed to allocate memory.
- // *Action: Decrease Import buffer size so that less memory is used or
- // increase the runtime memory size for Import.
- 00007, 00000, "must be a DBA to import objects to another user's account"
- // *Cause: No priviledge to import objects to another user's account.
- // *Action: Only DBA can import into other user.
- 00008, 00000, "unrecognized statement in the export file: \n %s"
- // *Cause: Unrecognized statement in export file. This could be due to
- // corrupted export file or Import internal bug.
- // *Action: If the export file is corrupted, retry with a new export file.
- // Else report this as Import internal error.
- 00009, 00000, "abnormal end of export file"
- // *Cause: This is usually caused by an export file generated by an aborted
- // export session.
- // *Action: If the export file was generated by an aborted export session,
- // retry the export followed by the import. Else, report this
- // as a bug and submit the export file that causes this error.
- 00010, 00000, "not a valid export file, header failed verification"
- // *Cause: Either it is not a file generate by the Export utility or
- // that the file is corrupted.
- // *Action: If you believe the file was indeed generated by the Export utility,
- // report this an Import bug and submit the export file.
- 00011, 00000, "formatted table data not currently supported"
- // *Cause: Import only supports export file with binary table data.
- // *Action: This is a future enhancement.
- 00012, 00000, "invalid export mode (%c) in header"
- // *Cause: The export mode in export header is invalid.
- // *Action: Check to make sure the export file is not corrupted, else
- // report this as Import/Export internal bug and submit the
- // export file.
- 00013, 00000, "only a DBA can import a file exported by another DBA"
- // *Cause: No priviledge to import the export file generated by a DBA.
- // *Action: Need to have DBA priviledge to do the import.
- 00014, 00000, "insufficient ORACLE priviledges to do import"
- // *Cause: Do not have the neccessary priviledges to do import. E.g.
- // you need at least CONNECT priviledge to do import.
- // *Action: Contact your DBA to grant you the priviledges.
- 00015, 00000, "following statement failed because the object already exists:"
- // *Cause: Failed to create object because it already exists.
- // *Action: If you want Import to ignore such error and import the table data
- // even if it failed to create the table because it already exists,
- // use the option 'IGNORE = y'.
- 00016, 00000, "required character set conversion (type %lu to %lu) not supported"
- // *Cause: Cannot convert the character format of export file into the
- // the native character format.
- // *Action: This is a future enhancement.
- 00017, 00000, "following statement failed with ORACLE error %lu:"
- // *Cause: failed to execute the statement from export file becuase of
- // ORACLE error.
- // *Action: Check the ORACLE error message that follows and take appropriate
- // action.
- 00018, 00000, "partial import of previous table completed: %lu rows imported"
- // *Cause: Refered table was partially imported becuase of other error.
- // *Action: Check the error message that precede this and take appropriate
- // action.
- 00019, 00000, "row rejected due to ORACLE error %lu"
- // *Cause: ORACLE error encountered when trying to import the row.
- // *Action: Check the ORACLE error message and take appropriate action.
-
- 00020, 00000, "column (size %lu) in export file too large for column buffer (size %lu)"
- // *Cause: The column buffer is too small for long column.
- // *Action: Increase the buffer size until it is bug enough for the long
- // columns being imported.
- 00021, 00000, "operating system error - error code (dec %lu, hex 0x%X)"
- // *Cause; Operating system error.
- // *Action: Check the OS manual for the error code and take appropriate action.
- 00022, 00000, "failed to process parameters, type 'IMP HELP=Y' for help"
- // *Cause: Invalid command line parameters specified.
- // *Action: Check the help menu for correct parameters and retry.
- 00023, 00000, "Import views not installed, please notify your DBA"
- // *Cause: Import views not installed.
- // *Action: Notify DBA to install Import views.
- 00024, 00000, "Full Import mode, cannot specify FROMUSER or TABLES parameter"
- // *Cause: Conflicting import mode.
- // *Action: Retry with correct import mode.
- 00025, 00000, "for DBA export files, FROMUSER must be specified with TOUSER option"
- // *Cause: TOUSER parameter specifed but not FROMUSER for DBA export file.
- // *Action: Must specify FROMUSER parameter so that Import know which user's
- // objects are to be imported.
- 00027, 00000, "failed to rollback partial import of previous table"
- // *Cause: ORACLE error encountered when trying to rollback partial import.
- // *Action: Check the ORACLE error message and take appropriate message. Then
- // logon to ORACLE to make sure that the partial import is not
- // committed.
- 00028, 00000, "partial import of previous table rollbacked: %lu rows rollbacked"
- // *Cause: ORACLE error encountered when trying to import the table.
- // *Action: Check the ORACLE error message and take appropriate message.
- // Reimport the table is necessary.
- //
- 00029, 00000, "cannot qualify table name by owner (%s), use FROMUSER parameter"
- // *Cause: A table name is not allowed to be qualified by the owner as in
- // IMP SYSTEM/MANAGER TABLES=(SCOTT.EMP)
- // *Action: Use the FROMUSER parameter to specify the owner. For example:
- // IMP SYSTEM/MANAGER FROMUSER=SCOTT TABLES=(EMP, DEPT)
- //
- 00030, 00000, "failed to open %s for write"
- // *Cause: Failed to open the named file for write
- // *Action: This is usually followed by OS device error message. Take
- // appropriate action to restore the device.
- //
- /
- / Informative messages
- /
- 00100, 00000, "Import"
- 00101, 00000, "\n\nConnected to: %s\n\n"
- 00102, 00000, "\n. . importing table %-35.*s"
- 00103, 00000, "%9lu rows imported"
- 00109, 00000, "\n\nWarning: the objects were exported by %s, not by you\n"
- 00110, 00000, "\nImport terminated successfully.\n"
- 00111, 00000, "\nColumn %lu %.*s"
- 00112, 00000, "\n. importing %s's objects into %s"
- 00113, 00000, "Export file created by %s"
- 00114, 00000, "\n. . skipping table %-35.*s"
- 00115, 00000, "\n. importing user %-35s"
- 00116, 00000, "\nSystem error message"
- 00117, 00000, "\nWarning: table contains ROWID column, values may be obsolete"
- /
- / Prompt messages
- /
- 00200, 00000, "\n%s (Y/N): %c > "
- 00201, 00000, "\nImport file: %s > "
- 00202, 00000, "List contents of import file only"
- 00203, 00000, "Import entire import file"
- 00204, 00000, "\nEnter table names. Null list means all tables for user"
- 00205, 00000, "\nEnter table name or . if done: "
- 00206, 00000, "\nEnter insert buffer size (minimum is %lu) %lu> "
- 00207, 00000, "\nUsername: "
- 00208, 00000, "Password: "
- 00209, 00000, "Ignore create error due to object existence"
- 00210, 00000, "Import grants"
- 00211, 00000, "Import table data"
- #ifdef UNIX
- 00298, 00000, "\nVolume size (<ret> for no restriction) > "
- 00299, 00000, "\nPlease mount the next volume, and hit <ret> when you are done\n"
- #endif
- /
- / HELP messges, range defined as HELPSTART and HELPEND in impdef.h
- /
- 00300, 00000, "\n\nYou can let Import prompt you for parameters by entering the IMP\n"
- 00301, 00000, "command followed by your username/password:\n"
- 00302, 00000, "\n"
- 00303, 00000, " Example: IMP SCOTT/TIGER\n"
- 00304, 00000, "\n"
- 00305, 00000, "Or, you can control how Import runs by entering the IMP command followed\n"
- 00306, 00000, "by various arguments. To specify parameters, you use keywords:\n"
- 00307, 00000, "\n"
- 00308, 00000, " Format: IMP KEYWORD=value or KEYWORD=(value1,value2,...,valueN)\n"
- 00309, 00000, " Example: IMP SCOTT/TIGER IGNORE=Y TABLES=(EMP,DEPT) FULL=N\n"
- 00310, 00000, "\n"
- 00311, 00000, "Keyword Description (Default) Keyword Description (Default)\n"
- 00312, 00000, "--------------------------------------------------------------------------\n"
- 00313, 00000, "USERID username/password FULL import entire file (N)\n"
- 00314, 00000, "BUFFER size of data buffer FROMUSER list of owner usernames\n"
- 00315, 00000, "FILE output file (EXPDAT.DMP) TOUSER list of usernames\n"
- 00316, 00000, "SHOW just list file contents (N) TABLES list of table names\n"
- 00317, 00000, "IGNORE ignore create errors (Y) RECORDLENGTH length of IO record\n"
- 00318, 00000, "GRANTS import grants (Y) INCTYPE incremental import type\n"
- 00319, 00000, "INDEXES import indexes (Y) COMMIT commit array insert (N)\n"
- 00320, 00000, "ROWS import data rows (Y) PARFILE parameter filename\nVOLSIZE volume size\n\n"
-