Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: lsnrctl commands

Re: lsnrctl commands

From: Radoulov, Dimitre <cichomitiko_at_gmail.com>
Date: Tue, 27 Feb 2007 21:52:51 +0100
Message-ID: <005e01c75ab1$408333c0$0200a8c0@ETP6320>


[...]

} 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-l
Received on Tue Feb 27 2007 - 14:52:51 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US