Hi,
I'm using a jdbc driver to connect to Oracle with the string connection:
jdbc:oracle:oci8:@schema
. When a try to preview data from any table a get de following error:
Message:
dk.eobjects.metamodel.MetaModelException: Could not execute query
Level:
SEVERE
Stack Trace:
Could not execute query
dk.eobjects.metamodel.JdbcDataContextStrategy.executeQuery(JdbcDataContextStrategy.java:475)
dk.eobjects.metamodel.DataContext.executeQuery(DataContext.java:165)
dk.eobjects.datacleaner.gui.windows.PreviewDataWindow.<init>(PreviewDataWindow.java:50)
...
ORA-01403: No data found oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:119)
I'm using succesfully the same jdbc Oracle's driver, schema and tables with other applications so I can't figure out what is going wrong.
Any help will be much appreciated.