Search Results

Search: Posts Made By: reddy298599
3,761
Posted By reddy298599
SQL> .sh script calling .sql file with out...
SQL> .sh script calling .sql file with out error.But am getting out as numbers 1 2 3 4 5 .... I am getting out like this. But the output is incorrect
@ test.sql $v_case_nbr

---------- Post...
3,761
Posted By reddy298599
Unable to pass value from .Shell script to .SQL file
Hi Rudic,

You mean to use .sh file like this.

#!/bin/sh
echo "please enter case:"
read v_case_nbr
echo "the case number entered is $v_case_nbr"
sqlplus wmtst/wmtst@wmtest <<EOF
@...
3,761
Posted By reddy298599
Unable to pass value from .Shell script to .SQL file
Hi All,
I am new to shell script. I am trying to pass value from .sh file to .sql file .
But I am able to run the .sql file from .sh file with values in sql file.
But I am unable to pass the...
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 10:24 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy