job queue

Remove non-JOB under current user

A few days ago when use of dbms_job.remove remove the job encountered ORA-23421 error: ORA-23421: job number string is not a job in the job queue Cause: There is no job visible to the caller with the given job number. Action: Choose the number of a j ...

Remove non-JOB under the current user

A few days ago when use of dbms_job.remove remove the job encountered ORA-23421 error: ORA-23421: job number string is not a job in the job queue Cause: There is no job visible to the caller with the given job number. Action: Choose the number of a j ...

Oracle JOB Usage Summary

Oracle JOB Usage Summary First, set the initialization parameter job_queue_processes sql> alter system set job_queue_processes = n; (n> 0) job_queue_processes maximum of 1000 View job queue background processes sql> select name, description ...

Construction of two-way streams replication

1. Initialization parameters (all nodes) alter system set aq_tm_processes = 2 scope = both; alter system set global_names = true scope = both; alter system set job_queue_processes = 10 scope = both; alter system set parallel_max_servers = 20 scope = ...

Oracle database character set changes

oracle database character set change A, oracle server-side character set query select userenv ('language') from dual Which is server-side character set NLS_CHARACTERSET NLS_LANGUAGE form for the server-side character display B, query oracle c ...

Removal of oracle9i a way to occupy the port 8080

Originated in a machine installed oracle9i still needs to assume a 8080 port tomcat, conflicts can use the following solutions. The result is no longer in use oracle9i modify the port in 8080. The corresponding http services be stopped. One way to mo ...

JOB Usage Summary (zt from cnoug)

Thanks sail2000, and fly115. Reference: http://www.cnoug.org/viewthread.php?tid=29098 sail2000: 1, set the initialization parameters job_queue_processes rn rnsql> alter system set job_queue_processes = n; (n> 0) rnjob_queue_processes a maximum ...

In the operation of Oracle to achieve timing --- Job Queue

An outside Beijing hospital on the 1st Beiyuan 7 Room (100012) Wang Xiaoyan Known that most of the operating system will provide regular implementation of the mandate, for example: Unix platforms are available on the system timing mission command Cro ...

The use of Oracle implementation timing operation of the Job Queue

The use of Oracle implementation timing operation of the Job Queue 1, to ensure that the working mode allows Oracle to start the queue manager (SNP process) SVRMGRL> Alter System Enable Restricted Session; Or SQL> Alter System Disenable Restric ...

Oracle job management

SVRMGR> select * from dba_jobs; Initialization parameters job_queue_processes alter system set job_queue_processes = 39 scope = spfile; / / max should not exceed 1000; job_queue_interval = 10 / / Scheduling refresh rate in seconds DBA_JOBS describ ...

Parameters to limit fault analysis processes

Database: Oracle 10.2.0.1 rn Platform: HP-UX B.11.23 ia64 rn rn rn Fault Description Customers is reflected in the 2009-01-19 about 7 am, the application can not connect to the database, then restart the database, and increased the PROCESSES paramete ...

Single-instance and RAC to create the ORACLE STREAM (1)

Master node: rx8640 server HPUX 11.23 operating system IP address 128.199.38.32 Database: ORACLE 10.2.0.1 ORACLE_SID: ora Global_name: ora Vice-node 1 (ORACLE RAC): rx8640 server HPUX 11.23 operating system IP address 128.199.38.27 Database: ORACLE 1 ...

Practice ORACLE STREAMS (2)

STREAMS superior DATA GUARD point is that it enables cross-platform data synchronization, but also a lower degree of synchronization of the particles, such as the addition to the database-level synchronization, but also achieve the Schema-level, Tabl ...

oracle 10g change character set

Today, several database server problems that have arisen, busy, confused and disoriented, which would finally have a clue, solve the problem encountered in the past would be finished, not easy to accumulate, is hereby ORACLE began to write a variety ...

Modify the Oracle character set (character set)

This method is applicable to Oracle9i, 10g and XE. In the 10.2.0.1.0 tested error-free. Important to note that the use of this method will destroy the original double-byte characters in the database. One approach is to first export the database, modi ...

job can not be self-executing: (

JOB can not be self-executing, you can manually run the time before the system more than 40 days. Is not a counter overflow. Check the job_queue_processes 10 ALTER SYSTEM SET job_queue_processes = 0 SCOPE = BOTH; Wed Sep 16 13:00:01 2009 ALTER SYSTEM ...

statspack installation configuration

statspack env: os: Suse 9 oracle: 9i Reference document: <<Database Performance Tuning Guide and Reference>> P607 1. statspack System Installation statspack installation program @? / rdbms / admin / Next: spcreate.sql Installation spdrop. ...

View the largest number of sessions

SELECT * FROM V $ PARAMETER WHERE NAME LIKE 'proc%'; SQL> SQL> show parameter processes NAME TYPE VALUE ------------------------------------ ------- ------- ----------------------- aq_tm_processes integer 1 db_writer_processes integer 1 ...

RMAN backup data clean-up of expired data

VM did not open for several days to learn ORACLE Start today, appears the following error: [root @ web1 bdump] # pwd / opt/oracle/admin/testdb2/bdump [root @ web1 bdump] # cat alert_oradb.log undo_tablespace = UNDOTBS1 remote_login_passwordfile = EXC ...

Oracle9I Pflie Template

rn rn rn rn rn rn

Template Oracle9I Pflie

rn rn rn rn rn rn

oracle create tasks (to)

rn rn http://www.cnblogs.com/tohen/archive/2008/11/17/1335186.html rn First, create a PLSQL table: rn create table HWQY.TEST (CARNO VARCHAR2 (30), CARINFOID NUMBER) rn rn rn Second, create a PLSQL stored procedure: rn create or replace procedure pro_ ...

Oracle Timing task

First, create a PLSQL table: create table HWQY.TEST ( CARNO VARCHAR2 (30), CARINFOID NUMBER ) Second, create a PLSQL stored procedure: create or replace procedure pro_test AS carinfo_id number; BEGIN select s_CarInfoID.nextval into carinfo_id from du ...

Oracle regular tasks

First, create a PLSQL table: create table HWQY.TEST ( CARNO VARCHAR2 (30), CARINFOID NUMBER ) Second, create a PLSQL stored procedure: create or replace procedure pro_test AS carinfo_id number; BEGIN select s_CarInfoID.nextval into carinfo_id from du ...

The third part (19) Advanced Configuration of the single-source one-way replication environment

Single-source replication environment here is not that the data come from one, but only a single object from one, but there may be multiple databases to capture data at the same time. Capture process in the startup and configuration of the spread of ...

The first part (2) to set up the environment a single copy

The first part (2) to set up the environment a single copy Jun twice Streams in the oracle a number of features characteristic of belonging to a more flexible, if you sufficient time to contact oracle long time, then will be able to understand it, th ...

character set oracle introduction

Once the database is created, the database character set theory can not be changed. Therefore, the design and installation at the beginning to consider using a character set which is very important. According to Oracle's official description, cha ...

Modify the oracle character set

The original installation of oracle always pay attention to character set installed by default, leading to applications not shown, on the Internet for some solution, but all error, but rn rn SQL> ALTER DATABASE character set INTERNAL_USE ZHS16CGB2 ...

Oracle command line to achieve through regular operations Xiangjie -1

Source: Net sea cockle-pickers As we all know, the general operating system will provide regular implementation of the mandate , For example: Unix platforms provided for system timing mission command Crontab. However, for certain requirements, such as: th

Oracle Diagnostic Case-Spfile case of a (turn)

Oracle Diagnostic Case-Spfile Case 1 rn Information Note: System: SUN Solaris8 Database Version: 9203 Problem Description: Engineering staff reports, database restart does not start normally. Examination revealed UNDO tablespace is lost. Problem diag ...

Manually create the database, all the script and instructions (oracle9i)

Manually create the database, all the script and description System environment: 1, the operating system: Windows 2000 Server 2, Database: Oracle 9i R2 (9.2.0.1.0) for NT Enterprise Edition 3, the installation path: D: \ ORACLE Database steps: 1, han ...

oracle SGA adjustment (Reprinted)

SGA Adjustment rn -------------------------------------------------- ------------------------------ SGA Adjustment rn An environment: A platform: IBM AX360, 4G memory rn windows 2k advServer sp3 + oracle 816 Exclusive Mode rn 2 memory allocation para ...

Implemented in the Oracle Database replication

rnrnrnrnrnrnrnrnrnrnrnrnrnrn Implemented in the Oracle Database replication http://www.51cto.com 2005-11-28 12:44 Author: Yu Feng Source: 51CTO.com finishing rnrn rn rn The operation of the Internet, databases often have such a demand: to similar cit ...

But back to the examples from the rac

rn Rotor http://blog.itpub.net/post/11/10874 rn rn This article briefly describes how to use rman to duplicate order to achieve the single-instance Oracle9i RAC migration rn This article can be willfully, reproduced hyperlink when you make sure to id ...

[Database] full-text index on the result of several causes of non-implementation tasks

Task does not lead to full-text index on the implementation of several reasons Founder Li Shouliang January 2004 In actual combat, several factors are known to cause several oracle text search does not perform the task: The product "Xiangyu" ...
Recent
Recent Entries
Tag Cloud
Random Entries
Latest Comments