Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: ajayarora
  • Content: Threads
  • Order by date
  1. ajayarora

    String handling

    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.
  2. ajayarora

    Can we pass Arrays from Unix shell to PL/SQL Procedure?

    Is it possible to pass unix arrays as parameters to a PL/SQL procedure. If anyone knows about this then please let me know. Regards Ajay.
  3. ajayarora

    PL/SQL proce thru Unix script

    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'...
  4. ajayarora

    Calling PL/SQL from Unix Shell

    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 ...
  5. ajayarora

    Get the value from a .csv files

    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...

Part and Inventory Search

Back
Top