// *Cause: The session migration password specified in a session creation
// call was invalid (probably too long).
// *Action: Retry with a valid password (less than 30 chars).
00033, 00000, "current session has empty migration password"
// *Cause: An attempt was made to detach or clone the current session and
// it has an empty migration password. This is not allowed.
// *Action: Create the session with a non-empty migration password.
00034, 00000, "cannot %s in current PL/SQL session"
// *Cause: An attempt was made to issue a commit or rollback from a PL/SQL
// object (procedure, function, package) in a session that has this
// 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.
// 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.
[oracle@mail oracle]$ oerr ora 3
00030, 00000, "User session ID does not exist."
// *Cause: The user session ID no longer exists, probably because the
// session was logged out.
// *Action: Use a valid session ID.
00031, 00000, "session marked for kill"
// *Cause: The session specified in an ALTER SYSTEM KILL SESSION command
// cannot be killed immediately (because it is rolling back or blocked
// on a network operation), but it has been marked for kill. This
// means it will be killed as soon as possible after its current
// uninterruptable operation is done.
// *Action: No action is required for the session to be killed, but further
// executions of the ALTER SYSTEM KILL SESSION command on this session
// may cause the session to be killed sooner.
00032, 00000, "invalid session migration password"
// *Cause: The session migration password specified in a session creation
// call was invalid (probably too long).
// *Action: Retry with a valid password (less than 30 chars).
00033, 00000, "current session has empty migration password"
// *Cause: An attempt was made to detach or clone the current session and
//