출처 : http://metalink.oracle.com
PURPOSE
------------------------------
Describe an undocumented feature about how to reduce the size of the access_log.
SCOPE & APPLICATION
------------------------------
Administrators and developers who have to reduce the size of the access_log for OC4J standalone.
Splitting the ACCESS_LOG
------------------------------
To reduce the size of the access_log file for OC4J, it is possible to split up the file into small portions. This is also known as log file rollover, The split can only be setup for:
hour
day
week
month
It is not possible to split the file based on a certain amount of size.
To setup this correctly, the elment 'access-log' in the file http-web-site.xml has to be extended with the attribute 'split'. And one of these arguments:
none
hour
day
week
month
e.g. <access-log path="../log/http-web-access.log" split="hour"/>
'::: DB ::: > Oracle' 카테고리의 다른 글
프로젝트 DB 부분 점검자료 (0) | 2010.06.14 |
---|---|
현재일 기준으로 이번주 날짜 뽑는 쿼리 (0) | 2010.04.16 |
오라클 sysdate 샘플 쿼리 (0) | 2010.04.09 |
[OTN] BROKEN된 JOB을 자동으로 재실행 시키는 방법 (0) | 2010.04.07 |
Disabling Commands with SQLPLUS -RESTRICT (0) | 2010.04.05 |