Updated on 2024-03-15 GMT+08:00

GAUSS-00611 -- GAUSS-00620

GAUSS-00611: "fail to drop the current schema"

SQLSTATE: 55006

Description: DROP ROLE cannot be run to delete the schema.

Solution: Do not delete the schema.

GAUSS-00612: "current user cannot be dropped"

SQLSTATE: 55006

Description: DROP ROLE cannot be used to delete the user.

Solution: Do not delete the schema.

GAUSS-00613: "session user cannot be dropped"

SQLSTATE: 55006

Description: DROP ROLE cannot be used to delete the session user.

Solution: Do not delete the session user.

GAUSS-00614: "'%s' is system admin user, must be system admin user to drop it."

SQLSTATE: 42501

Description: You have no permission to run DROP ROLE to delete system administrators.

Solution: Delete system administrators as a system administrator.

GAUSS-00615: "role '%s' cannot be dropped because some objects depend on it"

SQLSTATE: 2BP01

Description: DROP ROLE cannot be run to delete the user that objects depend on.

Solution: Run DROP ROLE after the dependency is cleared.

GAUSS-00616: "session user cannot be renamed"

SQLSTATE: 0A000

Description: The session user cannot be renamed.

Solution: Rename the session user as an authorized user.

GAUSS-00617: "current user cannot be renamed"

SQLSTATE: 0A000

Description: The user cannot be renamed.

Solution: Do not rename the user.

GAUSS-00618: "must be system admin user to rename system admin users"

SQLSTATE: 42501

Description: You have no permission to rename system administrators.

Solution: Rename system administrators as a system administrator.

GAUSS-00619: "Must be system admin rename sysdba."

SQLSTATE: 42501

Description: You have no permission to rename system administrators.

Solution: Rename system administrators as a system administrator.

GAUSS-00620: "Permission denied to rename role."

SQLSTATE: 42501

Description: You have no permission to rename users.

Solution: Ensure that you have the permission to rename users.