Hey Everyone,
I am having issues with using the Oracle 1.7 JDBC driver.
I copied the ojdbc7.jar file into the lib directory Ran the basexgui.bat to add to class path Tried to run this script:
let $conn := sql:init('jdbc:oracle:thin:pnm/pnm@orc1n.giants') return (sql:execute($conn, 'SELECT owner, table_name FROM dba_tables '), sql:close($conn))
It states that it cannot initialize the jdbc:oracle:thin driver. Any ideas why that would be? Am I missing something?
- James