在Agent Utility中配置Oracle实例信息时报错"This user account does not have the privileges that are required to log on to the oracle database"

文章: 100054132
上次发布时间: 2022-10-17
评级: 0 0
产品: Backup Exec

Problem

在Oracle服务器的Backup Exec Agent Utility中配置Oracle实例信息时报错 "This user account does not have the privileges that are required to log on to the oracle database"

Error Message

"This user account does not have the privileges that are required to log on to the oracle database"

Cause

Oracle 12c以后的版本备份账号需要sysbackup角色权限。

Solution

以sysdba身份登录Oracle数据库

sqlplus / as sysdba

给备份账号添加sysbackup角色权限

grant sysbackup to <account_name>;

然后重新配置Agent Utility中Oracle实例信息。

此内容是否有用?