在调用Oracle Olap api如下代码时:
dp.initialize();
抛出以下的Exception:
Exception in thread "main" oracle.express.idl.util.OlapiException: java.sql.SQLException: ORA-37158: CLOB 或可变数组输入参数错误: (情形 6)
ORA-06512: 在 "SYS.GENSERVERINTERFACE", line 46
ORA-06512: 在 line 1 at oracle.express.idl.ExpressConnectionModule.ServerInterfaceStub.connect(ServerInterfaceStub.java:694)
at oracle.express.olapi.data.full.ExpressDataProvider.connect(ExpressDataProvider.java:621)
at oracle.express.olapi.data.full.ExpressDataProvider.initialize(ExpressDataProvider.java:480)
at oracle.olapi.examples.Context10g._createProviders(Context10g.java:237)
at oracle.olapi.examples.Context10g._connect(Context10g.java:213)
at oracle.olapi.examples.Context10g.<init>(Context10g.java:139)
at oracle.olapi.examples.chapter3.GettingExistingConnection.run(GettingExistingConnection.java:22)
at oracle.olapi.examples.chapter3.GettingExistingConnection.main(GettingExistingConnection.java:33)希望各位朋友知道的给予回复,我将万分的感谢!