My insert statement is failing. I want to know the Oracle Error exception that is being thrown as a result.
How do I find the oracle error caused?
Thank you
sshivanna
ColdFusion Language
Last Comment
docnica
8/22/2022 - Mon
Coast Line
well i did not understood your question though
sshivanna
ASKER
When you program in oracle and if there is any runtime error, the oracle database usually throws a ORA error. In PL/SQL we use sqlerrm to see what error has occured. How can we accomplish the same in coldfusion?