OLAP Cube Viewer not working
Has anyone been able to get the java gui-based Cube Viewer to work in Oracle9iR2 on Linux or Solaris? I'm able to run the GUI and choose the cube to view, but on both platforms I simple get a blank popup window. I'm getting a java stack trace with SQL exceptions:
java.sql.SQLException: Inserted value too large for column: "VERSION"
<various JDBC trace lines>
at oracle.jdbc.driver.OraclePreparedStatement.setObject(OraclePreparedStatement.java:3006)
at oracle.express.idl.ExpressConnectionModule.ServerInterfaceStub.connect(ServerInterfaceStub.java:284)
at oracle.express.olapi.data.full.ExpressDataProvider.connect(ExpressDataProvider.java:208)
at oracle.express.olapi.data.full.ExpressDataProvider.initialize(ExpressDataProvider.java:179)
<various other trace lines>
I've seen a few other people have the same problem in this forum but never get to any conclusion. The Oracle server is 9.2.0 on Solaris, and I tried running the cube viewer on that same machine so I dont think it is a library mismatch issue or anything since the client and server are the same installation. Also I've tried to run the cube viewer on a redhat linux machine w/ a 9.2.0 installation. The rest of OEM is working beautifully on the linux installation so I dont think it's an installation problem.
Any ideas?
Thanks
- Phillip