Search Results

Search: Posts Made By: sainathdeg
2,232
Posted By sainathdeg
query related to if
wht does below statement mean?

if [ ! -d $var_pathtotemp ]

wht does dis -d option do??


TIA.
1,374
Posted By sainathdeg
getting proper o/p from a procedure in a script
foll. is my code snippet.

#!/bin/ksh
retVal=`sqlplus -s user/passwd@oracle_sid <<EOF
SET SERVEROUTPUT ON SIZE 100000
DECLARE
STATUS_VALUE CHAR;
BEGIN
SELECT temp1...
1,871
Posted By sainathdeg
thanx for reply... but both the solutions r not...
thanx for reply...
but both the solutions r not working guys ... :(:(

The o/p of ....echo "Return Value Is=$retVal" is
Return Value Is=N (wch i hav alredy mentioned in my post)...
1,871
Posted By sainathdeg
If not working...pls help:URGENT
Following is d code snipet

#!/bin/ksh
retVal=`sqlplus -s user/passwd\@oracle_sid <<EOF
SET SERVEROUTPUT ON SIZE 100000
DECLARE
STATUS_VALUE VARCHAR2(1);
BEGIN
SELECT temp1 INTO...
1,734
Posted By sainathdeg
URGENT :pls help
Following is d code snipet

#!/bin/ksh
retVal=`sqlplus -s user/passwd\@oracle_sid <<EOF
SET SERVEROUTPUT ON SIZE 100000
DECLARE
STATUS_VALUE VARCHAR2(1);
BEGIN
SELECT temp1 INTO STATUS_VALUE...
Showing results 1 to 5 of 5

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