1 réponse
- Le plus récent
- Le plus de votes
- La plupart des commentaires
0
【以下的回答经过翻译处理】 你好!
在RDS Oracle中,主用户应该直接授予SYS.UTL_RECOMP的执行权限,这样就可以通过GRANT语句向其他用户授予权限。例如,
grant execute on sys.utl_recomp to otheruser;
也可以使用RDSADMIN_UTIL包进行授权,如https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Appendix.Oracle.CommonDBATasks.System.html#Appendix.Oracle.CommonDBATasks.TransferPrivileges所述(请注意,您需要在此命令中指定授权用户名为大写)。“
exec rdsadmin.rdsadmin_util.grant_sys_object('UTL_RECOMP', 'OTHERUSER', 'EXECUTE');
希望这有所帮助。谢谢!
Michael
Contenus pertinents
- demandé il y a 9 mois
- demandé il y a 2 ans
- AWS OFFICIELA mis à jour il y a 4 ans
- AWS OFFICIELA mis à jour il y a 2 ans
- AWS OFFICIELA mis à jour il y a un an
- AWS OFFICIELA mis à jour il y a 5 ans