I am trying to run a query from a sql developer, and the query has variables ( :var ). I have a problem with date variables.
I used all possible combinations to format the date using the to_date() function. Every time you get an exception:
ORA-00932: inconsistent datatypes: expected DATE got NUMBER 00932. 00000 - "inconsistent datatypes: expected %s got %s" *Cause: *Action:
Sorry, I can not post the image here.
sql oracle oracle-sqldeveloper
vermap
source share