Financial Reporting 組態工作

註:

如果 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 報表。