I am running into this error while running a simple sql queries on the table.
select * from <TABLE_NAME>
select * from <TABLE_NAME> where rownum < 5
select * from <TABLE_NAME> where rownum > 20 and rownum < 50
I am not familiar with the contents of the table but running the query so i know what is the content.
ORA-06512: FN_CONVERT_ROWS_COLUMNS
What should i do? the oracle help is not very helpful in this case.