Oracle错误号大全(查询ora错误号以及解决方法技巧)(三)

2014-11-24 18:19:25 · 作者: · 浏览: 3
disabled (by 'alter session disable commit in procedure')
// *Action: Enable commits from PL/SQL in this session, or do not attempt
// to use commit or rollback in PL/SQL when they are disabled
// in the current session.
00035, 00000, "LICENSE_MAX_USERS cannot be less than current number of users"
// *Cause:
// *Action:
00036, 00000, "maximum number of recursive SQL levels (%s) exceeded"
// *Cause: An attempt was made to go more than the specified number
// of recursive SQL levels.
// *Action: Remove the recursive SQL, possibly a recursive trigger.
00037, 00000, "cannot switch to a session belonging to a different server group"
// *Cause: An attempt was made to switch to a session in a different server
// group. This is not allowed.
// *Action: Make sure the server switches to a session that belongs to its
// server group.
00038, 00000, "Cannot create session: server group belongs to another user"
// *Cause: An attempt was made to create a non-migratable session in a server
// group that is owned by a different user.
// *Action: A server group is owned by the first user who logs into a server
// in the server group in non-migratable mode. All subsequent
// non-migratable mode logins must be made by the user who owns
// the server group. To have a different user login in non-migratable
// mode, the ownership of the server group will have to be changed.
// This can be done by logging off all current sessions and detaching
// from all existing servers in the server group and then having the
// new user login to become the new owner.