Skip to main content
July 10, 2015
Question

ORA-00933: SQL command not properly ended. CF9 Error Executing Database Query, using ojdbc6 driver with Insert statement using select query.

  • July 10, 2015
  • 1 reply
  • 3538 views

Hi,

When using the CF9 in-build Oracle driver, the query works well, but when it is changed to use the ojdbc6.jar, then getting the below issue.

ORA-00933: SQL command not properly ended.

Issue particularly happens when we do an Insert using a select query inside cfquery. i.e.

INSERT INTO Table1
  (
  id
  , name
  , viewtime
  )
  SELECT
  tab_id as id
  , name
  , viewtime
  From Table2

This topic has been closed for replies.

1 reply

Inspiring
July 10, 2015

What is your reason for changing the driver?

July 10, 2015

Because we are migrating from oracle 11g to 12c and the CF embedded driver does not work with oracle 12c.

For the next Question, yes we are planning to migrate the app to CF 11, but oracle is queued first.

Inspiring
July 10, 2015

CF9 does not support 12c. You will have to upgrade to CF11 before changing to 12C