← Back to team overview

sikuli-driver team mailing list archive

[Question #150110]: How to connect Oracle database?

 

New question #150110 on Sikuli:
https://answers.launchpad.net/sikuli/+question/150110

Hello all.

I need to perform queries in Oracle database, but the import is not working, here is my script:

  from com.ziclix.python.sql import zxJDBC
  connection1 = zxJDBC.connect("jdbc:oracle:thin:@host:port:sid", "root", "admin", "oracle.jdbc.driver.OracleDriver")

  zxJDBC.DatabaseError: driver [oracle.jdbc.driver.OracleDriver] not found

This is related to https://answers.launchpad.net/sikuli/+question/121652 and http://stackoverflow.com/questions/468763/how-to-connect-to-database-from-jython

Is a jython error in Sikuli?

Thanks a lot.

Ricardo

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.