Hi,
I've a file with fields sperated by ~, like
1~2~3~4
1~x~y~z
My requirement is remove the first field and create another file rest of the fields like
2~3~4
x~y~z
I don't want to use "cut" command as it would be slow as compare to awk script. Any help would be appreciated.
Thanks.
Hi,
A stored proc is being called thru a unix and therefore the parameters to the procedure are enclosed in single quotes.But whenever a parameter containing single quote in its value is passed to the proc, the procedure fails with the error message :
'quoted string not properly terminated'...
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 ...
Hi,
My requirement is to get the arguments for a stored proc from a .csv file. Only problem in getting the arguments is the spaces in between the values.e.g.the file is like
123,first name,last name,1000
arg1=123
arg2=first name
arg3=last name
arg4=1000.
Any help on this would be appreciated...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.