文档解释
ORA-46065: Attribute value not specified
Cause: Extensible security Application namespace attribute value was not specified.
Action: Execute the function or procedure with an attribute value.
ORACLE-46065: Attribute value not specified 是一个标准ORACLE数据库错误,意思是角色创建语句没有指定值。
官方解释
常见案例
当您引入属性为必填并且未指定值时,可能会发生此错误。
一般处理方法及步骤
1、检查您的语句中的属性,确保您为其指定了值。
2、在参数定义好后,重试操作,看看是否可以通过成功创建角色。