Passing Parameter from Unix to SQL Script
Hi All,
Not sure if this is the right place to put my issue, but thought as it's somewhere related too.
I am calling SQL Script from Unix Shell Script.
From Unix Shell we are also passing parameters to SQL Script, but when there is space in some parameter then it's not preserving the space, it's splitting one parameter to two parameters.
Like if i pass "Account Payables" from Unix then it's making "Account" as one parameter & "Payables" as another parameter. How can I preserve it as one parameter.
Thanks
Sachin Ahuja