Hi,
I'm calling a PL/SQL procedure from a unix shell script. Shell gets its params from a file and passes them (enclosing the params in single quotes) to PL/SQL.It works fine for most of the cases but whenever a parameter contains single quote(') in it, procedure fails with the error message :
'quoted string not properly terminated'
Can anyone suggest anything to overcome this problem.
Regards
Ajay.
I'm calling a PL/SQL procedure from a unix shell script. Shell gets its params from a file and passes them (enclosing the params in single quotes) to PL/SQL.It works fine for most of the cases but whenever a parameter contains single quote(') in it, procedure fails with the error message :
'quoted string not properly terminated'
Can anyone suggest anything to overcome this problem.
Regards
Ajay.