/ $Header: exumtb.msg,v 1.41 1995/07/26 08:48:50 ixhu Exp $ exumtb.msg / / Copyright (c) 1988 by the Oracle Corporation. All rights reserved. / / File: v6$knl:[impexp]exumtb.msg / Created: 07/12/88 / / OWNER / Raghu Viswanathan (vraghuna) - 1993 / MODIFIED: / ixhu 07/20/95 - report export charset / ixhu 07/09/95 - change MSGICS warning to error / lcprice 05/08/95 - merge changes from branch 1.34.720.1 / ixhu 03/31/95 - retain compress interface / ixhu 03/09/95 - direct path messages / ixhu 02/20/95 - change compress to compact / vraghuna 09/12/94 - bug 235724 - add message 40 for identical files / lcprice 04/19/95 - Bug #267737 - default role processing / vraghuna 08/15/94 - bug 227714 - add check for procedural option / vraghuna 08/02/94 - add loadable NLS changes / vraghuna 06/20/94 - add bad hash cluster message / vraghuna 06/16/94 - add feedback feature / vraghuna 02/08/94 - bug 190437 - merge in unix volsize changes / vraghuna 02/04/94 - add a version message 37 / vraghuna 02/01/94 - bug 195920 - change msg 31 from %d to %u / vraghuna 01/14/94 - bug 191751 - add support for deferred RPC & RepCat / vraghuna 01/12/94 - bug 191750 - add support for refresh groups - 239 / vraghuna 01/11/94 - bug 191749 - add support for job queues - add 238 / vraghuna 12/29/93 - bug 191685 - add %lu to 222 / vraghuna 12/03/93 - bug 187466 - add EXP-36 / vraghuna 06/17/93 - bug 166480 - add message 237 for exuerc / vraghuna 05/13/93 - bug 164729 - change analyze to statistics in help / vraghuna 04/14/93 - bug 160006 - change Note messages / jcleland 11/04/92 - change MLS message for RHILTNER / vraghuna 07/13/92 - bug 115048 - add message for analyze statement / vraghuna 06/30/92 - bug 115524 - change warnings to note / cheigham 05/14/92 - bug 104871: add msg for rows=n,compress=y / cheigham 04/30/92 - fix 'terminated with warnings' msg. to match import / cheigham 04/29/92 - fix spelling in error 29 / Dana 09-03-84 - Add error 43, 44, 45 and modify 2 and 128 / Dana 05-15-85 - Add Miners error messages 140-150 from exumtb.h / Dana 05-15-85 - Add #46, modify 15,31,32,38,39,100,101,104,113 / Miner 05-24-85 - various export messages / Dana 06-26-85 - change banners, add progress reports / Bradbury 08/26/85 - make "exumtb.msg" contain only export msgs / Aoki 05/02/86 - 31: change "Export" to "Export - Production" / Hong 02/11/87 - add messages 60,61,62 / Hong 03/16/87 - modify msg 52 / Hong 06/16/87 - modify msg 63, 64, 65, 66 / Hong 09/19/87 - add msg 67, 69, 70 / Kornet 03/20/88 - reformat for use by LMS / Hong 07/12/88 - major revision/reordering of messages / Hong 09/12/88 - revise for user guide / Hong 05/28/89 - Fix misspelling in message 25. / Dana 09-03-84 - Add error 43, 44, 45 and modify 2 and 128 / / This file is converted to header/message files using lmsgen.c / / The first column is the Export 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 Export: / 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 - 199: actual Export errors / Range 200 - 299: informative messages / Range 300 - 399: prompt messages / Range 400 - 499: help messages / 00000, 00000, "Export terminated unsuccessfully\n" // *Cause: Error encountered. // *Action: Check the preceding error message and take appropriate actions. 00001, 00000, "data field truncation - column length=%lu, buffer size=%lu actual size=%lu" // *Cause: Column data didn't fit in the buffer. // *Action: Record the error messages and report this as Export internal error. // Also note down the column information of the table involved. // The table is partially exported. Export will continue on with // the next table. 00002, 00000, "error in writing to export file" // *Cause: Cannot write to export file, usually due to device errors. // *Action: This is usually followed by OS device error message. Take // appropriate action to restore the device. 00003, 00000, "no storage definition found for segment(%lu, %lu)" // *Cause: Could not find the storage definitions for cluster/index/table. // *Action: Record the error messages and report this as Export internal error. 00004, 00000, "invalid username or password" // *Cause: Username/password 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, "internal inconsistency error" // *Cause: Export data structure was corrupted. // *Action: Record the error messages and report this as Export internal error. 00007, 00000, "dictionary shows no columns for %s.%s" // *Cause: Failed to gather column information from the dictionary. // *Action: It is possible that the table is dropped at the time of the // export. Retry the export and if this error reoccurs, then report // as Export internal error. 00008, 00000, "ORACLE error %lu encountered" // *Cause: Encountered ORACLE error. // *Action: Check ORACLE DBMS manual for the ORACLE error and take appropriate // action. 00009, 00000, "no privilege to export %s's table %s" // *Cause: Attempt to export other users's table // *Action: Only DBA can export other user's tables 00010, 00000, "%s is not a valid username" // *Cause: The username specified is not valid. // *Action: Retry with correct username. 00011, 00000, "%s.%s does not exist" // *Cause: Cannot find the table specified. // *Action: Retry with correct table name. 00012, 00000, "%s is not a valid export mode" // *Cause: Invalid export mode entered. // *Action: Retry with valid export mode. 00013, 00000, "respond with either 'Y', 'N', RETURN or '.' to quit" // *Cause: Invalid response. // *Action: Respond with either 'Y', 'N', RETURN or '.' to quit. 00014, 00000, "error on row %lu of table %s\n" // *Cause: ORACLE error encountered while fetching rows. // *Action: Note the ORACLE error message that follows and take appropriate // action. 00015, 00000, "error on row %lu of table %s, column %s, datatype %lu" // *Cause: Error encountered while fetching or writing the column. // *Action: Note the error message that follows and take appropriate action. 00016, 00000, "ORACLE error encountered while reading default auditing options" // *Cause: ORACLE error encountered. // *Action: Note the ORACLE error message that follows and take appropriate // action. 00018, 00000, "datatype (%lu) for column %s, table %s.%s is not supported" // *Cause: Column type is not supported by Export. // * Action: Note the column type and submit an enhancement request. 00019, 00000, "failed to process parameters, type 'EXP HELP=Y' for help" // *Cause: Invalid command line parameters specified. // *Action: Check the help menu for correct parameters and retry. 00020, 00000, "failed to allocate memory of size %lu" // *Cause: Failed to allocate memory. // *Action: Decrease export buffer size so that less memory is used or // increase the runtime memory size for Export. 00021, 00000, "can only perform incremental export in Full Database mode" // *Cause: Specified user or table mode when doing incremental export. // *Action: Retry by specifying full database mode (full=y). 00022, 00000, "must be SYS or SYSTEM to do incremental export" // *Cause: No privilege to do incremental export. // *Action: Only user SYS or SYSTEM can do incremental export. 00023, 00000, "must be a DBA to do Full Database export" // *Cause: No privilege to do full database export. // *Action: Only DBA can do full database export. 00024, 00000, "Export views not installed, please notify your DBA" // *Cause: Export views not installed. // *Action: Notify DBA to install Export views. 00025, 00000, "dictionary shows no column for constraint %s.%lu" // *Cause: Failed to gather column information about constraint from the // dictionary. // *Action: It is possible that the constraint is altered at the time of the // export. Retry the export and if this error reoccurs, then report // as Export internal error. 00026, 00000, "only one parameter (TABLES, OWNER, or FULL) can be specified" // *Cause: Conflicting export modes specified. // *Action: Retry but Specify only one of (tables, owner, full) parameter. 00027, 00000, "failed to calculate ORACLE block size" // *Cause: Failed to figure out ORACLE block size. // *Action: Report this as Export internal error. 00028, 00000, "failed to open %s for write" // *Cause: Failed to open export file for write // *Action: This is usually followed by OS device error message. Take // appropriate action to restore the device. 00029, 00000, "Incremental export mode and consistent mode are not compatible" // *Cause: User specified both consistent and incremental exports // *Action: none. consistent mode is turned off. 00030, 00000, "Unexpected End-Of-File encountered while reading input" // *Cause: got an EOF while trying to get user input // *Action: if redirecting input to exp, check file for errors 00031, 00000, "Arraysize not in valid range. Using arraysize=%u" // *Cause: user specified arraysize value not in valid range // *Action: none 00032, 00000, "Non-DBAs may not export other users" // *Cause: non-DBA attempted to specify owner=user where exporter<>user // *Action: 00033, 00000, "Could not find environment character set" // *Cause: self-evident. // *Action: internal error. 00034, 00000, "error on rowid: file# %lu block# %lu slot# %lu" // *Cause: This msg gives the rowid on which an error was encountered // *Action: 00035, 00000, "Cannot specify Rows=N and Compress=Y" // *Cause: Compress applies only to rows of data, so requesting compress // without it makes no sense. // *Action: Remove the compress parameter or specify Rows=Y 00036, 00000, "Object %lu non-existent in dictionary" // *Cause: The object may have been dropped during the export // *Action: 00037, 00000, "Export views not compatible with database version" // *Cause: The Export utility is at a higher version than the database // version and is incompatible with it. // *Action: Use the Export utility that matches the database version 00038, 00000, "Bad Hash cluster id in clu$" // *Cause: The function id in clu$ is not a legal number. Clu$ has become // corrupted. // *Action: Contact Worldwide Support 00039, 00000, "Unknown value for procedural option" // *Cause: The v$option table should correctly indicate which options are // installed on your system. It would appear that there is no row // for the procedural option. v$option is corrupted. // *Action: Contact Worldwide Support 00040, 00000, "Dump file and log file must be different" // *Cause: The dump file and log file cannot be the same file. // *Action: Specify different file names 00041, 00000, "Export done in server's %s, different from user's character set\n \t\t%s" // *Cause: User's NLS_LANG incompatible with server's in props$ // *Action: Change client's NLS_LANG to server's and try again 00042, 00000, "Missing NLS_CHARACTERSET in props$" // *Cause: No value for NLS_CHARACTERSET in props$ table" // *Action: internal error. 00043, 00000, "Invalid data dictionary information in the row where column \"%s\" is \"%s\" in table %s" // *Cause: The export utility retrieved invalid data from the data // dictionary. // *Action: Contact Worldwide Suport / / Informative messages / 00200, 00000, "\nExport terminated successfully without warnings.\n" 00201, 00000, "\n\nAbout to export specified tables " 00203, 00000, "\nCurrent user changed to %s" 00204, 00000, "\n\nAbout to export specified users ..." 00205, 00000, "%11lu rows exported" 00206, 00000, "Export" 00207, 00000, "\nConnected to: %s" 00208, 00000, "\n\nAbout to export the entire database ..." 00209, 00000, "\n. exporting user definitions" 00210, 00000, "\n. exporting cluster definitions" 00211, 00000, "\n. exporting tablespace definitions" 00212, 00000, "\n. exporting synonyms" 00213, 00000, "\n. exporting default and system auditing options" 00214, 00000, "\n. . exporting table %30s" 00215, 00000, "\nAbout to export %s's objects ..." 00216, 00000, "\n. about to export %s's tables " 00217, 00000, "\n. exporting database links" 00218, 00000, "\n. exporting rollback segment definitions" 00219, 00000, "\n. exporting sequence numbers" 00220, 00000, "\n. exporting referential integrity constraints" 00221, 00000, "\n. exporting information about dropped objects" 00222, 00000, "\nSystem error message %lu" 00223, 00000, "\nNote: grants on tables/views/sequences/roles will not be exported" 00224, 00000, "\nNote: indexes on tables will not be exported" 00225, 00000, "\nNote: constraints on tables will not be exported" 00226, 00000, "\nNote: table data (rows) will not be exported" 00227, 00000, "\n. exporting roles" 00228, 00000, "\n. exporting views" 00229, 00000, "\n. exporting triggers" 00230, 00000, "\n. exporting profiles" 00231, 00000, "\n. exporting stored procedures" 00232, 00000, "\n. exporting snapshots" 00233, 00000, "\n. exporting snapshot logs" 00234, 00000, " Rows not exported" 00235, 00000, "\nWarning: Object %s.%s is invalid" 00236, 00000, "\nExport terminated successfully with warnings.\n" 00237, 00000, "\n. exporting resource costs" 00238, 00000, "\n. exporting job queues" 00239, 00000, "\n. exporting refresh groups and children" 00240, 00000, "\n. exporting posttables actions" 00241, 00000, "\n%61lu rows exported" 00242, 00000, "via Conventional Path ..." 00243, 00000, "via Direct Path ..." 00244, 00000, "\nExport done in %s character set" / / Prompt messages / 00300, 00000, "\nEnter array fetch buffer size: %lu > " 00301, 00000, "\nUsername: " 00302, 00000, "Password: " 00303, 00000, "\nTable to be exported: (RETURN to quit) > " 00304, 00000, "\nUser to be exported: (RETURN to quit) > " 00305, 00000, "Compress extents" / / These messages used to accept only the first letter of the mode. / Now they also accept the number indicated in parentheses so they / are language-independent. 00306, 00000, "\n(1)E(ntire database), (2)U(sers), or (3)T(ables): (2)U > " 00307, 00000, "\n(2)U(sers), or (3)T(ables): (2)U > " / 00308, 00000, "\n%s (%s/%s): %s > " 00309, 00000, "\nExport file: %s > " 00310, 00000, "Export grants" 00311, 00000, "Export table data" #ifdef EXU_VOLSIZE / / prompt for volsize / 00398, 00000, "\nVolume size ( for no restriction) > " 00399, 00000, "\nPlease mount the next volume and hit when you are done.\n" #endif /* EXU_VOLSIZE */ / / HELP messages, range defined as HELPSTART and HELPEND in exudef.h / 00400, 00000, "\n\nYou can let Export prompt you for parameters by entering the EXP\n" 00401, 00000, "command followed by your username/password:\n" 00402, 00000, "\n" 00403, 00000, " Example: EXP SCOTT/TIGER\n" 00404, 00000, "\n" 00405, 00000, "Or, you can control how Export runs by entering the EXP command followed\n" 00406, 00000, "by various arguments. To specify parameters, you use keywords:\n" 00407, 00000, "\n" 00408, 00000, " Format: EXP KEYWORD=value or KEYWORD=(value1,value2,...,valueN)\n" 00409, 00000, " Example: EXP SCOTT/TIGER GRANTS=Y TABLES=(EMP,DEPT,MGR)\n" 00410, 00000, "\n" 00411, 00000, "Keyword Description (Default) Keyword Description (Default)\n" 00412, 00000, "--------------------------------------------------------------------------\n" 00413, 00000, "USERID username/password FULL export entire file (N)\n" 00414, 00000, "BUFFER size of data buffer OWNER list of owner usernames\n" 00415, 00000, "FILE output file (EXPDAT.DMP) TABLES list of table names\n" 00416, 00000, "COMPRESS import into one extent (Y) RECORDLENGTH length of IO record\n" 00417, 00000, "GRANTS export grants (Y) INCTYPE incremental export type\n" 00418, 00000, "INDEXES export indexes (Y) RECORD track incr. export (Y)\n" 00419, 00000, "ROWS export data rows (Y) PARFILE parameter filename\n" 00420, 00000, "CONSTRAINTS export constraints (Y) CONSISTENT cross-table consistency\n" 00421, 00000, "LOG log file of screen output STATISTICS analyze objects (ESTIMATE)\n" 00422, 00000, "DIRECT direct path (N)\n" 00423, 00000, "MLS export with MLS labels (Y) MLS_LABEL_FORMAT format for MLS labels (system-wide default)\n"