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 Q&A 503 게시물 읽기
No. 503
Re: ORA-12801 해결방안 질문
작성자
소몰이
작성일
2000-04-04 19:21
조회수
15,607

으 ~ 정말 좋은 시스템 환경이군요

솔라리스에서 쓰이는 Shared memory 관련 parameter 입니다.

 

SHMMAX = The maximum size(in bytes) of a single shared memory segment.

SHMMIN = The minimum size(in bytes) of a single shared memory segment.

SHMMNI = The number of shared memory identifiers.

SHMSEG = The maximum number of shared memory segments that can be attached

by a process.

SEMMNS = The number of semaphores in the system.

SEMMNI = The number of semaphore set identifiers in the system; determines

the number of semaphore sets that can be created at any one time.

SEMMSL = The maximum number of sempahores that can be in one semaphore set.

It should be same size as maximum number of Oracle processes

(The PROCESSES parameter in the init.ora file).

그리고 위 값들을 설정하는 곳은

/etc/system 파일을 아래 형식으로 설정하면됩니다.

set shmsys:shminfo_shmmax=8388608

set shmsys:shminfo_shmmin=1

set shmsys:shminfo_shmmni=100

set shmsys:shminfo_shmseg=20

set semsys:seminfo_semmns=200

set semsys:seminfo_semmni=70

보기에서 보면 shared memory 총량은 약 8M

shared 메모리는 통상(최대) physical memory 의 60%-70%정도 잡고

오라클에서는 최대 설정된 shared memory의 50%-60%정도 잡는 걸로 알고 있습니다.

(정확한 수치는 아니므로 정확한 값은 오라클 엔지니어에게 문의)

 

ipcs 명령어를 사용하여 shared memory 내역을 확인할 수 있습니다.

 

> Sun Microsystems의 UE-10000장비를 OPS로 구성하여 사용하고 있습니다

> Oracle version은 7.3.4 이고요...

>

> 통계작업을 할때 parallel degree를 20정도(cpu 갯수는 각각 40)

> 줘서 작업을 하는데 Shared Memory를 할당할 수 없다는 오류를 뿌리고 이

> 어서 ORA-12801 을 날리는 군요.

> 오라클에서 Shared Memory를 효율적으로 운영할 수 있는 방법이나 O/S상에

> 서 지원되는 Shared Memory 운영관련 Tip을 알려주세요.

> 고맙습니다.

[Top]
No.
제목
작성자
작성일
조회
504일반유저에서 sqlplus사용시 error ORA-01034 ?????
김윤규
2000-04-05
12474
505┕>Re: 일반유저에서 sqlplus사용시 error ORA-01034 ?????
소몰이
2000-04-06 01:52:18
13554
519 ┕>Re: Re: 우쉬!! $ sqlplus scott/tiger@sid 하니되네..쩝...
김윤규
2000-04-09 00:45:33
13046
9657  ┕>Re: Re: Re: 정말 감사합니다.
smlee
2002-01-24 02:18:56
11861
502compaq tru64 Unix 에서의 오라클과 php의 연동
스테파노
2000-04-03
21092
506┕>Re: compaq tru64 Unix 에서의 오라클과 php의 연동
소몰이
2000-04-06 01:55:17
25347
501오라클8i SE 설치하던 중에...
초보자
2000-04-03
11954
500ORA-12801 해결방안 질문
김용탁
2000-04-03
13946
503┕>Re: ORA-12801 해결방안 질문
소몰이
2000-04-04 19:21:17
15607
497Error --- 01410
황선재
2000-03-31
11584
499┕>Re: Error --- 01410 [1]
정재익
2000-04-01 07:07:10
14454
495(급)Function만들때 에러???
때밀이
2000-03-31
11593
496┕>Re: (급)Function만들때 에러???
권혁봉
2000-03-31 21:30:52
13017
493오라클 8i 설치시...
한은석
2000-03-30
12115
498┕>Re: 오라클 8i 설치시...
정재익
2000-04-01 07:04:11
13620
Valid XHTML 1.0!
All about the DATABASE... Copyleft 1999-2023 DSN, All rights reserved.
작업시간: 0.049초, 이곳 서비스는
	PostgreSQL v16.1로 자료를 관리합니다