본문 바로가기

Oracle242

공간관리와 Direct Path Load 해당 내용의 출처의 블로그를 주로 번역하여 정리하였습니다. 출처 : https://blogs.oracle.com/optimizer/post/space-management-and-oracle-direct-path-load Space Management and Direct Path Load This post describes how extents are managed during direct path load operations. blogs.oracle.com 제가 이글을 정리하게 된 이유는 실행계획에서 아래와 같은 표현을 발견하고 그것이 무엇인지 정리하다가 입니다. | 4 | PX RECEIVE | | 1 | 2 | 13 | +26 | 12 | 24M | | | | | . | 0.37 | Cpu (3) |.. 2023. 5. 10.
[Single][linux] Oracle 자동 재기동 쉘 작성&등록 출처 : https://oracle-base.com/articles/linux/automating-database-startup-and-shutdown-on-linux https://thefif19wlsvy.tistory.com/157 Automating Database Startup and Shutdown on Linux Use these methods to automatically startup and shutdown your database instances when your system starts and stops. oracle-base.com 리눅스에서 자동으로 재기동할 수 있게 해주는 쉘입니다. 테스트는 linux 6,linux 7에서 수행하였습니다. (출처에는 리눅스 6용이라고 되어 있었는.. 2023. 4. 26.
파티션 테이블 옵션사용 여부에 따른 인덱스 변화 체크 테스트 12c 부터 사용가능한 online 옵션에 대해서 사용 후에 인덱스가 따로 rebuild를 하지 않아도 되서 굉장히 편리했습니다. 근데 update indexes라는 옵션이 따로 있어서 차이를 비교해보고 추가적으로 compress 옵션 사용시에 인덱스도 compress 되는지 체크하겠습니다. 출처 : https://docs.oracle.com/database/121/VLDBG/GUID-1D59BD49-CD86-4BFE-9099-D3B8D7FD932A.htm#VLDBG1122 Updating Indexes Automatically Before discussing the individual maintenance operations for partitioned tables and indexes, it is i.. 2023. 4. 14.
ora-01686: max # files (1023) reached for the tablespace 01686, 00000, "max # files (%s) reached for the tablespace %s" // *Cause: The number of files for a given tablespace has reached its maximum // value // *Action: Resize existing files in the tablespace, or partition the objects // among multiple tablespaces, or move some objects to a different // tablespace. 원인 : 테이블스페이스 당 허용된 데이터파일의 갯수를 넘어서서 나는 에러. 오라클 매뉴얼에 따르면, Maximum per tablespace 는 Operati.. 2023. 4. 7.