- JamesIt states that it cannot initialize the jdbc:oracle:thin driver. Any ideas why that would be? Am I missing something?Tried to run this script:Ran the basexgui.bat to add to class pathI copied the ojdbc7.jar file into the lib directoryHey Everyone,I am having issues with using the Oracle 1.7 JDBC driver.
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))