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: Q re command files for Oracle start/stop

Re: Q re command files for Oracle start/stop

From: Karsten Farrell <kfarrell_at_belgariad.com>
Date: Thu, 16 Jan 2003 16:44:23 GMT
Message-ID: <HjBV9.293$8p7.18666982@newssvr15.news.prodigy.com>


Gerald B. Rosenberg wrote:
> In article <3e25281a$0$235$ed9e5944_at_reading.news.pipex.net>, n-
> litchfield_at_audit-commission.gov.uk says...
>

>>StartOracle.cmd
>>===========
>>net start oracleservice<sidname>
>>net start oracle<orahomename>TNSListener
>>
>>and
>>
>>StopOracle.cmd
>>===========
>>net stop oracle<orahomename>TNSListener
>>net stop oracleservice<sidname>
>>
>>
>>--
>>Niall Litchfield
>>Oracle DBA
>>Audit Commission UK
>>

>
>
> In a related thread, these command files were offered as appropriate to
> start/stop an Oracle instance for incidental use.
>
> I am using similar command files to start and stop only the oracle
> service for nightly backups (Oracle8i on WinNT). The command files are
> called automatically by BackupExec as part of the nightly backup run.
>
> Have I been defying the odds or is there no downside to leaving the
> listener service running while the oracle instance is stopped and
> restarted each night? Would you recommend start/stopping the listener
> each time? (Database usage is essentially 12x5, so attempts to use the
> database during backup runs simply don't occur.)
>
> Thanks
>
> --
> Gerald B. Rosenberg
>

I also use similar command files, including stopping the listener. It's not required to stop the listener, but it allows me to keep the listener.log from getting too big. My script renames listener.log to listener.log.x (which doesn't work correctly if listener is running). Then when I restart the listener, a new log is generated.

Thus, Niall's scripts (modified) are definitely useful if you generate lots of less-than-useful "service update" entries in your listener.log. Received on Thu Jan 16 2003 - 10:44:23 CST

Original text of this message

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