Simple SQL Query Fails When Configuring The OIC Oracle Database Adapter But Runs Successfully in SQLPlus
(Doc ID 2663145.1)
Last updated on DECEMBER 03, 2022
Applies to:
Oracle Integration-OIC - Version 18.2.5 and laterInformation in this document applies to any platform.
Goal
Why does the simple sql query:
select column, sum(number)
from table
complete successfully, but when adding a 'group by' clause
select column, sum(number)
from table
group by column
returns the database error ORA 00933: SQL command not properly ended error?
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |
References |