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

Home -> Community -> Usenet -> c.d.o.server -> Re: How to start An Intelligent Agent on unix?

Re: How to start An Intelligent Agent on unix?

From: Trifon Anguelov <trifona_at_pacbell.net>
Date: Mon, 11 Feb 2002 05:42:54 GMT
Message-ID: <yRI98.563$qT2.504666216@newssvr13.news.prodigy.com>


Depends on your Oracle version. Please, include your Oracle version and OS version as well when requesting help.

On Oracle 8i:


$lsnrctl dbsnmp_start
$lsnrctl dbsnmp_stop
$lsnrctl dbsnmp_status

On Oracle 9i:


$agentctl start|stop|status|restart [agent]
$agentctl start|stop|status blackout [<target>] [-d/uration
<timefmt>] [-s/ubsystem <subsystems>]

The following are valid options for blackouts

<target>    name of the target. Defaults to node target.
<timefmt>   is specified as [days] hh:mm
<subsystem> is specified as [jobs events collections] defaults to all
subsystems

Hope that helps.

Trifon Anguelov
Senior Oracle DBA




Join the new Oracle DBA forums at:
http://www.dbaclick.com/cgi-bin/ib3/ikonboard.cgi

"Y" <newdbms_at_yahoo.com> wrote in message news:3C6734ED.F0D9E4B6_at_yahoo.com... > Thanks for any help!
> Received on Sun Feb 10 2002 - 23:42:54 CST

Original text of this message

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