I want to run the same script on Windows,VMS,Unix,Linux.
sqlplus error handling is a little poor, So i have to write
it in scripting language.
I started to learn Awk, becouse it on each platform.
Can i do it in awk?
Can you offer me another scripting language.
Thanks.
I want to invoke sqlplus from awk and I have to get database and password in the awk script.
BEGIN {
printf "database:"
getline database
#So I want to read a password (hiding input)
printf "password:"
getline password
}
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.