Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: lsnrctl commands
[...]
} I was hoping to be able to get the commands on 1 line
[...]
printf "set password pa55w0rd\nshow log_directory\n"|lsnrctl
or (with bash/ksh93):
lsnrctl < <(printf "set password pa55w0rd\nshow lognshow log_directory\n")
Dimitre
-- http://www.freelists.org/webpage/oracle-lReceived on Tue Feb 27 2007 - 14:52:51 CST
![]() |
![]() |