Man, I am loving working with these pl/sql types.
So I have a table which has nested table. When I modified the underlying type, it started throwing this error:
ORA-22337: the type of accessed object has been evolved
Solution:
Disconnect your current session and reconnect and query again.
It worked for me!!
Advertisements