partition2 ALL_PART_KEY_COLUMNS ALL_PART_KEY_COLUMNS describes the partitioning key columns for the partitioned objects accessible to the current user. Related Views DBA_PART_KEY_COLUMNS describes the partitioning key columns for all partitioned objects in the database. USER_PART_KEY_COLUMNS describes the partitioning key columns for the partitioned objects owned by the current user. This view does not display the OWNER column.. 2010. 5. 11. Oracle(오라클) [Technical Architecture] - Partition Table(파티션 테이블) [펌] 엑셥(강정식)의 오라클 블로그 | 엑셥 http://blog.naver.com/xsoft/150034862709 I. 오라클 파티션 정의 1. 파티션 개요 오늘날 기업에서 관리하는 데이터는 수백테라 바이트에 이르는 데이터베이스를 관리한다. 하지만 이런 데이터들 중 몇몇의 Big Transaction Table이 거의 모든 데이터를 가지고 있고 나머지 테이블들은 이 Big Transaction Table을 경유하여 액세스 하는 용도로 사용된다. 이렇게 데이터 크기도 크고 중요한 Big Transaction Table을 관리하는 부분에서 Troubleshooting이 발생될 경우 데이터베이스의 성능 및 관리작업에 심각한 영향을 받을 수 있다. 이러한 리스크가 있는 Big Transaction Table을 보.. 2010. 2. 17. 이전 1 다음