Hi,
I am trying to execute the below query and it retruns an error.
SELECT max(high_value)
FROM all_tab_partitions
WHERE table_name ='BA_CURRENT_MONTH'
Error:
ORA-00997: illegal use of LONG datatype
when i try to convert the long to to_char,to_number,substr,trim ,to_lob etc, it gives me the below error:
ORA-00932: inconsistent datatypes: expected - got LONG
Please help.
Thanks