Change the error code prefix from ORA to OBE in ob oracle mode

This commit is contained in:
obdev
2024-07-23 10:46:45 +00:00
committed by ob-robot
parent a47cff45c8
commit c82c2fbef7
39 changed files with 9583 additions and 2550 deletions

View File

@ -28,7 +28,7 @@
//Action: Remove the recursive SQL, possibly a recursive trigger.
#define OER_RECURSIVE_SQL_LEVELS_EXCEEDED 36
//ORA-00054: resource busy and acquire with NOWAIT specified or timeout expired
//OBE-00054: resource busy and acquire with NOWAIT specified or timeout expired
//Cause: Interested resource is busy.
//Action: Retry if necessary or increase timeout.
#define OER_RESOURCE_BUSY_AND_ACQUIRE_WITH_NOWAIT 54