在Agent Utility中配置Oracle实例信息时报错"This user account does not have the privileges that are required to log on to the oracle database"
book
Article ID: 100054132
calendar_today
Updated On:
Description
Error Message
"This user account does not have the privileges that are required to log on to the oracle database"

Cause
Oracle 12c以后的版本备份账号需要sysbackup角色权限。
Resolution
以sysdba身份登录Oracle数据库
sqlplus / as sysdba
给备份账号添加sysbackup角色权限
grant sysbackup to ;
然后重新配置Agent Utility中Oracle实例信息。
Issue/Introduction
在Oracle服务器的Backup Exec Agent Utility中配置Oracle实例信息时报错 "This user account does not have the privileges that are required to log on to the oracle database"
Was this article helpful?
thumb_up
Yes
thumb_down
No