简体   繁体   English

从 Amazon Oracle RDS 删除用户时出错

[英]Error on dropping a user from Amazon Oracle RDS

DROP USER APEX_040200 CASCADE

Error report -
SQL Error: ORA-04088: error during execution of trigger 'RDSADMIN.RDS_DDL_TRIGGER2'
ORA-00604: error occurred at recursive SQL level 1
ORA-20900: DROP USER APEX_040200 not allowed.
ORA-06512: at "RDSADMIN.RDSADMIN_TRIGGER_UTIL", line 442
ORA-06512: at line 2
04088. 00000 - "error during execution of trigger '%s.%s'"
*Cause: A runtime error occurred during execution of a trigger.
*Action: Check the triggers which were involved in the operation.

Manually created user (APEX_040200), but now I'm not able to drop that user/schema.手动创建的用户 (APEX_040200),但现在我无法删除该用户/模式。

控制台中的错误消息

This error code:此错误代码:

ORA-20900: DROP USER APEX_040200 not allowed.

represents user-defined exception in trigger named RDSADMIN.RDS_DDL_TRIGGER2 (user errors range is from -20000 to -20999).表示名为RDSADMIN.RDS_DDL_TRIGGER2的触发器中的用户定义异常(用户错误范围为 -20000 到 -20999)。 It means that someone (DBA? Amazon?) doesn't allow you to drop user.这意味着某人(DBA?亚马逊?)不允许您删除用户。 Is it only APEX_040200 or any user, depends on what code that trigger contains.它只是 APEX_040200 还是任何用户,取决于触发器包含的代码。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM