ORA-06512: FN_CONVERT_ROWS_COLUMNS on select * from <TABLE_NAME>

352 Views Asked by At

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.

0

There are 0 best solutions below