PL/SQL (MOSC)

MOSC Banner

ORA-00932: inconsistent datatypes: expected - got CLOB

in PL/SQL (MOSC) 2 commentsAnswered

I am using below query, option_data is CLOB datatype column.

select distinct option_data 

from SY_POLINE_ACK

where po_number = :pPoNo  

when I use Distinct then receiving below error.

can anyone suggest solution for this issue.

ORA-00932: inconsistent datatypes: expected - got CLOB

00932. 00000 - "inconsistent datatypes: expected %s got %s"

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center