일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
- 아파치
- RAC
- Compression
- 일산실내운전연습장
- php
- 11g
- 일산실내운전연습실
- 죠리퐁 라떼
- homeschooling,
- 중문색달해수욕장
- apache
- 실내운전연습
- grid
- 그림책
- 감정날씨
- 영문면허증
- 사랑해
- partition
- adr
- Linux
- 내 인생에 봄다방
- 달광
- 메리 크리스마스 늑대아저씨
- 낙서봉사단
- VMware
- 실내운전연습실
- 선유도
- MariaDB
- oracle
- 도로주행
- Today
- Total
목록분류 전체보기 (60)
소소한 일상에서 책읽기 중
Oracle 11g Architecture with diagram & new features Learn oracle 11g architecture with diagram and new features in detail sources: ittoolbox.com, ss64.com , oracle.com What's new in oracle 11g R2? http://knol.google.com/k/mayur-v/what-s-new-in-oracle-11g-r2/232y3pcqwxodx/40# ............................................................................................................................
source: dba-oracle.com Column oriented data storage for Oracle In traditional relational theory, the internal representation of the data on the physical blocks is not supposed to matter, but in the real world, the placement of the data on blocks is critical. Oracle provides tools like sorted hash clusters to group related rows together and row-sequencing can dramatically improve the performance ..
11g Data Compression - too much overhead? Oracle 11g data compression promises some amazing saving in disk storage as well as important performance improvements. Please read my notes on the benefits of Oracle 11g data compression: - Oracle 11g Data Compression Tips Tests show that 11g compression result is slower transaction throughput but creates less writes because of higher row density on the..
Oracle 11g Data Compression Tips for the Database Administrator Oracle 11g Tips by Burleson Consulting These is an excerpt from the book "Oracle 11g New Features". Tests show that 11g compression result is slower transaction throughput but creates less writes because of higher row density on the data block. See this benchmark of transparent data encryption. While it is true that data storage pri..
0. 용어정의 1) Baseline ① 성능 튜닝 작업을 수행할 때에는 먼저 일련의 메트릭에 대한 베이스라인(baseline)을 수집하고 튜닝을 위한 변경 작업을 수행한 뒤, 다시 또 다른 베이스라인 셋을 수집하는 과정을 거치는 것이 일반적 ② 수집된 두 가지 셋을 서로 비교하여 변경 작업의 효과를 평가 ③ AWR에서는 기존에 수집된 스냅샷을 통해 이러한 작업 수행 가능 ④ baseline 데이터 : application statistics, database statistics, OS statistics, disk i/o statistics, network statistics ⑤ 수작업으로 베이스라인 설정 exec dbms_workload_repository.create_baseline (56,59,'a..
1. Schema 정의 1) 개별 유저가 소유하는 데이터베이스 객체의 집합 2) 사용자와 동일한 이름을 가짐 Ex) scott 사용자=scott 스키마 3) 스키마와 테이블 스페이스 간에는 연관성 없음 : 하나의 테이블스페이스에 두개 이상의 스키마가 존재할수도 있고 두개 이상의 테이블스페이스에 하나의 스키마가 존재 할 수도 있음 4) 데이터 베이스 생성시 생성되는 스키마 sys 스키마 데이터베이스 안의 모든 기본 table/view/data dictionary 를 sys 스키마 안에서 구성 Create any table 권한 소유 ※ data dictionary - 데이터베이스 안의 유저/스키마/객체 에 대해서 묘사하고 수집하며, 수정/삭제/변경 시 갱신(system tablespace에 존재한다.) -..
I. About Grid "g" 1. Grid 개념 : PC나 서버, PDA 등 모든 컴퓨팅 기기를 하나의 네트워크로 연결해, 정보처리 능력을 슈퍼컴퓨터 혹은 그 이상의 수준으로 극대화하는 개념 2. GRID 원리 : 가상의 슈퍼컴퓨팅파워를 구축해 주는 범네트워크 원리 1) 세계 각지에 흩어져 있는 수억대의 PC와 첨단장비를 하나로 묶어서 제어 2) 이 네트워크는 하나의 자원보다 수천, 수만배의 능력 발휘 가능 3. Oracle’s grid infrastructure : Low cost, High quality of service, Easy to manage 1) 소형 서버들을 연결해 하나의 커다란 컴퓨터처럼 사용 2) 고성능을 유지하면서 대형 시스템보다 더욱 많은 자원을 활용할 수 있다는 점에서 비용절..