Hi all,
I'm trying to find view that gets information from %INVOICES% table.
select * from all_views where text like '%INVOICES%'
Got error:
ORA-00932: inconsistent datatypes: expected NUMBER got LONG
00932. 00000 - "inconsistent datatypes: expected %s got %s"
*Cause:
*Action:
Error at Line: 1 Column: 31
What is it and how to solve?
Thanks ahead.