Christo Kutrovsky
Member³
I have the latest release of PL/SQL Developer: 5.1.4.730
I am still hitting the very annoing error:
ORA-01460: unimplemented or unreasonable conversion requested
This time, I got mad, and tried to find the cause.
Hitting the error is very random, and I cannot find any cause, other then it happens with bind variables. Sometimes it happens, sometimes it doesn't. When it happens, sometimes closing and reopeing the window (tools -> sessions) will resolve it, sometimes it wont. Sometimes a reconnect will do it, sometimes no.
This time, it did it repeatedly, and I was able to get some info, which I hope will help you.
I have a screen shot, which I would like to email you, it has the error on screen and the cause. Where should I email it to ?
I have the exact query causing it, and I've played arround with it. It is in the tabs of the Sessions window, and the query is:
I tried the following:
- switching the places in the where clause -> same error
- removing "hash_value = :sql_hash_value" -> no error
- removing "address = hextoraw
sql_address)" -> no error
- removing "hextoraw" -> same error
- adding to_char on :sql_hash_value -> same error
- adding to_char on "hash_value" -> same error
Any other ideas? I still have the session open.
Please update with email, so that I can send you the screen shot.
I hope we nail that thing once and forever.
I am still hitting the very annoing error:
ORA-01460: unimplemented or unreasonable conversion requested
This time, I got mad, and tried to find the cause.
Hitting the error is very random, and I cannot find any cause, other then it happens with bind variables. Sometimes it happens, sometimes it doesn't. When it happens, sometimes closing and reopeing the window (tools -> sessions) will resolve it, sometimes it wont. Sometimes a reconnect will do it, sometimes no.
This time, it did it repeatedly, and I was able to get some info, which I hope will help you.
I have a screen shot, which I would like to email you, it has the error on screen and the cause. Where should I email it to ?
I have the exact query causing it, and I've played arround with it. It is in the tabs of the Sessions window, and the query is:
Code:
select 1 from v$sql_workarea
where hash_value = :sql_hash_value
and address = hextoraw(:sql_address)
- switching the places in the where clause -> same error
- removing "hash_value = :sql_hash_value" -> no error
- removing "address = hextoraw

- removing "hextoraw" -> same error
- adding to_char on :sql_hash_value -> same error
- adding to_char on "hash_value" -> same error
Any other ideas? I still have the session open.
Please update with email, so that I can send you the screen shot.
I hope we nail that thing once and forever.