ORAMessages.properties 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326
  1. #
  2. # US English Error messages for JDBC
  3. #
  4. # Note:
  5. # - Error codes are defined in DBError.java.
  6. #
  7. # Message Guidelines:
  8. # (The existing messages are not consistent, but do follow this guideline
  9. # when you are creating new ones, or changing old ones.)
  10. #
  11. # - Messages start in lower-cases (eg. "invalid data type").
  12. # - Do not put signs in message. This is bad: "-> NULL".
  13. # - Use past tense (eg. "failed to convert data").
  14. #
  15. #--------------------------------------------------------------------------
  16. #
  17. # Messages
  18. #
  19. #--------------------------------------------------------------------------
  20. ORA-17001=Internal Error
  21. ORA-17002=Io exception
  22. ORA-17003=Invalid column index
  23. ORA-17004=Invalid column type
  24. ORA-17005=Unsupported column type
  25. ORA-17006=Invalid column name
  26. ORA-17007=Invalid dynamic column
  27. ORA-17008=Closed Connection
  28. ORA-17009=Closed Statement
  29. ORA-17010=Closed Resultset
  30. ORA-17011=Exhausted Resultset
  31. ORA-17012=Parameter Type Conflict
  32. ORA-17014=ResultSet.next was not called
  33. ORA-17015=Statement was cancelled
  34. ORA-17016=Statement timed out
  35. ORA-17017=Cursor already initialized
  36. ORA-17018=Invalid cursor
  37. ORA-17019=Can only describe a query
  38. ORA-17020=Invalid row prefetch
  39. ORA-17021=Missing defines
  40. ORA-17022=Missing defines at index
  41. ORA-17023=Unsupported feature
  42. ORA-17024=No data read
  43. ORA-17025=Error in defines.isNull ()
  44. ORA-17026=Numeric Overflow
  45. ORA-17027=Stream has already been closed
  46. ORA-17028=Can not do new defines until the current ResultSet is closed
  47. ORA-17029=setReadOnly: Read-only connections not supported
  48. ORA-17030=READ_COMMITTED and SERIALIZABLE are the only valid transaction levels
  49. ORA-17031=setAutoClose: Only support auto close mode on
  50. ORA-17032=cannot set row prefetch to zero
  51. ORA-17033=Malformed SQL92 string at position
  52. ORA-17034=Non supported SQL92 token at position
  53. ORA-17035=Character Set Not Supported !!
  54. ORA-17036=exception in OracleNumber
  55. ORA-17037=Fail to convert between UTF8 and UCS2
  56. ORA-17038=Byte array not long enough
  57. ORA-17039=Char array not long enough
  58. ORA-17040=Sub Protocol must be specified in connection URL
  59. ORA-17041=Missing IN or OUT parameter at index:
  60. ORA-17042=Invalid Batch Value
  61. ORA-17043=Invalid stream maximum size
  62. ORA-17044=Internal error: Data array not allocated
  63. ORA-17045=Internal error: Attempt to access bind values beyond the batch value
  64. ORA-17046=Internal error: Invalid index for data access
  65. ORA-17047=Error in Type Descriptor parse
  66. ORA-17048=Undefined type
  67. ORA-17049=Inconsistent java and sql object types
  68. ORA-17050=no such element in vector
  69. ORA-17051=This API cannot be be used for non-UDT types
  70. ORA-17052=This ref is not valid
  71. ORA-17053=The size is not valid
  72. ORA-17054=The LOB locator is not valid
  73. ORA-17055=Invalid character encountered in
  74. ORA-17056=Non supported character set
  75. ORA-17057=Closed LOB
  76. ORA-17058=Internal error: Invalid NLS Conversion ratio
  77. ORA-17059=Fail to convert to internal representation
  78. ORA-17060=Fail to construct descriptor
  79. ORA-17061=Missing descriptor
  80. ORA-17062=Ref cursor is invalid
  81. ORA-17063=Not in a transaction
  82. ORA-17064=Invalid Sytnax or Database name is null
  83. ORA-17065=Conversion class is null
  84. ORA-17066=Access layer specific implementation needed
  85. ORA-17067=Invalid Oracle URL specified
  86. ORA-17068=Invalid argument(s) in call
  87. ORA-17069=Use explicit XA call
  88. ORA-17070=Data size bigger than max size for this type
  89. ORA-17071=Exceeded maximum VARRAY limit
  90. ORA-17072=Inserted value too large for column
  91. ORA-17073=Logical handle no longer valid
  92. ORA-17074=invalid name pattern
  93. ORA-17075=Invalid operation for forward only resultset
  94. ORA-17076=Invalid operation for read only resultset
  95. ORA-17077=Fail to set REF value
  96. ORA-17078=Cannot do the operation as connections are already opened
  97. ORA-17079=User credentials doesn't match the existing ones
  98. ORA-17080=invalid batch command
  99. ORA-17081=error occurred during batching
  100. ORA-17082=No current row
  101. ORA-17083=Not on the insert row
  102. ORA-17084=Called on the insert row
  103. ORA-17085=Value conflicts occurs
  104. ORA-17086=Undefined column value on the insert row
  105. ORA-17087=Ignored performance hint: setFetchDirection()
  106. ORA-17088=Unsupported syntax for requested resultset type and concurrency level
  107. ORA-17089=internal error
  108. ORA-17090=operation not allowed
  109. ORA-17091=Unable to create resultset at the requested type and/or concurrency level
  110. ORA-17092=JDBC statements cannot be created or executed at end of call processing
  111. ORA-17093=OCI operation returned OCI_SUCCESS_WITH_INFO
  112. ORA-17094=Object type version mismatched
  113. ORA-17095=Statement Caching is not enabled for this Connection object
  114. ORA-17096=Statement Caching cannot be enabled for this logical connection.
  115. ORA-17097=Invalid PL/SQL Index Table element type
  116. ORA-17098=Invalid empty lob operation
  117. ORA-17099=Invalid PL/SQL Index Table array length.
  118. # ^ ^ ^ ^
  119. # | | | | P L E A S E R E A D
  120. #
  121. # Add new message above this comment.
  122. # Before you add a new message, please read "Message Guideline" at the
  123. # top of this file first.
  124. #
  125. #--------------------------------------------------------------------------
  126. #
  127. # TTC Messages
  128. #
  129. #--------------------------------------------------------------------------
  130. ORA-17401=Protocol violation
  131. ORA-17402=Only one RPA message is expected
  132. ORA-17403=Only one RXH message is expected
  133. ORA-17404=Received more RXDs than expected
  134. ORA-17405=UAC length is not zero
  135. ORA-17406=Exceeding maximum buffer length
  136. ORA-17407=invalid Type Representation(setRep)
  137. ORA-17408=invalid Type Representation(getRep)
  138. ORA-17409=invalid buffer length
  139. ORA-17410=No more data to read from socket
  140. ORA-17411=Data Type representations mismatch
  141. ORA-17412=Bigger type length than Maximum
  142. ORA-17413=Exceding key size
  143. ORA-17414=Insufficient Buffer size to store Columns Names
  144. ORA-17415=This type hasn't been handled
  145. ORA-17416=FATAL
  146. ORA-17417=NLS Problem, failed to decode column names
  147. ORA-17418=Internal structure's field length error
  148. ORA-17419=Invalid number of columns returned
  149. ORA-17420=Oracle Version not defined
  150. ORA-17421=Types or Connection not defined
  151. ORA-17422=Invalid class in factory
  152. ORA-17423=Using a PLSQL block without an IOV defined
  153. ORA-17424=Attempting different marshaling operation
  154. ORA-17425=Returning a stream in PLSQL block
  155. ORA-17426=Both IN and OUT binds are NULL
  156. ORA-17427=Using Uninitialized OAC
  157. ORA-17428=Logon must be called after connect
  158. ORA-17429=Must be at least connected to server
  159. ORA-17430=Must be logged on to server
  160. ORA-17431=SQL Statement to parse is null
  161. ORA-17432=invalid options in all7
  162. ORA-17433=invalid arguments in call
  163. ORA-17434=not in streaming mode
  164. ORA-17435=invalid number of in_out_binds in IOV
  165. ORA-17436=invalid number of outbinds
  166. ORA-17437=Error in PLSQL block IN/OUT argument(s)
  167. ORA-17438=Internal - Unexpected value
  168. ORA-17439=Invalid SQL type
  169. ORA-17440=DBItem/DBType is null
  170. ORA-17441=Oracle Version not supported. Minimum supported version is 7.2.3.
  171. ORA-17442=Refcursor value is invalid
  172. ORA-17443=Null user or password not supported in THIN driver
  173. ORA-17444=TTC Protocol version received from server not supported
  174. # ^ ^ ^ ^
  175. # | | | | P L E A S E R E A D
  176. #
  177. # Add new message above this comment.
  178. # Before you add a new message, please read "Message Guideline" at the
  179. # top of this file first.
  180. #