Oracle 商业智能聚合表



大家好,当我使用演示服务运行聚合脚本时,我遇到了问题。

聚合脚本:

create aggregates 
"ag_Fact_budget"
 for "Budget"."Fact_budget"("MNT_DA_DEV","MNT_FACT","MNT_FACT_DEV","MNT_PAI_DEV","MONTANT_BUDGET")
 at levels ("Budget"."time"."year", "Budget"."type"."libelle")
 using connection pool "demo11g"."Pool de connexions"
 in "demo11g";

Error code : 
Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P
State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 43113] Message returned from OBIS. [nQSError: 43119] Query Failed: [nQSError: 37001] Could not connect to the Oracle BI Server instance. (HY000)

错误信息

下面是使用 ODBC 测试连接的测试连接的图像使用 nqcmd.exe 命令时出错

最新更新