I am writing accessing Oracle Database via JSP/JS. I would like to know whether it is possible to set ESCAPE character with those SELECT / INSERT INTO / ... commands ?
I know that "SET ESCAPE \" works under SQL Plus.
But is it possible to set it through coding, so that I can make sure that the correct ESCAPE character is in us.
Thanks.