Search Results

Search: Posts Made By: gohan3376
8,373
Posted By gohan3376
value="$(sqlplus -s username/password<<END set...
value="$(sqlplus -s username/password<<END
set feed off serveroutput on
exec gohan(7)
END
)"

Then i used echo $value
8,373
Posted By gohan3376
I used echo $value but the output was not...
I used echo $value but the output was not displayed.
8,373
Posted By gohan3376
Thanks it works fine............I get the output...
Thanks it works fine............I get the output "My lucky number is 7"

One more thing, Can I store this above output in a variable say 'value' and then when I give echo $value I want the same...
8,373
Posted By gohan3376
Calling stored procedure from unix
Hi,

My stored procedure returns a value.
How to retrieve the value and display in unix.

Stored procedure

CREATE OR REPLACE
PROCEDURE gohan(num INT) IS

BEGIN
...
Showing results 1 to 4 of 4

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