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 17322 게시물 읽기
 News | Q&A | Columns | Tutorials | Devel | Files | Links
No. 17322
CONCURRENT MANAGER가 뜨지 않을 경우 써야 하는 방법
작성자
정재익(xlib)
작성일
2004-02-11 19:57
조회수
9,039

No. 20524

CONCURRENT MANAGER가 뜨지 않을 경우 써야 하는 방법
=====================================

 

PURPOSE
-------
concurrent manager가 뜨지 않을 경우 조치 사항.

Problem Description
-------------------
concurrnet manager가 뜨지 않음.

Workaround
----------


Solution Description
--------------------
1. Check the concurrent manager log file for errors.
2. Check to make sure no FNDLIBR, FNDCRM or other Concurrent Manager processes 
    are running.
3. Truncate the table fnd_concurrent_processes
4. Truncate the table fnd_concurrent_requests (back it up first if you want to 
    keep the data).
5. Update the fnd_concurrent_requests table
                 set phase_code = 'C', status_code = 'X'
                 where status_code = 'T';
6. Update fnd_concurrent_queues set running_processes = 0
7. Update fnd_concurrent_queues set max_processes = 0
8. Check the fnd_concurrent_proccesses table if there is a process with
        process_status_code = A,  change it to 'K'.
9. Check the system to see if any process has a lock on the table
FND_CONCURRENT_PROCESSES
10. Start the concurrent managers using the script adcmctl.sh


Reference Documents
-------------------

[Top]
No.
제목
작성자
작성일
조회
17488RMAN BACKUPS AND ARCHIVED LOG ISSUES
정재익
2004-02-23
13393
17324OFSA의 DEBUG 하는 방법
정재익
2004-02-11
11403
17323프린터가 ORACLE ERP에서 작동하기까지 확인할 점
정재익
2004-02-11
9289
17322CONCURRENT MANAGER가 뜨지 않을 경우 써야 하는 방법
정재익
2004-02-11
9039
17321Oracle8에서의 character set 변경
정재익
2004-02-11
13271
17320COST UPDATE 성능과 데드락의 관계
정재익
2004-02-11
10195
17319CONCURRENT MANAGER STARTUP 시의 일반적인 문제 및 해결 방법
정재익
2004-02-11
9577
Valid XHTML 1.0!
All about the DATABASE... Copyleft 1999-2023 DSN, All rights reserved.
작업시간: 0.049초, 이곳 서비스는
	PostgreSQL v16.1로 자료를 관리합니다