home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 5 / 05.iso / a / a524 / 31.ddi / mesg / impus.msg < prev    next >
Encoding:
Text File  |  1991-03-04  |  11.7 KB  |  232 lines

  1. /
  2. / $Header: impmtb.msg,v 6002700.2 89/05/23 18:05:55 cyang Exp $ impmtb.msg Copyr (c) 1989 Oracle
  3. /
  4. / RDBMS660027,DISK$DEV1:[V6SOURCE.IMPEXP.60027]
  5. / Copyright (c) 1988 by the Oracle Corporation.  All rights reserved.
  6. /
  7. / File: v6$knl:[impexp]impmtb.msg
  8. / Created: 07/12/88
  9. / Modified:
  10. /   09-03-84 Dana - Add error 43, 44, 45 and modify 2 and 128
  11. /   05-15-85 Dana - Add Miners error mesages 140-150 from exumtb.h
  12. /   05-15-85 Dana - Add #46, modify 15,31,32,38,39,100,101,104,113
  13. /   05-23-85 Miner- various import messages
  14. /   05-24-85 Miner- various export messages
  15. /   06-26-85 Dana - change banners, add progress reports
  16. /   08/26/85 Bradbury - Make "impmsg.mtb" contain import msgs.
  17. /   09/20/85 Miner - add array insert messages
  18. /   10/15/85 Forrest - add operating system error
  19. /   12/05/85 Derry - modify SQL-statement messages to not have string
  20. /   04/09/86 Forrest - 107 change from %d to %lu
  21. /   05/02/86 Aoki - 100 change from "Import" to "Import - Production"
  22. /   02/16/87 Hong - add error message (#154) for command line driver
  23. /   02/16/87 Hong - add messge (#155) when skipping rows
  24. /   05/31/87 Hong - add trailing space to mssg #104
  25. /   06/04/87 Hong - add 'into <user>' to message #148
  26. /   01/17/88 Hong - mod err mssg 124
  27. /   03/21/88 Kornet - Reformat for use by LMS
  28. /   07/14/88 Hong - major rework/reorganize of error messages
  29. /   08/11/88 Hong - add mssgs 27 and 28
  30. /   12/18/88 Porter - Fix "Emport" typo
  31. /
  32. /
  33. / This file is coverted to header/message files using lmsgen.c
  34. /
  35. / The first column is the Import error number.
  36. / The second column is reserved and must be (for now) 00000
  37. / The remainder of the line is the error text
  38. /
  39. / Adding an error for Import
  40. /    Check out this file, add the error, and check it back in. Error numbers
  41. /    should always be ordered.  The second column should always be 00000.
  42. /
  43. /
  44. / Range 000 - 099: actual Import errors
  45. / Range 100 - 199: informative messages
  46. / Range 200 - 299: prompt messages
  47. / Range 300 - 399: help messages
  48. /
  49. / Error messages
  50. /
  51. /
  52. 00000, 00000, "Import terminated with error\n"
  53. // *Cause:  Error encountered.
  54. // *Action: Check the preceding error message and take appropriate actions.
  55. 00001, 00000, "respond with either 'Y', 'N', RETURN or '.' to quit"
  56. // *Cause:  Invalid response.
  57. // *Action: Respond with either 'Y', 'N', RETURN or '.' to quit.
  58. 00002, 00000, "failed to open %s for read"
  59. // *Cause:  Failed to open export file for read
  60. // *Action: This is usually followed by OS device error message. Take
  61. //          appropriate action to restore the devide.
  62. 00003, 00000, "ORACLE error %lu encountered"
  63. // *Cause:  Encounter ORACLE error.
  64. // *Action: Check ORACLE DBMS manual for the ORACLE error and take appropriate
  65. //          action.
  66. 00004, 00000, "invalid username or password"
  67. // *Cause:  Username/pasword specified is not valid.
  68. // *Action: Retry with correct username/password./
  69. 00005, 00000, "all allowable logon attempts failed"
  70. // *Cause:  failed to logon with valid username/password.
  71. // *Action: Retry with correct username/password.
  72. 00006, 00000, "failed to allocate memory of size %lu"
  73. // *Cause:  Failed to allocate memory.
  74. // *Action: Decrease Import buffer size so that less memory is used or
  75. //          increase the runtime memory size for Import.
  76. 00007, 00000, "must be a DBA to import objects to another user's account"
  77. // *Cause:  No priviledge to import objects to another user's account.
  78. // *Action: Only DBA can import into other user.
  79. 00008, 00000, "unrecognized statement in the export file: \n  %s"
  80. // *Cause:  Unrecognized statement in export file. This could be due to
  81. //          corrupted export file or Import internal bug.
  82. // *Action: If the export file is corrupted, retry with a new export file.
  83. //          Else report this as Import internal error.
  84. 00009, 00000, "abnormal end of export file"
  85. // *Cause:  This is usually caused by an export file generated by an aborted
  86. //          export session. 
  87. // *Action: If the export file was generated by an aborted export session,
  88. //          retry the export followed by the import. Else, report this
  89. //          as a bug and submit the export file that causes this error.
  90. 00010, 00000, "not a valid export file, header failed verification"
  91. // *Cause:  Either it is not a file generate by the Export utility or
  92. //          that the file is corrupted.
  93. // *Action: If you believe the file was indeed generated by the Export utility,
  94. //          report this an Import bug and submit the export file.
  95. 00011, 00000, "formatted table data not currently supported"
  96. // *Cause:  Import only supports export file with binary table data.
  97. // *Action: This is a future enhancement.
  98. 00012, 00000, "invalid export mode (%c) in header"
  99. // *Cause:  The export mode in export header is invalid.
  100. // *Action: Check to make sure the export file is not corrupted, else
  101. //          report this as Import/Export internal bug and submit the
  102. //          export file.
  103. 00013, 00000, "only a DBA can import a file exported by another DBA"
  104. // *Cause:  No priviledge to import the export file generated by a DBA.
  105. // *Action: Need to have DBA priviledge to do the import.
  106. 00014, 00000, "insufficient ORACLE priviledges to do import"
  107. // *Cause:  Do not have the neccessary priviledges to do import. E.g.
  108. //          you need at least CONNECT priviledge to do import.
  109. // *Action: Contact your DBA to grant you the priviledges.
  110. 00015, 00000, "following statement failed because the object already exists:"
  111. // *Cause:  Failed to create object because it already exists.
  112. // *Action: If you want Import to ignore such error and import the table data
  113. //          even if it failed to create the table because it already exists,
  114. //          use the option 'IGNORE = y'.
  115. 00016, 00000, "required character set conversion (type %lu to %lu) not supported"
  116. // *Cause:  Cannot convert the character format of export file into the
  117. //          the native character format.
  118. // *Action: This is a future enhancement.
  119. 00017, 00000, "following statement failed with ORACLE error %lu:"
  120. // *Cause:  failed to execute the statement from export file becuase of
  121. //          ORACLE error.
  122. // *Action: Check the ORACLE error message that follows and take appropriate
  123. //          action.
  124. 00018, 00000, "partial import of previous table completed: %lu rows imported"
  125. // *Cause:  Refered table was partially imported becuase of other error.
  126. // *Action: Check the error message that precede this and take appropriate
  127. //          action.
  128. 00019, 00000, "row rejected due to ORACLE error %lu"
  129. // *Cause:  ORACLE error encountered when trying to import the row.
  130. // *Action: Check the ORACLE error message and take appropriate action.
  131.  
  132. 00020, 00000, "column (size %lu) in export file too large for column buffer (size %lu)"
  133. // *Cause:  The column buffer is too small for long column.
  134. // *Action: Increase the buffer size until it is bug enough for the long
  135. //          columns being imported.
  136. 00021, 00000, "operating system error - error code (dec %lu, hex 0x%X)"
  137. // *Cause;  Operating system error.
  138. // *Action: Check the OS manual for the error code and take appropriate action.
  139. 00022, 00000, "failed to process parameters, type 'IMP HELP=Y' for help"
  140. // *Cause:  Invalid command line parameters specified.
  141. // *Action: Check the help menu for correct parameters and retry.
  142. 00023, 00000, "Import views not installed, please notify your DBA"
  143. // *Cause:  Import views not installed.
  144. // *Action: Notify DBA to install Import views.
  145. 00024, 00000, "Full Import mode, cannot specify FROMUSER or TABLES parameter"
  146. // *Cause:  Conflicting import mode.
  147. // *Action: Retry with correct import mode.
  148. 00025, 00000, "for DBA export files, FROMUSER must be specified with TOUSER option"
  149. // *Cause:  TOUSER parameter specifed but not FROMUSER for DBA export file.
  150. // *Action: Must specify FROMUSER parameter so that Import know which user's
  151. //          objects are to be imported.
  152. 00027, 00000, "failed to rollback partial import of previous table"
  153. // *Cause:  ORACLE error encountered when trying to rollback partial import.
  154. // *Action: Check the ORACLE error message and take appropriate message. Then
  155. //          logon to ORACLE to make sure that the partial import is not
  156. //          committed.
  157. 00028, 00000, "partial import of previous table rollbacked: %lu rows rollbacked"
  158. // *Cause:  ORACLE error encountered when trying to import the table.
  159. // *Action: Check the ORACLE error message and take appropriate message. 
  160. //          Reimport the table is necessary.
  161. //          
  162. 00029, 00000, "cannot qualify table name by owner (%s), use FROMUSER parameter"
  163. // *Cause:  A table name is not allowed to be qualified by the owner as in
  164. //            IMP SYSTEM/MANAGER TABLES=(SCOTT.EMP)
  165. // *Action: Use the FROMUSER parameter to specify the owner. For example:
  166. //            IMP SYSTEM/MANAGER FROMUSER=SCOTT TABLES=(EMP, DEPT)
  167. //          
  168. 00030, 00000, "failed to open %s for write"
  169. // *Cause:  Failed to open the named file for write
  170. // *Action: This is usually followed by OS device error message. Take
  171. //          appropriate action to restore the device.
  172. //          
  173. /
  174. / Informative messages
  175. /
  176. 00100, 00000, "Import"
  177. 00101, 00000, "\n\nConnected to: %s\n\n"
  178. 00102, 00000, "\n. . importing table %-35.*s"
  179. 00103, 00000, "%9lu rows imported"
  180. 00109, 00000, "\n\nWarning: the objects were exported by %s, not by you\n"
  181. 00110, 00000, "\nImport terminated successfully.\n"
  182. 00111, 00000, "\nColumn %lu %.*s"
  183. 00112, 00000, "\n. importing %s's objects into %s"
  184. 00113, 00000, "Export file created by %s"
  185. 00114, 00000, "\n. . skipping table %-35.*s"
  186. 00115, 00000, "\n. importing user %-35s"
  187. 00116, 00000, "\nSystem error message"
  188. 00117, 00000, "\nWarning: table contains ROWID column, values may be obsolete"
  189. /
  190. / Prompt messages
  191. /
  192. 00200, 00000, "\n%s (Y/N): %c > "
  193. 00201, 00000, "\nImport file: %s > "
  194. 00202, 00000, "List contents of import file only"
  195. 00203, 00000, "Import entire import file"
  196. 00204, 00000, "\nEnter table names. Null list means all tables for user"
  197. 00205, 00000, "\nEnter table name or . if done: "
  198. 00206, 00000, "\nEnter insert buffer size (minimum is %lu) %lu> "
  199. 00207, 00000, "\nUsername: "
  200. 00208, 00000, "Password: "
  201. 00209, 00000, "Ignore create error due to object existence"
  202. 00210, 00000, "Import grants"
  203. 00211, 00000, "Import table data"
  204. #ifdef UNIX
  205. 00298, 00000, "\nVolume size (<ret> for no restriction) > "
  206. 00299, 00000, "\nPlease mount the next volume, and hit <ret> when you are done\n"
  207. #endif
  208. /
  209. / HELP messges, range defined as HELPSTART and HELPEND in impdef.h
  210. /
  211. 00300, 00000, "\n\nYou can let Import prompt you for parameters by entering the IMP\n"
  212. 00301, 00000, "command followed by your username/password:\n"
  213. 00302, 00000, "\n"
  214. 00303, 00000, "     Example: IMP SCOTT/TIGER\n"
  215. 00304, 00000, "\n"
  216. 00305, 00000, "Or, you can control how Import runs by entering the IMP command followed\n"
  217. 00306, 00000, "by various arguments. To specify parameters, you use keywords:\n"
  218. 00307, 00000, "\n"
  219. 00308, 00000, "     Format:  IMP KEYWORD=value or KEYWORD=(value1,value2,...,valueN)\n"
  220. 00309, 00000, "     Example: IMP SCOTT/TIGER IGNORE=Y TABLES=(EMP,DEPT) FULL=N\n"
  221. 00310, 00000, "\n"
  222. 00311, 00000, "Keyword  Description (Default)       Keyword      Description (Default)\n"
  223. 00312, 00000, "--------------------------------------------------------------------------\n"
  224. 00313, 00000, "USERID   username/password           FULL         import entire file (N)\n"
  225. 00314, 00000, "BUFFER   size of data buffer         FROMUSER     list of owner usernames\n"
  226. 00315, 00000, "FILE     output file (EXPDAT.DMP)    TOUSER       list of usernames\n"
  227. 00316, 00000, "SHOW     just list file contents (N) TABLES       list of table names\n"
  228. 00317, 00000, "IGNORE   ignore create errors (Y)    RECORDLENGTH length of IO record\n"
  229. 00318, 00000, "GRANTS   import grants (Y)           INCTYPE      incremental import type\n"
  230. 00319, 00000, "INDEXES  import indexes (Y)          COMMIT       commit array insert (N)\n"
  231. 00320, 00000, "ROWS     import data rows (Y)        PARFILE      parameter filename\nVOLSIZE  volume size\n\n"
  232.