2016-11-21 118 views
1

調用參數shell腳本有shell腳本:如何通過PLSQL

#Note: If you see # in front of any line it means that it’s a comment line not the actual code 
#** ******************************************************************** 
# 
#** ******************************************************************** 
#Parameters from 1 to 4 i.e $1 $2 $3 $4 are standard parameters 
# $1 : username/password of the database 
# $2 : userid 
# $3 : USERNAME 
# $4 : Concurrent Request ID 
config_id=$5 
extract_id=$6 
# exit 1 represents concurrent program status. 1 for error, 2 for warning 0 for success 
echo 「****************************************************************」 

我不得不從PLSQL過程中調用該主機類型的節目。這可以做到嗎?

回答