■ 오라클 DB 라이선스 계산
1. Linux x86 => 1/2 라이선스
2. CPU core => Hyper Threading * 1/2
■ Linux CPU 확인
$ cat /proc/cpuinfo | grep 'model name' | head -1
model name : Intel(R) Xeon(R) CPU E5-2650 v2 @ 2.60GHz
$ cat /proc/cpuinfo | egrep 'siblings|cpu cores' | head -2
siblings : 16
cpu cores : 8
$ dmidecode -t processor | grep HTT | head -1
HTT (Multi-threading)
'Oracle' 카테고리의 다른 글
| 오라클(Oracle) 19c 클라이언트 - Instant client 설치 (0) | 2023.03.13 |
|---|---|
| Oracle APEX (0) | 2023.03.03 |
| [오라클] 전화번호 포맷 변경 쿼리 (하이픈, 자르기) (0) | 2023.03.02 |
| Oracle 대량 데이터 삽입 insert 빠르게 실행 벌크 insert : FORALL (0) | 2023.03.02 |
| [오라클 성능 고도화 Ⅰ] 오라클 아키텍처 (0) | 2023.03.02 |