Messages.properties 9.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411
  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 cache size has not been set
  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. ORA-17100=Invalid database Java Object
  119. ORA-17101=Invalid properties in OCI Connection Pool Object
  120. ORA-17102=Bfile is read only
  121. ORA-17103=invalid connection type to return via getConnection. Use getJavaSqlConnection instead
  122. ORA-17104=SQL statement to execute cannot be empty or null
  123. ORA-17105=connection session time zone was not set
  124. ORA-17106=invalid JDBC-OCI driver connection pool configuration specified
  125. ORA-17107=invalid proxy type specified
  126. ORA-17108=No max length specified in defineColumnType
  127. ORA-17109=standard Java character encoding not found
  128. ORA-17110=execution completed with warning
  129. ORA-17111=Invalid connection cache TTL timeout specified
  130. ORA-17112=Invalid thread interval specified
  131. ORA-17113=Thread interval value is more than the cache timeout value
  132. ORA-17114=could not use local transaction commit in a global transaction
  133. ORA-17115=could not use local transaction rollback in a global transaction
  134. ORA-17116=could not turn on auto-commit in an active global transaction
  135. ORA-17117=could not set savepoint in an active global transaction
  136. ORA-17118=could not obtain ID for a named Savepoint
  137. ORA-17119=could not obtain name for an un-named Savepoint
  138. ORA-17120=could not set a Savepoint with auto-commit on
  139. ORA-17121=could not rollback to a Savepoint with auto-commit on
  140. ORA-17122=could not rollback to a local txn Savepoint in a global transaction
  141. ORA-17123=Invalid statement cache size specified
  142. ORA-17124=Invalid connection cache Inactivity timeout specified
  143. ORA-17125=Improper statement type returned by explicit cache
  144. ORA-17126=Fixed Wait timeout elapsed
  145. ORA-17127=Invalid Fixed Wait timeout specified
  146. ORA-17200=Unable to properly convert XA open string from Java to C
  147. ORA-17201=Unable to properly convert XA close string from Java to C
  148. ORA-17202=Unable to properly convert RM name from Java to C
  149. ORA-17203=Could not casting pointer type to jlong
  150. ORA-17204=Input array too short to hold OCI handles
  151. ORA-17205=Failed to obtain OCISvcCtx handle from C-XA using xaoSvcCtx
  152. ORA-17206=Failed to obtain OCIEnv handle from C-XA using xaoEnv
  153. ORA-17207=The tnsEntry property was not set in DataSource
  154. ORA-17213=C-XA returned XAER_RMERR during xa_open
  155. ORA-17215=C-XA returned XAER_INVAL during xa_open
  156. ORA-17216=C-XA returned XAER_PROTO during xa_open
  157. ORA-17233=C-XA returned XAER_RMERR during xa_close
  158. ORA-17235=C-XA returned XAER_INVAL during xa_close
  159. ORA-17236=C-XA returned XAER_PROTO during xa_close
  160. # ^ ^ ^ ^
  161. # | | | | P L E A S E R E A D
  162. #
  163. # Add new message above this comment.
  164. # Before you add a new message, please read "Message Guideline" at the
  165. # top of this file first.
  166. #
  167. #--------------------------------------------------------------------------
  168. #
  169. # TTC Messages
  170. #
  171. #--------------------------------------------------------------------------
  172. ORA-17401=Protocol violation
  173. ORA-17402=Only one RPA message is expected
  174. ORA-17403=Only one RXH message is expected
  175. ORA-17404=Received more RXDs than expected
  176. ORA-17405=UAC length is not zero
  177. ORA-17406=Exceeding maximum buffer length
  178. ORA-17407=invalid Type Representation(setRep)
  179. ORA-17408=invalid Type Representation(getRep)
  180. ORA-17409=invalid buffer length
  181. ORA-17410=No more data to read from socket
  182. ORA-17411=Data Type representations mismatch
  183. ORA-17412=Bigger type length than Maximum
  184. ORA-17413=Exceding key size
  185. ORA-17414=Insufficient Buffer size to store Columns Names
  186. ORA-17415=This type hasn't been handled
  187. ORA-17416=FATAL
  188. ORA-17417=NLS Problem, failed to decode column names
  189. ORA-17418=Internal structure's field length error
  190. ORA-17419=Invalid number of columns returned
  191. ORA-17420=Oracle Version not defined
  192. ORA-17421=Types or Connection not defined
  193. ORA-17422=Invalid class in factory
  194. ORA-17423=Using a PLSQL block without an IOV defined
  195. ORA-17424=Attempting different marshaling operation
  196. ORA-17425=Returning a stream in PLSQL block
  197. ORA-17426=Both IN and OUT binds are NULL
  198. ORA-17427=Using Uninitialized OAC
  199. ORA-17428=Logon must be called after connect
  200. ORA-17429=Must be at least connected to server
  201. ORA-17430=Must be logged on to server
  202. ORA-17431=SQL Statement to parse is null
  203. ORA-17432=invalid options in all7
  204. ORA-17433=invalid arguments in call
  205. ORA-17434=not in streaming mode
  206. ORA-17435=invalid number of in_out_binds in IOV
  207. ORA-17436=invalid number of outbinds
  208. ORA-17437=Error in PLSQL block IN/OUT argument(s)
  209. ORA-17438=Internal - Unexpected value
  210. ORA-17439=Invalid SQL type
  211. ORA-17440=DBItem/DBType is null
  212. ORA-17441=Oracle Version not supported. Minimum supported version is 7.2.3.
  213. ORA-17442=Refcursor value is invalid
  214. ORA-17443=Null user or password not supported in THIN driver
  215. ORA-17444=TTC Protocol version received from server not supported
  216. # ^ ^ ^ ^
  217. # | | | | P L E A S E R E A D
  218. #
  219. # Add new message above this comment.
  220. # Before you add a new message, please read "Message Guideline" at the
  221. # top of this file first.
  222. #