注:
如果 Oracle 数据库用于 Oracle Hyperion Financial Reporting 表,则数据库用户需要对 dbms_lob 具有执行权限,可以使用以下命令授予该权限:
SQL> grant execute on dbms_lob to Public;或
SQL> grant execute on dbms_lob to [user];其中
[user] 是 Financial Reporting 存储库的架构名称。
如果未授予该权限,用户将无法创建 Financial Reporting 数据库连接或运行 Financial Reporting 报表。