8.1.7 오라클11g 읽기전용 테이블
n Oracle 11g 이전 버전에서 테이블은 다른 사용자에게 SELECT 오브젝트 권한을 주는 경우에만 읽기전용으로 운영이 가능했고, 테이블을 생성한 소유자(OWNER)는 테이블에 Read/Write 권한이 있어 이 테이블을 읽기전용으로 운영하는 것은 불가능 했다.
n 오라클 11g에서부터 “ALTER TABLE 테이블명 READ ONLY” 명령으로 읽기전용 테이블로 운영하는 것이 가능해졌다.
n 읽기 전용 모드에서 테이블에 대한 아래 조작은 가능하다.
Select
Management indexes, constraints
Dropping and deallocation of unused columns
Renaming and moving of the table
Altering the table for physical property changes, row movement, and shrinking the segment
Drop table
n 읽기 전용 모드에서 테이블에 대한 아래 조작은 불가능 하다.
DML on table or any table partitions
Truncation of table
Select for update
Adding, removing, renaming, dropping, or setting a column to unused
Dropping a partition or sub partition belonging to the table
Online redefinition
Flashback on the table
[형식]
댓글 없음:
댓글 쓰기