I can achieve the connection to my oracle database. I have no problem to obtain a table from the base with the query:
SELECT * FROM TABLE1
but when i write:
SELECT * , COLUMN1 FROM TABLE1
it shows error:
in .verify.JDBC.result(r, "Unable to retrieve JDBC result set for ", : Unable to retrieve JDBC result set for select *; column1 FROM Table1 (ORA-00911: carácter no válido )
Any suggestions?