Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: How to start An Intelligent Agent on unix?
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 allsubsystems
Hope that helps.
Trifon Anguelov
Senior Oracle DBA
"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
![]() |
![]() |