oracle 10.2 temporary tablespace

Temporary Tablespaces
A temporary tablespace contains transient data that persists only for the duration of the session. Temporary tablespaces can improve the concurrency of multiple sort operations, reduce their overhead, and avoid Oracle Database space management operations. A temporary tablespace can be assigned to users with the  CREATE USER  or  ALTER USER  statement and can be shared by multiple users.
Within a temporary tablespace, all sort operations for a given instance and tablespace share a single sort segment. Sort segments exist for every instance that performs sort operations within a given tablespace. The sort segment is created by the first statement that uses a temporary tablespace for sorting, after startup, and is released only at shutdown. An extent cannot be shared by multiple transactions.
You can view the allocation and deallocation of space in a temporary tablespace sort segment using the  V$SORT_SEGMENT  view. The  V$TEMPSEG_USAGE  view identifies the current sort users in those segments.
You cannot explicitly create objects in a temporary tablespace.
 
임시 테이블 공간
 
임시 표 공간 은 이 세 션 기간 에 만 과도 데 이 터 를 포함 합 니 다.임시 표 공간 은 여러 정렬 작업 의 병행 성 을 향상 시 키 고 그들의 비용 을 줄 이 며 Oracle 데이터 뱅 크 의 공간 관리 작업 을 피 할 수 있다.임시 테이블 공간 은 사용자 에 게 CREATE 를 통 해 사용 할 수 있 습 니 다. USER 또는 ALTER USER 문 구 는 여러 사용자 가 공유 할 수 있 습 니 다.임시 표 공간 에서 주어진 인 스 턴 스 와 표 공간의 모든 정렬 작업 에 정렬 단 을 공유 합 니 다.정렬 단 계 는 주어진 표 공간 에서 정렬 작업 을 수행 하 는 모든 인 스 턴 스 가 존재 합 니 다.정렬 단 계 는 첫 번 째 임시 표 공간 을 사용 하여 정렬 합 니 다. 시작 한 첫 번 째 문 구 는 전원 이 꺼 졌 을 때 만 풀 립 니 다.한 구간 은 여러 개의 사무 에 의 해 공 유 될 수 없다.V 사용 가능 $ SORT_SEGMENT 보 기 는 임시 표 공간 정렬 세그먼트 공간의 배분 과 방출 을 봅 니 다.재 V $ TEMPSEG_USAGE 보 기 는 현재 정렬 된 사용 자 를 이 구간 에 식별 합 니 다.임시 테이블 공간 에 대상 을 명시 적 으로 만 들 수 없습니다.

좋은 웹페이지 즐겨찾기