Hi there,
I'm trying to use
Java to create a View in SQL. I've been using Java before with no problems to insert data and tables, but right now I keep getting this error:
java.sql.SQLException: ORA-00911: invalid character
I've simplified my code down to it's bare bones, even the SQL statement, but it's still giving the error and I can't work out why. If I copy and paste the SQL statement into an SQL app, it works fine, but I need this to be automated through Java. Maybe you guys can help?