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:56:42 +0100
Message-ID: <006801c75ab1$c99a6ac0$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):

[...]

corrected:

lsnrctl < <(printf "set password pa55w0rd\nshow log_directory\n")

Dimitre

--
http://www.freelists.org/webpage/oracle-l
Received on Tue Feb 27 2007 - 14:56:42 CST

Original text of this message

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