참고글 및 문제해결 57

Oracle Dump 뜨기 스크립트

1. 덤프 덤프 : 일회성으로 그 순간의 상태정보를 가집니다. 트레이스 : 10046, 10053 등의 이벤트를 걸게 되면 순간의 상태(immediate) 또는 세션이 close될때까지의 정보(trace name context forever) 를 trace로 남깁니다. 참고로 udump 에 없다고 해서 고민하지 말구요. bdump를 찾아보세요. background process를 이용해서 dump를 뜨는 경우에는 bdump에 나오겠죠. 2. 문제발생시 덤프 뜨는 방법 문제발생 세션에 대한 10046 event, truss output, errorstack dump OS engineer의 system state dump system state dump 2~3회 hang analyze dump 2~3회 sy..

모르는 용어 정리

BI(Business Intelligence) transform raw data into meaningful and useful information for business purposes. http://www.cio.com/article/40296/Business_Intelligence_Definition_and_Solutions BI tool을 통해 분석한 자료로 보다 빠른 회사의 결정을 기대할 수 있게 되었다. BTO(Build to Order) 소비자가 필요로 하는 상품을 만들어 최종소비자에게 직접 판매하고 그것을 지원하는 생산방식 CTO(Configure to Order) 고객이 처음부터 물건의 품질과 가격을 결정하는 고객주도의 제품생산과 판매방식 NAS(Network Attached Stora..

DB스케쥴러 작업 e-mail로 알려주기

Wednesday, February 27, 2013 Configure a DB Scheduler job to send e-mail notifications Most of the time you want to configure a job to send e-mail notifications about its state. The different states that a job can raise an event and thus send an email are : job_broken job_chain_stalled job_completed job_disabled job_failed job_over_max_dur job_run_completed job_sch_lim_reached job_started job_st..

Oracle 11gR2 Deinstall Grid Infrastructure(사이트링크)

http://fiedizheng.wordpress.com/2011/06/21/what-to-do-after-failed-11gr2-grid-infrastructure-cluster-installation/ When you installing the new 11gR2 Grid Infrastructure for RAC , you’re potentially will get a failed root.sh if the preparation was not configured properly. But don’t panic, you can do following steps to fix the issue A. Deconfigure and Reconfigure Grid Infrastructure Cluster 1. Car..

OCFS2CONSOLE 에 Configure할때 나는 에러극복

여러가지를 막 하다가 어떻게 해서 되어서 확실한 방법은 아니지만 (모든 명령어는 root권한으로 하셔야합니다) 1. ocfs관련 rpm을 최신버전으로 깔아준다. 2. /etc/rc.local 에 /etc/init.d/o2cb enable을 쓰고 재부팅한다. 3. ocfs2console을 실행한다. 4. 만약에 configure까지는 되는데 Addnode가 안되면 ocfs2console을 종료 후 /etc/init.d/o2cb unload 실행 5. /etc/init.d/o2cb configure실행해서 상황에 맞게 configure한다음 (대부분 그냥 엔터, heartbeat만 61(11g RAC설치중)) 6. o2cb_ctl: Configuration error discovered while popul..