I have this code in a scriptlet to connect to a Oracle 11g database. This sits in a asp and will return data from the database (Please ignore the fact scriptlets are used and MVC pattern has been ignored, I can't do anything about this) When I try to connect to the database and run a query I get this error java.sql.SQLSyntaxErrorException: ORA-00933: SQL command not properly ended. Could someone please review the code and see what I am doing wrong? Many ThanksI have this code in a scriptlet to connect to a