ssung2 style (18) 썸네일형 리스트형 10강 3장 아카이브 모드로 변경하고 RMAN으로 백업을 하긴 하는데 [oracle@ocpdba ~]$ sqlplus / as sysdba SQL*Plus: Release 10.2.0.1.0 - Production on Sun Dec 13 09:57:38 2009 Copyright (c) 1982, 2005, Oracle. All rights reserved. Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production With the Partitioning, OLAP and Data Mining options SQL> ARCHIVE LOG LIST Database log mode No Archive Mode Automa.. 09강 Administration Workshop II 1장 Introduction 2장 Configuring Recovery Manager 강사님 vmware 사용 방법 뭐 일단 강사님 파일로 vmware 띄워 윈도우에서 cmd에서 ipconfig로 vmnet8의 ip를 냅다 기억해 현재 vmware는 192.168.0.100로 되어 있는데 vmnet8에서 ip중 세번째 값을 192.168.요따가.100 넣어주면 된다. 리눅스의 Application에서 System=>network 을 선택한다. Rmain 증복 백업 : 어제 받은 백업 이후 백업본만 추가로 백업한다. 압축도 가능하고 em을 통해서도 커맨드 라인을 통해서도 가능 repository존재 백업되어진 파일의 주소를 관리 할 수 있다.(실제 파일의 관.. 08강 18장 Moving Data Data Pump: Overview $expdp system/oracle full=y estimate_only=y Benefits 버전어쩌구 병렬처리 가능 expdb, impdp Master table을 먼저 생성 한다. Dump file set을 만든다. Dump file set에 Master table이 들어 간다. impdp target db에 Master table이 먼저 생성된다. object를 옴기고 Master table은 삭제 된다. Mode Full full=y Schema schemas=sh,hr --sh, hr user의 object를 옴긴다. Table tables=employees, demartments Tablespace tablespaces=user.. 07강 7강 Managinh Schema Objects 인덱스 index rebuild : 새로 만드는 것은 아니고 리빌드 하는 것인데 기존에 만들어저 있는 것을 참고하여 새로 만들어 지는 것이라고 한다.즉 쏘팅 않해도 된다. Syntax : Alter Index index명 Rebuild online 인덱스 리빌드시는 Table에 Lock이 걸려 버린다. select는 허용 되나 insert, update, delete를 할 수 없다. lock을 걸리지 않게 하려면 online 옵션을 줄 수 있다. 이경우는 리빌드가 느리게 진행된다. index logical physical b*tree (분포도가 좋으면)(이름, 주민번호)(null 계시면 않되요) bitmap (분포도가 적은 경우)(성별, 연령대)(null .. 06강 Oracle Administration Workshop Ⅰ 4장 Managing the Oracle Instance Isqlplus로 remote db에 관리자로 접근하여 db startup하기 remote에서 db에 관리자로 접근하기 위해서 isqlplus의 id:jfv, pw:jfv라는 user를 추가 하고 그 user가 dba권한을 갖도록 설정한다. 10gWSI: 4-10. Setting Up iSQL*Plus for SYSDBA and SYSOPER 0. Stop the isqlplus application 1. Create users for the iSQL*Plus DBA URL. 2. Grant the webDba role to the users. 3. Restart the iSQL*Plus .. 05강 Oracle Administration Workshop Ⅰ 1장 Oracle Database Architecture 10g의 의미 : 10 Grid (자원이 부족한 시스템은 넉넉한 시스템 자원을 갖어다가 쓴다.) Control files 물리적 구조에 대한 정보 (파일 위치, 파일 이름, 파일 사이즈) 상태 구조에 대한 정보 (운영모드[Archive log mode, NoArchive log mode]) 파일이 Redolog인지 Data files인지 등 구분등 동기화 정보 데이타 베이스 인티그리티 및 파일이 깨진건 없는지 등 체크하는 정보 Backup 정보 Redolog files 테이타 베이스가 어떻게 변경되는지 그 최근 History가 들어 있다. Database Architeture 물리적 구조 .. 04강 SQL INDEX B*Tree INDEX로 기본 저장 비교 후 작은 수는 왼쪽 크면 오른쪽으로 데이타를 저장 필요성 검색을 빠르게 한다. SORT 하지 않고도 SORT된 정보를 얻을 수 있다. INDEX를 사용하지 못하는 경우 WHERE no != 100 WHERE no IS NULL WHERE SUBSTR(job_id, 1,2) = 'ST' Synonyms(동의어, 별명) Private Synonym select * from employees; create synonym emp for employees; select * from emp; Public Synonym(주의 할점 : 내게도 같은 이름의 table이가 있다면 내가를 참조함.) userA : GRANT select on employees TO .. VirtualBox Port Forwarding with Windows Host VirtualBox Port Forwarding with Windows Host The first of many ways to handle VirtualBox's virtualization is to Port Forward. Make sure you have the latest of VirtualBox. This allows a person to connect to the virtual machine directly through SSH or view the web server through a browser. Basically, we have the host machine (your actual computer's Operating System) and your guest machine (your vi.. 이전 1 2 3 다음