(PHP 4, PHP 5 <= 5.0.5)
ora_error — Gets an Oracle error message
Returns the error message of the last executed statement on the specified cursor or connection.
An Oracle cursor or connection identifier.
Returns an error message of the form XXX-NNNNN where XXX is where the error comes from and NNNNN identifies the error message.
Версия | Описание |
---|---|
5.1.0 | |
3.0.4 | Support for connection identifiers was added. |
On Unix versions of Oracle, you can find details about an error message like this:
$> oerr ora 00001
Результатом выполнения данного примера будет что-то подобное:
00001, 00000,
"unique constraint (%s.%s) violated" // *Cause: An update or insert
statement attempted to insert a duplicate key // For Trusted
ORACLE configured in DBMS MAC mode, you may see // this message
if a duplicate entry exists at a different level. // *Action: Either
remove the unique restriction or do not insert the key