https://www.python.org/downloads/windows/ 에 접속해서 Python3 Windows x86-64 설치 관리자 다운로드 및 실행 합니다. (설치 시 PATH 체크 옵션 유의) CMD 창을
Continue reading
IT Engineering Life
https://www.python.org/downloads/windows/ 에 접속해서 Python3 Windows x86-64 설치 관리자 다운로드 및 실행 합니다. (설치 시 PATH 체크 옵션 유의) CMD 창을
Continue reading
VDP 백업 설정을 해 봅시다. 먼저 vSphere Webclient 로 접속 후 VDP 아이콘을 클릭 합니다. 접속 버튼을 눌러 VDP 로
Continue reading
VDP (vSphere Data Protection) 은 VM을 백업/복원 하기 위한 아주 유용한 도구 입니다.저는 중요한 VM에 대해서는 스냅샷 + VDP 를 이용한
Continue reading
이 가이드는 Veritas 홈페이지의 Oracle 12c 백업 설정 가이드를 참조하여 작성 되었습니다. https://www.veritas.com/support/en_US/article.000038273 1. Backup Exec 콘솔에서 오라클 서버로 Agent
Continue reading
오라클 설치 후 EM 을 실행 하려고 http://localhost:1158/em 을 브라우져에 페이지를 찾을 수 없다고 나옴… 분명 오라클은 정상적으로 설치가 됐는데…. CMD
Continue reading
아래 쿼리문을 실행 해 보자. 1. SQL 문을 buffer gets per execution 값으로 정렬 SELECT username, buffer_gets, disk_reads, executions, buffer_get_per_exec, parse_calls, sorts,
Continue reading
1. Crosscheck : target 서버와 recovery catalog 간의 정보를 동기화 시켜주는 역할 ① 전체 backupset과 target 서버 비교하기RMAN> crosscheck backupset; using channel ORA_DISK_1crosschecked
Continue reading
아래 쿼리로 오라클 버전을 확인 해 봅시다. SQL> SELECT * FROM v$version WHERE banner LIKE ‘Oracle%’;
Continue reading
startup 실행 시 아래와 같이 오류 발생 SQL> startup ORA-01078: failure in processing system parameters ORA-01565: error in identifying file ‘+DATA/orcl/spfileorcl.ora’ ORA-17503: ksfdopn:2
Continue reading
오라클 인스턴스 시작 시 ORA-32004: obsolete or deprecated parameter(s) specified for RDBMS instance 에러 SQL> shutdown immediate; 데이터베이스가 닫혔습니다. 데이터베이스가 마운트 해제되었습니다. ORACLE
Continue reading