database.sarang.net
UserID
Passwd
Database
DBMS
MySQL
PostgreSQL
Firebird
ㆍOracle
Informix
Sybase
MS-SQL
DB2
Cache
CUBRID
LDAP
ALTIBASE
Tibero
DB 문서들
스터디
Community
공지사항
자유게시판
구인|구직
DSN 갤러리
도움주신분들
Admin
운영게시판
최근게시물
Oracle Tutorials 17319 게시물 읽기
 News | Q&A | Columns | Tutorials | Devel | Files | Links
No. 17319
CONCURRENT MANAGER STARTUP 시의 일반적인 문제 및 해결 방법
작성자
정재익(xlib)
작성일
2004-02-11 19:56
조회수
9,595

No. 19878

CONCURRENT MANAGER STARTUP 시의 일반적인 문제 및 해결 방법
=============================================

 

PURPOSE
-------
Concurrent Manager Startup 시에 발생할수 있는 일반적인 문제및 해결법.

Explanation
-----------
Concurrent Process 의 비정상적인 종료로 인하여, Concurrent Manager 의 Startup 이 정상적으로 되지 않는 경우의 해결방법.

Example
-------
1. Concurrent Manager Log file의 Check.
2. FNDLIBR, FNDCRM 및 실행중인 Concurrent Manager Process 가 없는지
   확인.
3. Update the fnd_concurrent_requests table
                 set phase_code = 'C', status_code = 'X'
                 where status_code = 'T';
4. Update fnd_concurrent_queues set running_processes = 0
5. Update fnd_concurrent_queues set max_processes = 0
6. Check the fnd_concurrent_proccesses table if there is a process with
        process_status_code = A,  change it to 'K'.
7. Check the system to see if any process has a lock on the table
   FND_CONCURRENT_PROCESSES
8. Start the concurrent managers using the script adcmctl.sh


Reference Documents
-------------------
1. <Note:149472.1> How to fix common Concurrent Manager Startup problems

2. <Note:134007.1> CMCLEAN.SQL - Non Destructive Script to Clean
   Concurrent Manager Tables

3. <Note:104541.1> Troubleshooting (Concurrent Manager Generic)

4. <Note:69336.1>  Basic information about Concurrent Managers 
   Step 5 & 6

[Top]
No.
제목
작성자
작성일
조회
17322CONCURRENT MANAGER가 뜨지 않을 경우 써야 하는 방법
정재익
2004-02-11
9060
17321Oracle8에서의 character set 변경
정재익
2004-02-11
13286
17320COST UPDATE 성능과 데드락의 관계
정재익
2004-02-11
10210
17319CONCURRENT MANAGER STARTUP 시의 일반적인 문제 및 해결 방법
정재익
2004-02-11
9595
17318Oracle Enterprise Manager 9i Commands
정재익
2004-02-11
12100
17317데이터베이스에 접근 할 수 없을 때 SYSTEMSTATE 덤프를 받는 방법(GDB 및 DBX 사용법)
정재익
2004-02-11
8410
17316OEM 2.X or 9I 에서 SYSMAN Password Reset 방법
정재익
2004-02-11
8289
Valid XHTML 1.0!
All about the DATABASE... Copyleft 1999-2023 DSN, All rights reserved.
작업시간: 0.047초, 이곳 서비스는
	PostgreSQL v16.1로 자료를 관리합니다