Search Results

Search: Posts Made By: plaban.rout
14,870
Posted By plaban.rout
Thanks...
Thanks a lot for ur useful reply.......
14,870
Posted By plaban.rout
How to catch ENTER key inside the shell script?
Hi,

I have a script in which i have to ask user to press the ENTER key to proceed further. can you please help me how can i achive this in my scripting?


echo "All the executables builded...
Forum: HP-UX 11-06-2008
4,152
Posted By plaban.rout
I have set all oracle env in the scripts, but...
I have set all oracle env in the scripts, but still no luck

ORACLE_SID=cisa2;export ORACLE_SID
export ORACLE_BASE=/dboracle/orabase
ORACLE_HOME=/dboracle/orabase/product/9.2.0.6;...
Forum: HP-UX 11-06-2008
4,152
Posted By plaban.rout
How to run sqlscript in the swinstall ?
hi,

I have prepared a script with contents

/dboracle/orabase/product/9.2.0.6/bin/sqlplus -s rcrp/rcrp<<EOF

CREATE TABLE ADDER_CUG_LIST
(
CUG_ID VARCHAR2(15) NOT NULL,
TEL_NO ...
Forum: HP-UX 11-20-2007
8,892
Posted By plaban.rout
Cameron, That's Brilliant !!!!!!!! ...
Cameron,

That's Brilliant !!!!!!!!

Thanks a lot.

Cheers,
Plaban
Forum: HP-UX 11-20-2007
8,892
Posted By plaban.rout
sqlplus -s rcrp/rcrp<<EOF update...
sqlplus -s rcrp/rcrp<<EOF
update PRICE_CLASS_DET set PCD_VALUE=1 where PCD_ID=11313;
commit;
exit;
EOF

if [ $? != 0 ]
then
echo "The Tariff Group Revert Back...
Forum: HP-UX 11-20-2007
8,892
Posted By plaban.rout
How to check sqlplus command is successfull or not in HP UX?
Hi All,

I am not able to check the output of sqlplus command if it fails.

can any body please help me in this regard.
Showing results 1 to 7 of 7

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