본문 바로가기

Oracle/admin

ORACLE RAC ON/RAC OFF ORACLE RAC ON/RAC OFF Oracle's RAC: ON and OFF In some cases, you may want to disable the RAC options for testing purposes -- perhaps to run a benchmark or convert the RAC binaries to single instance binaries. In such a case, you can use the following procedure to convert the RAC installation to non-RAC. Disabling and enabling RAC options are available only for UNIX platforms. Windows installati.. 더보기
Oracle10g crs 관련 커맨드 CRS Process 확인 [root@rac1 bin]# ps -ef |grep crs root 11568 1 1 11:04 ? 00:01:44 /u01/app/11.2.0/grid/bin/crsd.bin reboot oracle 13636 12455 0 13:02 pts/1 00:00:00 grep crs Resource Status 확인 [root@rac1 bin]# pwd /u01/app/11.2.0/grid/bin[root@rac1 bin]# ./crs_stat -t Name Type Target State Host ------------------------------------------------------------ ora....ER.lsnr ora....er.type ONLINE ONLI.. 더보기
솔라리스 커널파라메터 project 셋팅 참고 -bash-3.2$ su - Password: Oracle Corporation SunOS 5.10 Generic Patch January 2005 # # # # RAM_MB=`prtconf |grep Memory|awk '{print $3 }'` # echo $RAM_MB 2048 # SHMMAX=`expr $RAM_MB \* 1024 \* 1024 \* 70 / 100` # echo $SHMMAX 1503238553 # projadd -U oracle user.oracle # projmod -s -K "project.max-sem-ids=(priv,128,deny)" user.oracle # projmod -s -K "project.max-shm-ids=(priv,128,deny)" user.orac.. 더보기
Oracle 권고 parameters 11.2.0.4 *._gby_hash_aggregation_enabled=FALSE *._highthreshold_undoretention=43200 *._newsort_enabled=FALSE *._nlj_batching_enabled=0 *._optim_peek_user_binds=FALSE *._optimizer_adaptive_cursor_sharing=FALSE *._optimizer_connect_by_cost_based=FALSE *._optimizer_extended_cursor_sharing='NONE' *._optimizer_extended_cursor_sharing_rel='NONE' *._optimizer_use_feedback=FALSE *._use_adaptive_log_file.. 더보기
Rule Base Optimizer 우선수위 규칙기준 옵티마이져는 인덱스 구조나 비교연산자에 따라 순위를 부여하여 이것을 기준으로 최적의 경로를 결정한다.그 순위를 나열해 보면 아래와 같다. 1. ROWID로 1로우 액세스 2. 클러스터 조인에 의한 1로우 액세스 3. Unique Hash Cluster에 의한 1로우 액세스 4. Unique INDEX에 의한 1로우 액세스 5. CLUSTER 조인 6. Non Unique HASH Cluster Key 7. Non Unique Cluster Key 8. Non Unique 결합 인덱스 9. Non Unique 컬럼 인덱스10. 인덱스에 의한 범위처리11. 인덱스에 의한 전체범위처리12. Sort Merge 조인13. 인덱스 컬럼의 Min,Max 처리14. 인덱스 컬럼의 Order by 15. 전체.. 더보기
MCCS 오라클 설치 MCCS 작업 서버1(Active) 1.오라클 엔진설치(C드라이브) 2.DB 설치(D드라이브) 3.리스너 설치 4.리스너 vip로 셋팅 5.tns 셋팅 서버2(Stanby) 1.오라클 엔진설치(C드라이브) 2.DB 설치(sid 동일하게 설치 C드라이브 데이터폴더) 3.shutdown 후 데이터폴더 삭제(oradim으로 서비스 등록시 registry에 정보가 서버1과 동일하게 안됨) 4.서버1에서 init파일,passwd파일,리스너파일,tns파일 복사5.리스너 서비스 시작(자동으로 수정 후 서비스 내림) -오라클서비스도 마찬가지로 자동으로 셋팅하고 서비스는 내려놓음. 만약 서버1 Fail시 D드라이브가 서버2로 넘어오게되므로 서버2는 재부팅을 해야하며 자동으로 DB가 올라올수 있도록 셋팅. 더보기
scn이 틀린 데이터파일로 복구 백업파일끼리 scn이 다르고 아카이브 로그 없는 경우 복구 parameter file hidden parameter 적용_offline_rollback_segments=(_SYSSMU1$,_SYSSMU2$,_SYSSMU3$,_SYSSMU4$,_SYSSMU5$,_SYSSMU6$,_SYSSMU7$,_SYSSMU8$,_SYSSMU9$,_SYSSMU10$)_corrupted_rollback_segments=true_allow_resetlogs_corruption=true controlfile 재생성을 통해 mount까지 실시. SQL>startup mount SQL>alter database noarchivelog; SQL>alter session set events '10015 trace name adjust.. 더보기
Oracle silent mode Install --엔진설치./runInstaller -silent -debug -force \ FROM_LOCATION=/u01/software/database/stage/products.xml \ oracle.install.option=INSTALL_DB_SWONLY \ UNIX_GROUP_NAME=oinstall \ INVENTORY_LOCATION=/u01/app/oraInventory \ ORACLE_HOME=/u01/app/oracle/product/11.2.0/db_1 \ ORACLE_HOME_NAME="OraDb11g_Home1" \ ORACLE_BASE=/u01/app/oracle \ oracle.install.db.InstallEdition=SE \ oracle.install.db.isCustomIns.. 더보기
DataPump Export To OCFS2 Fails With ORA-31693 ORA-19502 ORA-27072 File I/O Error Applies to: Oracle Database - Enterprise Edition - Version 11.2.0.2 and later Information in this document applies to any platform. ***Checked for relevance on 24-Apr-2013*** Symptoms You see the following error during DataPump export: ORA-31693: Table data object "SCOTT"."EMP" failed to load/unload and is being skipped due to error: ORA-19502: write error on file "/u03/test/export/FULL_EXP.dmp".. 더보기
ORA-31693 ORA-19502 ORA-27061 Applies to: Oracle Database - Enterprise Edition - Version 11.1.0.7 and later Information in this document applies to any platform. ***Checked for relevance on 24-May-2013*** Symptoms When attempting to perform a DataPump export to an OCFS2 mount point, it fails with errors as seen in the following example: ORA-31693: Table data object "." failed to load/unload and is being skipped due to error:.. 더보기