注:
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レポートを実行できません。