Is there any way how to force PL/SQL compiler to tell me (using a compilation hint or an error) that I am trying to put a string into an integer? In some cases, the implicit conversion will handle it for me, but I don't want that. I always want to know that there is a type mismatch.
Best regards, Tom