An attempt to access the database has failed. (DataSource name = aa....aa, SQL ID = bb....bb, error information = cc....cc, SQL state = dd....dd, error code = ee....ee)
- aa....aa: Database reference name
bb....bb: SQL identifier name
| When executing a single SQL statement |
When executing multiple SQL statements# |
| SQL identifier name |
SQL identifier name (Position) |
- #
- Out of the DBA_MULTI_SQL elements in the request message, the position of the corresponding DBA_MULTI_SQL element is displayed with numeric characters. The position starts from 1.
- cc....cc: DBMS-specific error message
dd....dd: SQL status
- In HiRDB: SQLSTATE
- In Oracle: Code indicating the SQL status
- When the SQL status cannot be acquired: *
- ee....ee: SQL code
- In HiRDB: SQLCODE
- In Oracle: ORA number
- Description
- An attempt to access the database failed.
- When multiple SQL statements are executed, the information about the error that is detected first will be output.
- (S)
- Cancels the processing.
- (O)
- Remove the cause of the error on the basis of this message and the DBMS error information. If the error cannot be removed, collect the log and trace information, and then contact maintenance personnel.
All Rights Reserved. Copyright (C) 2015, Hitachi, Ltd.