Try creating a JNDI resource
hi
I m not sure but u can try creating a JNDI resource which uses the DSN for ODBC
i feel this should work as the DSN is meant for one specific connection which is configured for a single (db)schema .
plz do let me know if this works
Thanks
Silna
Problems with establishing database connection
HI!! i wanted to connect to oracle but keeps on getting
Error: ConnectFactory.ERROR_0001 - Database connection could not be established to: null jdbc:oracle:thin:@localhost:1521:xe - java.lang.NullPointerException (org.pentaho.platform.plugin.action.sql.SQLLookupRule)
I dont know what i should do to solve this.
i am using the following parameter for my action sequence to get data from relational:
JDBC Driver-- oracle.jdbc.driver.OracleDriver
Database URL-- jdbc:oracle:thin:@localhost:1521:xe
Username: system
Password: password
The driver i downloaded are ojdbc14.jar and ojdbc14_g.jar
Where should i place these 2 files to work?
any help is greatly appreciated.