Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Turning off RECO
Doug Cowles wrote:
>
> I have a RECO process running on a non-distributed database.
> Probably a result of installing parallel server? Not sure, didn't do
Set DISTRIBUTED_TRANSACTIONS=0 in the init.ora & restart the sid.
> In addtion, I've got snp01, and snp02. How did these get turned on?
> There are no replication queries or snaphots in the database.. Are
If you want to get rid of these SNP processes set JOB_QUEUE_PROCESSES=0 in the init.ora. Thay are indeed related to the Oracle job queue facility (jobs submitted via the dbms_job package)
--
Vincent Ventrone | The MITRE Corp. DBA, Dept. R101 | M/S C020 vav_at_mitre.org | 202 Burlington Rd. (781) 271-7048 | Bedford, MA 01730Received on Tue Jul 06 1999 - 07:35:54 CDT
![]() |
![]() |