untitled

Size: px
Start display at page:

Download "untitled"

Transcription

1 Oracle Direct Seminar <Insert Picture Here>!! vs RMAN

2 Oracle Database RMAN RMAN RMAN RMAN 11g Appendix RMAN <Insert Picture Here> Oracle Direct SQL Server MySQL PostgreSQL Access Oracle Database Oracle Developer/2000 Web Oracle Database Oracle Database ml 2

3 Oracle Database RMAN RMAN RMAN RMAN 11g <Insert Picture Here> Appendix RMAN 3

4 Oracle Export/Import OSSQL OracleRMAN 4

5 Oracle Export/Import Export ExportImport Export Export/Import Export/Import Import 5

6 Oracle OSSQL OracleRMAN Backup OSSQL RMAN Recovery Manager RMAN Restore 6

7 ARCHIVE LOG NOARCHIVE LOG REDO ARCHIVE LOG REDO / /RMAN NOARCHIVE LOG ARCHIVE LOG 7

8 NOARCHIVE LOG NOARCHIVE LOG 1 2OS 3 1 2OS 3 A () REDO A REDO 8

9 Oracle Database RMAN RMAN RMAN RMAN 11g <Insert Picture Here> Appendix RMAN 9

10 SQLOS 10

11 SQL> ALTER DATABASE BACKUP CONTROLFILE TO ; SQL> ALTER DATABASE BACKUP CONTROLFILE TO trace; CREATE CONTROLFILE REUSE DATABASE "ORCL" NORESETLOGS ARCHIVELOG MAXLOGFILES 16MAXLOGMEMBERS 3MAXDATAFILES 100 MAXINSTANCES 8MAXLOGHISTORY 292 LOGFILE GROUP 1 'D: ORACLE ORADATA ORCL REDO01.LOG' SIZE 50M, GROUP 2 'D: ORACLE ORADATA ORCL REDO02.LOG' SIZE 50M, GROUP 3 'D: ORACLE ORADATA ORCL REDO03.LOG' SIZE 50M DATAFILE 'D: ORACLE ORADATA ORCL SYSTEM01.DBF', 'D: ORACLE ORADATA ORCL SYSAUX01.DBF', 'D: ORACLE ORADATA ORCL UNDOTBS01.DBF', 'D: ORACLE ORADATA ORCL USERS01.DBF', 'D: ORACLE ORADATA ORCL EXAMPLE01.DBF', 'D: ORACLE ORADATA ORCL SALES02.DBF' CHARACTER SET JA16SJISTILDE; 11

12 SQL> ALTER TABLESPACE BEGIN BACKUP; OS SQL> ALTER TABLESPACE END BACKUP; A UPDATEAB UPDATEBC REDO A 12

13 13

14 OS REDO D A REDO AB BC CD SQL> RECOVER TABLESPACE ; ORA-00279: change generated at 05/11/ :58:48 needed for thread 1 ORA-00289: suggestion :/u01/app/oracle/flash_recovery_area/orcl /archivelog/2007_05_11/o1_mf_1_15_%u_.arc ORA-00280: change for thread 1 is in sequence #15 Specify log: {<RET>=suggested filename AUTO CANCEL} Enter REDO Log applied. Media recovery complete. Enter 14

15 Tips REDO REDOREDO NOARCHIVE LOG 15

16 Tips REDO REDO REDO 16

17 Oracle Database RMAN RMAN RMAN RMAN 11g <Insert Picture Here> Appendix RMAN 17

18 Recovery ManagerRMAN Oracle 2 OSRMAN Oracle Enterprise ManagerEMGUI % rman target / RMAN> bacbakup database; RMAN> restore database; RMAN> recover database; 18

19 RMAN RMAN RMAN SPFILE or Oracle Secure Backup 19

20 RMAN Oracle Secure Backup RMAN 20

21 RMAN / RMAN OSUNIXcp BACKUP AS COPY OS RMAN BACKUP RMAN 21

22 RMAN / RMAN 9i R2EE 10gSE 2 22

23 RMAN Level 0 Level 1 BACKUP INCREMENTAL LEVEL 1 DATABASE; Level Level Level Level Level Level 0 BACKUP INCREMENTAL LEVEL 0 DATABASE; Level 0 BACKUP INCREMENTAL LEVEL 1 CUMULATIVE DATABASE; 23

24 RMAN RMAN CTWR RMAN 24

25 RMAN RMAN SYSDBA % rman target sys/sys TARGET CATALOG (RCVCAT) AUXILIARY (RCVCAT8.0) Data Guard Point-in- Time 25

26 RMAN RMAN> show all; CONFIGURE RETENTION POLICY TO REDUNDANCY 1; # default CONFIGURE BACKUP OPTIMIZATION OFF; # default CONFIGURE DEFAULT DEVICE TYPE TO DISK; # default CONFIGURE CONTROLFILE AUTOBACKUP ON; CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPEDISK TO '%F'; # default CONFIGURE DEVICE TYPE DISK PARALLELISM 1 BACKUP TYPE TO BACKUPSET; # default CONFIGURE DATAFILE BACKUP COPIES FOR DEVICE TYPE DISKTO 1; # default CONFIGURE ARCHIVELOG BACKUP COPIES FOR DEVICE TYPE DISKTO 1; # default CONFIGURE MAXSETSIZE TO UNLIMITED; # default CONFIGURE ENCRYPTION FOR DATABASE OFF; # default CONFIGURE ENCRYPTION ALGORITHM 'AES128'; # default CONFIGURE COMPRESSION ALGORITHM 'BZIP2'; # default CONFIGURE ARCHIVELOG DELETION POLICY TO NONE; # default CONFIGURE SNAPSHOT CONTROLFILE NAME TO 'D: ORACLE PRODUCT DB_1 DATABASE SNCFORCL.ORA'; # default 26

27 RMAN RMAN BACKUP RMAN> backup database; RMAN> backup tablespace users; RMAN> backup datafile 1,2,3; RMAN RMAN> restore database; RMAN> recover database; RMAN> restore tablespace users; RMAN> recover tablespace users; REDO 27

28 RMAN RMAN

29 RMAN RMAN> list backup; =================== BS Key Type LV Size Device Type Elapsed Time Full M DISK 00:04: BP: 52 : AVAILABLE : YES : TAG T :D: ORACLE FLASH_RECOVERY_AREA ORCL BACKUPSET 2008_12_19 O1_MF_NNNDF_TAG T141724_4NPCMD3X_.BKP 52 File LV Type Ckp SCN Ckp Name Full D: ORACLE ORADATA ORCL SYSTEM01.DBF 2 Full D: ORACLE ORADATA ORCL SYSAUX01.DBF 3 Full D: ORACLE ORADATA ORCL UNDOTBS01.DBF 4 Full D: ORACLE ORADATA ORCL USERS01.DBF 5 Full D: ORACLE ORADATA ORCL EXAMPLE01.DBF 29

30 RMAN RMAN> show all; CONFIGURE RETENTION POLICY TO REDUNDANCY 1; # default CONFIGURE BACKUP OPTIMIZATION OFF; # default CONFIGURE DEFAULT DEVICE TYPE TO DISK; # default RMAN> report obsolete; Recovery Manager Recovery Manager1 Type Key Completion Time Filename/Handle D: ORACLE FLASH_RECOVERY_AREA ORCL BACKUPSET 2008_12_19 O1_MF_N NDF_TAG T141724_4NPCMD3X_.BKP D: ORACLE PRODUCT DB_1 RDBMS ARC00217_ RMAN> delete obsolete; 30

31 RMAN 2 RMAN> report need backup redundancy 2; 2 File #bkps Name D: ORACLE ORADATA ORCL SYSTEM01.DBF 2 1 D: ORACLE ORADATA ORCL SYSAUX01.DBF 3 1 D: ORACLE ORADATA ORCL UNDOTBS01.DBF 5 1 D: ORACLE ORADATA ORCL EXAMPLE01.DBF 31

32 Tips RMAN RMANTips RMAN RMAN OSRMAN RMAN RMAN> crosscheck backup; crosschecked backup piece: found to be 'AVAILABLE backup piece handle=/u01/app/oracle/flash_recovery_area/orcl/backupset/2008_09_17/o1_mf_nnndf crosschecked backup piece: found to be 'EXPIRED backup piece handle=/u01/app/oracle/flash_recovery_area/orcl/backupset/2008_09_17/o1_mf_nnndf Crosschecked 4 objects RMAN> delete expired backup; List of of Backup Pieces BP BP Key BS BS Key Pc# Cp# Status Device Type Piece Name EXPIRED DISK /u01/app/oracle/flash_recovery_area/orcl/backupset/2008_09_17/o1_mf_nnndf_tag T141100_4f14dzl0_.bkp Do you really want to delete the above objects (enter YES or NO)? Yes deleted backup piece 32

33 Tips Tips RMAN RMAN RMAN> backup database include current controlfile; RMAN> configure controlfile autobackup on; RMAN 33

34 Tips RMAN RMAN 34

35 RMAN11g : : 35

36 RMAN> list failure; RMAN> advise failure; RMAN> repair failure; Oracle : 4: 'D: ORACLE ORADATA ORCL USERS01.DBF' 2. D: ORACLE ORADATA ORCL SYSTEM01.DBF : d: oracle diag rdbms orcl orcl hm reco_ hm : restore database; recover database; alter database open; : 00:00:03 recover(: ) 36

37 Oracle Database RMAN RMAN RMAN RMAN 11g Appendix RMAN 37

38 <Insert Picture Here> Appendix RMAN 11g 38

39 SQL> ALTER TABLESPACE users BEGIN BACKUP; OSUSERS SQL>!cp /u01/app/oracle/oradata/orcl/users01.dbf /home/backup/users01.dbf SQL> ALTER TABLESPACE users END BACKUP; 39

40 USERS SQL> startup ORA-01157: 4/ DBWR ORA-01110: 4: 'D: ORACLE ORADATA ORCL USERS01.DBF' SQL> SELECT * FROM v$recover_file; FILE# ONLINE ONLINE_ ERROR CHANGE# TIME ONLINE ONLINE FILE NOT FOUND 0 SQL> ALTER DATABASE DATAFILE 4 OFFLINE; SQL> ALTER DATABASE OPEN; 40

41 OSUSERS SQL>!cp /home/backup/users01.dbf /u01/app/oracle/oradata/orcl/users01.dbf SQL> SELECT * FROM v$recover_file; FILE# ONLINE ONLINE_ ERROR CHANGE# TIME OFFLINE OFFLINE FILE NOT FOUND 41

42 SQL> recover datafile 4; ORA-00279: (12/19/ :04:11)1 ORA-00289: :D: ORACLE FLASH_RECOVERY_AREA ORCL ARCHIVELOG 20 9 O1_MF_1_212_4NPBW5XS_.ARC ORA-00280: (1)212 : {<RET>=suggested filename AUTO CANCEL} :D: ORACLE FLASH_RECOVERY_AREA ORCL ARCHIVELOG 20 9 O1_MF_1_213_4NPBWCH4_.ARC ORA-00280: (1)213 : {<RET>=suggested filename AUTO CANCEL} REDO Enter 42

43 SQL> SELECT * FROM v$recover_file; SQL> SELECT file#,status FROM v$datafile; FILE# STATUS SYSTEM 2 ONLINE 3 ONLINE 4 OFFLINE 5 ONLINE 6 ONLINE 7 ONLINE 8 ONLINE SQL> ALTER DATABASE DATAFILE 4 ONLINE; 43

44 RMAN> BACKUP TABLESPACE users; backup(: ) : ORA_DISK_1 ORA_DISK_1: SID=131 =DISK ORA_DISK_1: ORA_DISK_1: =00004 =D: ORACLE ORADATA ORCL USERS01.DBF ORA_DISK_1: 1( ) ORA_DISK_1: 1( ) =D: ORACLE FLASH_RECOVERY_AREA ORCL BACKUPSET 2008_12_19 O1_MF_ NNNDF_TA T142638_4NPD4OF5_.BKP =TAG T =NONE ORA_DISK_1: : 00:00:07 backup(: ) 44

45 USERS SQL> startup ORA-01157: 4/ - DBWR ORA-01110: 4: 'D: ORACLE ORADATA ORCL USERS01.DBF' SQL> SELECT * FROM v$recover_file; FILE# ONLINE ONLINE_ ERROR CHANGE# TIME ONLINE ONLINE FILE NOT FOUND 0 SQL> ALTER DATABASE DATAFILE 4 OFFLINE; SQL> ALTER DATABASE OPEN; 45

46 RMAN> restore datafile 4; restore(: ) : ORA_DISK_1 ORA_DISK_1: D: ORACLE ORADATA ORCL USERS01.DBF restore(: ) RMAN> recover datafile 4; recover(: ) ORA_DISK_1 : 00:00:01 recover(: ) 46

47 RMAN> sql ALTER DATABASE DATAFILE 4 ONLINE"; SQL> SELECT file#,status FROM v$datafile; FILE# STATUS SYSTEM 2 ONLINE 3 ONLINE 4 ONLINE 5 ONLINE 6 ONLINE 7 ONLINE 8 ONLINE RMANSQL sql sql 47

48 SQL> startup ORACLE Total System Global Area bytes Fixed Size bytes Variable Size bytes Database Buffers bytes Redo Buffers bytes ORA-00205:????????????????????????????????????????? REDO 48

49 RMAN> advise failure all; ======================= 1. D: ORACLE ORADATA ORCL CONTROL01.CTL 2. D: ORACLE ORADATA ORCL CONTROL02.CTL 3. D: ORACLE ORADATA ORCL CONTROL03.CTL ======================== : : d: oracle diag rdbms orcl orcl hm reco_ hm 49

50 RMAN> repair failure; : : d: oracle diag rdbms orcl orcl hm reco_ hm : # restore control file restore controlfile from autobackup; sql 'alter database mount'; (YESNO) yes restore(: ) SQL: alter database mount : ORA_DISK_1 50

51 RMAN> advise failure all; ======================= Oracle: 4: 'D: ORACLE ORADATA ORCL USERS01.DBF' D: ORACLE ORADATA ORCL SYSTEM01.DBF D: ORACLE ORADATA ORCL SYSAUX01.DBF D: ORACLE ORADATA ORCL UNDOTBS01.DBF ======================== : Point-in-Time : d: oracle diag rdbms orcl orcl hm reco_ hm 51

52 REDO RMAN> repair failure ; : Point-in-Time : d: oracle diag rdbms orcl orcl hm reco_ hm : # database point-in-time recovery until a missing log restore database until scn ; recover database until scn ; alter database open resetlogs; (YESNO) yes : 00:00:03 recover(: ) 52

53 Oracle Direct Seminar Oracle Direct Seminar Oracle University!? Oracle!? Backup Recovery!? &!? Oracle By Example Backup Recovery - VS RMAN Oracle Database 25 Backup Recovery Oracle By Example OTN(Oracle Technology Network)!? :: Oracle University 53

54 Oracle Direct Seminar 100Wendy !! a.b.c.d. a,b,c,d Oracle Direct 54

55 OTN!! Oracle Technology Network(OTN) OTN OTNOracle100% OTN OTN OTN 55

56 IT Oracle Direct Concierge BI IT BI Access / SQL Server MySQL / PostgreSQL Oracle Database Oracle Developer Web RFP BI Oracle Database Oracle Database 56

57 Oracle Direct Oracle Direct IT / Web ~9:00~12:0013:00~18:00 57

58 OraclePeopleSoftJD EdwardsSiebel 58

意外と簡単!? Oracle Database 11g -バックアップ・リカバリ編-

意外と簡単!? Oracle Database 11g -バックアップ・リカバリ編- Oracle Direct Seminar !?Oracle Database 11g -- Agenda Oracle Direct Concierge SQL Server MySQL PostgreSQL Access Oracle Database Oracle Developer/2000 Web Oracle Database Oracle Database

More information

BIG_RM_BAS_OPEN

BIG_RM_BAS_OPEN Oracle8 & 1998 1 21 1 1 1998 1 21 2 2 1998 1 21 3 3 1998 1 21 4 4 1998 1 21 5 5 1998 1 21 6 6 7 1998 1 21 7 Oracle Oracle Enterprise Enterprise Manager Manager Recovery Recovery Manager Manager GUI Oracle8

More information

untitled

untitled Oracle Direct Seminar !? Oracle Database 11g - - Agenda Copyright 2009, Oracle. All rights reserved. 2 Agenda Copyright 2009, Oracle. All

More information

untitled

untitled Oracle Direct Seminar !?Oracle Database 11g Agenda Oracle Database Enterprise Manager Oracle Direct Concierge SQL Server MySQL PostgreSQL Access Oracle Database Oracle Developer/2000

More information

3 Q. CONFIGURE で設定した RMAN 構成情報をデフォルトに戻す方法 A. CLEAR コマンドを使用すると 永続設定値をデフォルトに戻すことができます CLEAR コマンドでは 個々のパラメータを 1 つずつ CLEAR します SYS.DBMS_BACKUP_RESTORE.RES

3 Q. CONFIGURE で設定した RMAN 構成情報をデフォルトに戻す方法 A. CLEAR コマンドを使用すると 永続設定値をデフォルトに戻すことができます CLEAR コマンドでは 個々のパラメータを 1 つずつ CLEAR します SYS.DBMS_BACKUP_RESTORE.RES Recovery Manager 入門 ~ 研修受講後のスキルアップサポート ~ 対応バージョン :Oracle 10gR1 ~ 12cR1 本資料は アシスト Oracle 研修をご受講いただいたお客様からのご質問や 研修ではご案内できなかった情報などを FAQ にまとめたものです 研修受講後のスキルアップの一助として 是非お役立てください ご利用上の注意事項は最後のページにまとめられております

More information

クラウド時代のインフラ構成/変更管理とコンプライアンス管理

クラウド時代のインフラ構成/変更管理とコンプライアンス管理 Oracle Direct Seminar / 2009 11 11 Agenda IT / / Oracle Direct Concierge SQL Server MySQL PostgreSQL Access Oracle Database Oracle Developer/2000 Web Oracle Database Oracle Database

More information

ORACLE RECOVERY MANAGER (RMAN) 10g: 再起動

ORACLE RECOVERY MANAGER (RMAN) 10g: 再起動 ORACLE RECOVERY MANAGER (RMAN) 10g: Tammy Bednar, Oracle Oracle (DBA) Oracle Oracle Data Guard 1 Oracle Oracle Oracle Oracle Recovery Manager Oracle Database 10g Oracle Database 10g RECOVERY MANAGER Recovery

More information

Slide 1

Slide 1 Oracle Direct Seminar 実践!! バックアップ リカバリ ~ 一歩進んだ RMAN の使い方 ~ 日本オラクル株式会社 Agenda はじめに Oracle Recovery Manager (RMAN) の基本 RMANを使う利点 RMANコマンドの基本 取得済バックアップの運用と検証 取得済バックアップの状態確認 テスト環境で複製

More information

untitled

untitled Oracle Direct Seminar SQL Agenda SQL SQL SQL SQL 11g SQL FAQ Oracle Direct SQL Server MySQL PostgreSQL Access Application Server Oracle Database Oracle Developer/2000 Web Oracle Database

More information

Oracle9i DB R2構築手順

Oracle9i DB R2構築手順 HP Integrity サーバ + HP-UX 11i v2 (11.23 Oracle9i DB R2 構築手順 APPENDIX A. サンプル スクリプト / サンプル ファイル 第 2 版 2006/08 目次 1. データベース作成スクリプト... 2 orcl.sh... 3 init.ora... 3 CreateDB.sql... 4 CreateDBFiles.sql... 4

More information

AIP2016 Oracleバックアップ・復旧ガイド

AIP2016 Oracleバックアップ・復旧ガイド ActiveImage Protector2016 による Oracle バックアップ 復旧ガイド 初版 2016 年 12 月 2 日 改定履歴 版 改定日 改定ページ 改定内容 初版 2016/12/2 初版 1 目次 改定履歴... 1 はじめに... 3 1. 構成例... 4 2. Oracleバックアップの計画... 5 2.1 Oracleのバックアップ方式... 5 3. バックアップ手順...

More information

雲の中のWebアプリケーション監視術!~いまなら間に合うクラウド時代の性能監視入門~

雲の中のWebアプリケーション監視術!~いまなら間に合うクラウド時代の性能監視入門~ Oracle Direct Seminar Web Oracle Direct Concierge SQL Server MySQL PostgreSQL Access Oracle Database Oracle Developer/2000 Web Oracle Database Oracle Database http://www.oracle.com/lang/jp/direct/services.html

More information

すぐに使える!Essbase キューブ開発テクニック集

すぐに使える!Essbase キューブ開発テクニック集 Oracle Direct Seminar Essbase Fusion Middleware EPM/BI SC 2009 11 18 Essbase Oracle Direct Concierge SQL Server MySQL PostgreSQL Access Oracle Database Oracle Developer/2000 Web Oracle

More information

第 3 章 メディア障害とバックアップ リカバリ この章では メディア障害の発生に備えたバックアップ方法と 障害時の基本的なリカバリ方法につい て説明します 1. メディア リカバリ概要 2. ファイルの多重化 3. アーカイブ モードの設定 4. バックアップ概要 5. 一貫性バックアップ ( オ

第 3 章 メディア障害とバックアップ リカバリ この章では メディア障害の発生に備えたバックアップ方法と 障害時の基本的なリカバリ方法につい て説明します 1. メディア リカバリ概要 2. ファイルの多重化 3. アーカイブ モードの設定 4. バックアップ概要 5. 一貫性バックアップ ( オ はじめに コース概要と目的 データベースのバックアップの取得方法 障害発生時のリカバリ方法について習得します 受講対象者 データベース管理者の方 前提条件 データベース アーキテクチャ および データベース マネジメント コースを受講された方 または 同等の知識をお持ちの方 テキスト内の記述について 構文 [ ] 省略可能 { A B } A または B のどちらかを選択 n _ 数値の指定 デフォルト値

More information

Microsoft PowerPoint - Platinum列伝_BackupRecovery_ ppt [互換モード]

Microsoft PowerPoint - Platinum列伝_BackupRecovery_ ppt [互換モード] Oracle Direct Seminar Platinum 列伝セミナー Platinum が語る! 現場から学ぶバックアップ & リカバリの極意 2010 年 3 月 30 日株式会社富士通北陸システムズ 富士通北陸システムズ (FJH) について ORACLE MASTER Platinum AWARD 受賞! オラクルデータベース認定資格制度 ORACLE MASTERの最高峰である ORACLE

More information

untitled

untitled Oracle Direct Seminar Oracle Database.NET NET Visual Studio Oracle Copyright 2010, Oracle. All rights reserved. 2 .NET Oracle.NET + Oracle Visual Studio + Oracle.NET + Oracle Copyright

More information

untitled

untitled Oracle on Windows etc http://www.oracle.co.jp/campaign/mb_tech/ Windows Server System Center / OTN Japan http://www.oracle.com/technology/global/jp/tech/windows/.net + Oracle Database.NET Developer Center

More information

Microsoft Word - nvsi_020032jpr3_oracle9i_rac_ doc

Microsoft Word - nvsi_020032jpr3_oracle9i_rac_ doc バックボーン ソフトウエア株式会社 163-0711 東京都新宿区西新宿 2-7-1 新宿第一生命ビル 11 階 Phone: (03) 5908-3511 Fax: (03) 5908-3512 www.bakbone.co.jp Article ID: NVSI-020032JPr3 Created: 2003/04/07 Revised: 2003/09/12 Linux Oracle9i Real

More information

Oracle DB 10g R2構築手順

Oracle DB 10g R2構築手順 HP Integrity サーバ + HP-UX 11i v2 (11.23 Oracle DB 10g R2 構築手順 APPENDIX A. サンプル スクリプト / サンプル ファイル 初版 2006/06 目次 1. データベース作成スクリプト... 2 orcl.sh... 3 init.ora... 3 CreateDB.sql... 4 CreateDBCatalog.sql... 4

More information

Windowsユーザーの為のOracle Database セキュリティ入門

Windowsユーザーの為のOracle Database セキュリティ入門 Oracle on Windows etc http://www.oracle.co.jp/campaign/mb_tech/ Windows Server System Center / OTN Japan http://www.oracle.com/technology/global/jp/tech/windows/.net + Oracle Database.NET Developer Center

More information

日本語タイトルを入力

日本語タイトルを入力 Oracle Application Server Infrastructure 2004 6 Oracle Application Server Infrastructure Oracle Application ServerInfrastructure Oracle Application Server 10g Release 9.0.4... 3... 3 i.... 4 ii.... 4...

More information

Recovery Managerのバックアップおよびリカバリの最適化

Recovery Managerのバックアップおよびリカバリの最適化 Recovery Manager 2005 7 Recovery Manager... 3 Recovery Manager... 4 Recovery Manager... 4... 4... 5... 5... 5... 6... 6... 6... 7... 7... 8... 9 I/O I/O... 9... 10... 12... 12... 12... 13... 14 /... 14...

More information

4 Q. クラッシュ リカバリの時間を短縮する方法 A. クラッシュ リカバリに要する時間を短縮したい場合 チェックポイントの発生頻度を増やし リカバリ時に適用する REDO の量を少なくします オンライン REDO ログ ファイルのサイズを小さくするか FAST_START_MTTR_TARGET

4 Q. クラッシュ リカバリの時間を短縮する方法 A. クラッシュ リカバリに要する時間を短縮したい場合 チェックポイントの発生頻度を増やし リカバリ時に適用する REDO の量を少なくします オンライン REDO ログ ファイルのサイズを小さくするか FAST_START_MTTR_TARGET バックアップ リカバリ ~ 研修受講後のスキルアップサポート ~ 対応バージョン :Oracle 10gR1 ~ 12cR1 本資料は アシスト Oracle 研修をご受講いただいたお客様からのご質問や 研修ではご案内できなかった情報などを FAQ にまとめたものです 研修受講後のスキルアップの一助として 是非お役立てください ご利用上の注意事項は最後のページにまとめられております ご確認のうえ ご利用ください

More information

NEC Storage series NAS Device

NEC Storage series NAS Device NEC Storage NV Series NAS Device Guide for Oracle Storage Compatibility Program Snapshot Technologies is-wp-04-001 Rev-1.00(J) Oct, 2004 NEC Solutions NEC Corporation. - 1 - Copyright 2004 NEC Corporation

More information

Microsoft Word - nvsi_060119jp_oracle10g_serac_win.doc

Microsoft Word - nvsi_060119jp_oracle10g_serac_win.doc Article ID: NVSI-060119JP Created: 2006/04/26 Revised: -- Oracle Database10g Real Application Clusters on Windows 動作検証 1. 検証目的 Windows 上で稼動する Oracle Database10g Real Application Clusters( 以下 Oracle10g

More information

Oracle Database 10gにおけるOracle Data GuardでのRecovery Managerの使用

Oracle Database 10gにおけるOracle Data GuardでのRecovery Managerの使用 Oracle Database 10g における Oracle Data Guard での Recovery Manager の使用 オラクル ホワイト ペーパー 2005 年 9 月 Oracle Database 10g における Oracle Data Guard での Recovery Manager の使用 概要... 3 はじめに... 4 セットアップの前提条件... 5 構成設定と注意事項...

More information

Oracle Database 11g × Hitachi Storage Solutionsのベストプラクティス

Oracle Database 11g × Hitachi Storage Solutionsのベストプラクティス - 1 - 1... 4 2... 5 2.1 ORACLE11G DATABASE REPLAY... 5 2.1.1 DB... 5 2.1.2... 6 2.2 DATABASE REPLAY... 6 2.2.1 DB... 6 2.2.2... 6 3... 8 3.1 ORACLE DATABASE 11G DATABASE REPLAY... 8 3.1.1 Database Replay...

More information

untitled

untitled Oracle Direct Seminar Oracle SAP BI EPM/BISC SAP SAP Oracle Oracle Direct Concierge SQL Server MySQL PostgreSQL Access Oracle Database Oracle Developer/2000 Web Oracle Database Oracle

More information

OM.indd

OM.indd _ INDEX 3 4 5 6 7 8 9 Platinum 10 Gold 12 Silver 14 Bronze 16 18 20 FAQ 21 22 1997 10 15 Platinum Platinum IT 保々雅世 3 IT Control Real Application Cluster Grid Oracle Application Server 10g CLE MASTER ORA

More information

Oracle Database 10g Automatic Storage Management の NEC iStorage S シリーズへの適用

Oracle Database 10g Automatic Storage Management の NEC iStorage S シリーズへの適用 Oracle Database 10g TM Automatic Storage Management NEC istorage S An Oracle and NEC White Paper August 2005 2006/04-1 - Copyright 2005 NEC and Oracle Corporation. All rights reserved. Oracle, Oracle Database

More information

Microsoft Word - nvsi_050077jp_oracle10g_rac_0113.doc

Microsoft Word - nvsi_050077jp_oracle10g_rac_0113.doc Article ID: NVSI-050077JP Created: 2005/01/13 Revised: Oracle Database10g Real Application Clusters 動作検証 1. 検証目的 Linux 上で稼動する Oracle Database10g Real Application Clusters( 以下 Oracle10g RAC) 環境において NetVault

More information

意外と簡単!?

意外と簡単!? !?Access Oracle Oracle Migration Workbench MS-Access Oracle Creation Date: Oct 01, 2004 Last Update: Mar 08, 2005 Version: 1.1 !? Oracle Database 10g / GUI!? / Standard Edition!? /!?!? Oracle Database

More information

Introduction Purpose This training course demonstrates the use of the High-performance Embedded Workshop (HEW), a key tool for developing software for

Introduction Purpose This training course demonstrates the use of the High-performance Embedded Workshop (HEW), a key tool for developing software for Introduction Purpose This training course demonstrates the use of the High-performance Embedded Workshop (HEW), a key tool for developing software for embedded systems that use microcontrollers (MCUs)

More information

~~~~~~~~~~~~~~~~~~ wait Call CPU time 1, latch: library cache 7, latch: library cache lock 4, job scheduler co

~~~~~~~~~~~~~~~~~~ wait Call CPU time 1, latch: library cache 7, latch: library cache lock 4, job scheduler co 072 DB Magazine 2007 September ~~~~~~~~~~~~~~~~~~ wait Call CPU time 1,055 34.7 latch: library cache 7,278 750 103 24.7 latch: library cache lock 4,194 465 111 15.3 job scheduler coordinator slave wait

More information

Configuring_01

Configuring_01 Symantec Backup Exec Dell EqualLogic Microsoft Exchange Server SQL Server IT / / 24 365 Symantec Backup Exec Advanced Disk-based Backup Option (ADBO) Dell Equal- Logic Microsoft Exchange Server 2003 2007

More information

Oracle Database 10gのOracle Data Guard

Oracle Database 10gのOracle Data Guard Oracle Database 10g Oracle Data Guard 2004 Oracle Data Guard... 3... 3... 3 Oracle Data Guard... 4 Oracle Data Guard... 4 Oracle Data Guard... 4 Oracle Data Guard... 5 Oracle Data Guard... 6 Oracle Data

More information

untitled

untitled Oracle Direct Seminar IT Agenda 1. Oracle RAC on Oracle VM 2. Oracle Database 11gR2 3. Oracle Exadata Oracle Direct Concierge SQL Server MySQL PostgreSQL Access

More information

OracleDBA(パフォーマンスチューニング(SQL編) - コピー

OracleDBA(パフォーマンスチューニング(SQL編) - コピー 2. ファイル管理 1 モニター方法 領域 内容 対象 方法及び項目 V$COTOROLFILE 格納場所 ブロックサイズ 制御ファイル データベース物理構成情報 V$COTROL_RECORD_SECTIO 制御タイプ レコードサイズ etc データファイル ディクショナリ & ユーザ情報 V$DATAFILE データファイルの物理的な構造情報 REDO ログファイル アーカイブログ ファイルサイズ

More information

Oracle RMAN、Oracle SAM QFS、Sun ZFS Storage Applianceを組み合わせた階層型データベース・バックアップ・システムの作成

Oracle RMAN、Oracle SAM QFS、Sun ZFS Storage Applianceを組み合わせた階層型データベース・バックアップ・システムの作成 Oracle 2011 8 ファイル システムまたはプール マウント ポイントまたはラベル 注 tier1 /tier1 Sun ZFS Storage Appliance から提供 (RAID-1) tier2 /tier2 Sun ZFS Storage Appliance から提供 (RAID-Z アーカイブなし) level2 /tier2 SAM に高速アーカイブ メディアを提供するディスク

More information

<Documents Title Here>

<Documents Title Here> Oracle9i Database R9.2.0 for Windows Creation Date: Mar 06, 2003 Last Update: Mar 24, 2003 CD 1 A99346-01 Oracle9i Database Release 2 (9.2.0.1.0) for Microsoft Windows NT/2000/XP CD 1 of 3 2 A99347-01

More information

Microsoft Word - nvsi_050090jp_oracle10g_vlm.doc

Microsoft Word - nvsi_050090jp_oracle10g_vlm.doc Article ID: NVSI-050090JP Created: 2005/04/20 Revised: Oracle Database10g VLM 環境での NetVault 動作検証 1. 検証目的 Linux 上で稼動する Oracle Database10g を大容量メモリ搭載環境で動作させる場合 VLM に対応したシステム設定を行います その環境において NetVault を使用し

More information

AIP2016 Oracleバックアップ・復旧ガイド

AIP2016 Oracleバックアップ・復旧ガイド ActiveImage Protector 2016R2SP1 Oracle バックアップ 復旧ガイド 2 版 - 2017 年 03 月 23 日 このガイドは ActiveImage Protector 2016R2SP1 以降の Oracle バックアップ 復元手順についてご説明します 各項目の具体的な手順は AIP のヘルプを参照してください Copyright 無断複写 転載を禁止します

More information

Oracle Database Recovery Managerクイック・スタート・ガイド, 10gリリース1(10.1)

Oracle Database Recovery Managerクイック・スタート・ガイド, 10gリリース1(10.1) Oracle Database Recovery Manager クイック スタート ガイド 10g リリース 1(101) 部品番号 : B12462-01 2004 年 1 月 Oracle Database Recovery Manager クイック スタート ガイド, 10g リリース 1(101) 部品番号 : B12462-01 原本名 : Oracle Database Recovery

More information

untitled

untitled Oracle on Windows etc http://www.oracle.co.jp/campaign/mb_tech/ Windows Server System Center / OTN Japan http://www.oracle.com/technology/global/jp/tech/windows/.net + Oracle Database.NET Developer Center

More information

アジェンダ ORACLE MASTER Oracle Database 11g 概要 Gold DBA11g 試験紹介 ポイント解説 無償技術サービス Oracle Direct Concierge SQL Server からの移行アセスメント MySQL からの移行相談 PostgreSQL から

アジェンダ ORACLE MASTER Oracle Database 11g 概要 Gold DBA11g 試験紹介 ポイント解説 無償技術サービス Oracle Direct Concierge SQL Server からの移行アセスメント MySQL からの移行相談 PostgreSQL から Oracle Direct Seminar Click to edit Master title style 試験対策ポイント解説 Gold DBA11g 日本オラクル株式会社 アジェンダ ORACLE MASTER Oracle Database 11g 概要 Gold DBA11g 試験紹介 ポイント解説 無償技術サービス Oracle Direct

More information

<Documents Title Here>

<Documents Title Here> Oracle Sensor Edge Server 10g (10.1.3) Creation Date: Apr 05, 2006 Version: 1.00 Document Control Author Hisashi Onoda Hirotaka Miura Hideki Ito - Oracle Sensor Edge Server 10g (10.1.3) - 2 Document Control...2

More information

#odddtky Oracle DBA & Developer Days 2014 for your Skill 使える実践的なノウハウがここにある しばちょう先生による特別講義! RMAN Backup の 運用と高速化チューニング 柴田長シニア マネジャー Applied Technology,

#odddtky Oracle DBA & Developer Days 2014 for your Skill 使える実践的なノウハウがここにある しばちょう先生による特別講義! RMAN Backup の 運用と高速化チューニング 柴田長シニア マネジャー Applied Technology, #odddtky Oracle DBA & Developer Days 2014 for your Skill 使える実践的なノウハウがここにある しばちょう先生による特別講義! RMAN Backup の 運用と高速化チューニング 柴田長シニア マネジャー Applied Technology, Database & Exadata Database Engineering, Product Strategy

More information

データ連携がこんなに簡単に!?Oracle Data Integratorのご紹介

データ連携がこんなに簡単に!?Oracle Data Integratorのご紹介 < > Agenda Oracle Data Integrator Oracle Data Integrator Oracle Data Integrator 2 Agenda Oracle Data Integrator Oracle Data Integrator Oracle Data Integrator 3 NEED Business Intelligence Corporate Performance

More information

HA8000-bdシリーズ RAID設定ガイド HA8000-bd/BD10X2

HA8000-bdシリーズ RAID設定ガイド HA8000-bd/BD10X2 HB102050A0-4 制限 補足 Esc Enter Esc Enter Esc Enter Main Advanced Server Security Boot Exit A SATA Configuration SATA Controller(s) SATA Mode Selection [Enabled] [RAID] Determines how

More information

untitled

untitled Oracle Direct Seminar Agenda Oracle VM Appendix Oracle VM VM Server Oracle Direct Concierge SQL Server MySQL PostgreSQL Access Oracle Database Oracle Developer/2000 Web Oracle Database

More information

1,.,,,., RDBM, SQL. OSS,, SQL,,.

1,.,,,., RDBM, SQL. OSS,, SQL,,. 1,.,,,., RDBM, SQL. OSS,, SQL,,. 3 10 10 OSS RDBMS SQL 11 10.1 OSS RDBMS............................ 11 10.1.1 PostgreSQL................................. 11 10.1.2 MySQL...................................

More information

RAID RAID 0 RAID 1 RAID 5 RAID * ( -1) * ( /2) * RAID A. SATA B. BIOS SATA ( 1) C. RAID BIOS RAID D. SATA RAID/AHCI 2 SATA M.2 SSD ( 2) ( (

RAID RAID 0 RAID 1 RAID 5 RAID * ( -1) * ( /2) * RAID A. SATA B. BIOS SATA ( 1) C. RAID BIOS RAID D. SATA RAID/AHCI 2 SATA M.2 SSD ( 2) ( ( RAID RAID 0 RAID 1 RAID 5 RAID 10 2 2 3 4 * ( -1) * ( /2) * RAID A. SATA B. BIOS SATA ( 1) C. RAID BIOS RAID D. SATA RAID/AHCI 2 SATA M.2 SSD ( 2) ( ( 3) 2 ) Windows USB 1 SATA A. SATA SATA Intel SATA

More information

今さら聞けない!? Oracle入門 ~後編~

今さら聞けない!? Oracle入門 ~後編~ Oracle Direct Seminar 今さら聞けない!? Oracle 入門 ~ 後編 ~ 日本オラクル株式会社 Agenda 1. Oracle の基本動作 2. Oracle のファイル群 3. Oracle のプロセス群と専用メモリ領域. データベース内部動作 今さら聞けない!? オラクル入門 ~ 後編 ~. データベース内部動作 検索時の動作更新時の動作バックアップについて

More information

HA8000シリーズ ユーザーズガイド ~BIOS編~ HA8000/RS110/TS10 2013年6月~モデル

HA8000シリーズ ユーザーズガイド ~BIOS編~ HA8000/RS110/TS10 2013年6月~モデル P1E1M01500-3 - - - LSI MegaRAID SAS-MFI BIOS Version x.xx.xx (Build xxxx xx, xxxx) Copyright (c) xxxx LSI Corporation HA -0 (Bus xx Dev

More information

橡CoreTechAS_HighAvailability.PDF

橡CoreTechAS_HighAvailability.PDF Oracle Application Server 10g Oracle Developer Suite 10g High Availability Page 1 1 Oracle Application Server 10g (9.0.4) 10g(9.0.4) Oracle Application Server 10g(9.0.4) New Enhanced Page 2 2 OracleAS

More information

オラクルのバックアップとリカバリの必須要件

オラクルのバックアップとリカバリの必須要件 WHITE PAPER 1 WHITE PAPER...3...3...4 NetBackup Oracle...6...7 VERITAS NetBackup Oracle Agent...7 VERITAS NetBackup Oracle Agent...8 VERITAS NetBackup Oracle...8...9 GUI RMAN...9 VERITAS NetBackup Oracle

More information

Microsoft PowerPoint - Oracle Database 11g Release 2 旧バージョンからのアップグレード.ppt [互換モード]

Microsoft PowerPoint - Oracle Database 11g Release 2 旧バージョンからのアップグレード.ppt [互換モード] 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 シノニムが 存在しないオブジェクトをポイントしているため発生 24 25 26 27 28 29 30 31 32 33 34 3. Utlu112i.sql の実行例 SQL> @utlu112i Oracle Database 11.2 Pre-Upgrade Information

More information

日本オラクル株式会社

日本オラクル株式会社 FISC 6 Oracle Database 10g ~ ~ : 2005 7 26 : 2005 7 31 : 1.0 2004 4 (* ) FISC ) (* ) FISC 6 (* FISC 6 ) FISC 6 Oracle g Database 10 (FISC) http://www.fisc.or.jp FISC http://www.fisc.or.jp/info/info/050307-1.htm

More information

Oracle Database Technology Night ~ 集え! オラクルの力 ( チカラ ) ~ Oracle Database 18c テクノロジーシリーズ 5 より安定性 管理性 柔軟性に進化を続けるマルチテナント アーキテクチャ ~ 復習編 ~ 日本オラクル株式会社ソリューション

Oracle Database Technology Night ~ 集え! オラクルの力 ( チカラ ) ~ Oracle Database 18c テクノロジーシリーズ 5 より安定性 管理性 柔軟性に進化を続けるマルチテナント アーキテクチャ ~ 復習編 ~ 日本オラクル株式会社ソリューション Oracle Database Technology Night ~ 集え! オラクルの力 ( チカラ ) ~ Oracle Database 18c テクノロジーシリーズ 5 より安定性 管理性 柔軟性に進化を続けるマルチテナント アーキテクチャ ~ 復習編 ~ 日本オラクル株式会社ソリューション エンジニアリング統括クラウド インフラストラクチャー本部中越祐治 以下の事項は 弊社の一般的な製品の方向性に関する概要を説明するものです

More information

Actual ESS Adapterの使用について

Actual ESS Adapterの使用について Actual ESS Adapter SQL External SQL Source FileMaker SQL ESS SQL FileMaker FileMaker SQL FileMaker FileMaker ESS SQL SQL FileMaker ODBC SQL FileMaker Microsoft SQL Server MySQL Oracle 3 ODBC Mac OS X Actual

More information

<Documents Title Here>

<Documents Title Here> Oracle Application Server 10g Release 2 (10.1.2) for Microsoft Windows Business Intelligence Standalone Oracle Application Server 10g Release 2 (10.1.2) for Microsoft Windows Business Intelligence Standalone

More information

Introduction Purpose This training course describes the configuration and session features of the High-performance Embedded Workshop (HEW), a key tool

Introduction Purpose This training course describes the configuration and session features of the High-performance Embedded Workshop (HEW), a key tool Introduction Purpose This training course describes the configuration and session features of the High-performance Embedded Workshop (HEW), a key tool for developing software for embedded systems that

More information

第 142 回夜な夜な! なにわオラクル塾 2015 年版 RMAN バックアップ チューニング 日本オラクル株式会社データベース事業統括ソリューション本部中部 西日本 SC 部 2015 年 03 月 25 日 Copyright 2015 Oracle and/or its affiliates

第 142 回夜な夜な! なにわオラクル塾 2015 年版 RMAN バックアップ チューニング 日本オラクル株式会社データベース事業統括ソリューション本部中部 西日本 SC 部 2015 年 03 月 25 日 Copyright 2015 Oracle and/or its affiliates 第 142 回夜な夜な! なにわオラクル塾 2015 年版 RMAN バックアップ チューニング 日本オラクル株式会社データベース事業統括ソリューション本部中部 西日本 SC 部 2015 年 03 月 25 日 Safe Harbor Statement 以下の事項は 弊社の一般的な製品の方向性に関する概要を説明するものです また 情報提供を唯一の目的とするものであり いかなる契約にも組み込むことはできません

More information

DICOM UG_JPN_P book

DICOM UG_JPN_P book DICOM 1 2 FUJIFILM SonoSite, Inc. DICOM PACS MPPS DICOM Storage Commitment 3 Locations Devices イーサネットを使用して LAN に接続する方法 M-Turbo MDSm 転送モードを設定する方法 1 Connectivity (Transfer Mode DICOM 2 Yes Locations Archivers

More information

PowerGres on Linux HAマニュアル

PowerGres on Linux HAマニュアル PowerGres R on Linux HA 2006 11 SteelEye LifeKeeper SteelEye Technology, Inc. Linux Linus Torvalds TM R 1 2 2 PowerGres on Linux HA 2 2.1 PowerGres on Linux HA.................................. 2 2.2..............................................

More information

ハイウォーターマークを知る

ハイウォーターマークを知る THE Database FOR Network Computing Oracle Oracle Oracle7 Oracle8 Oracle8 Enterprise Edition R8.0.4 for Windows NTOracle7 Server R7.3.4 for Windows NT Oracle7Oracle8 Oracle,Oracle7,Oracle8 1.5.1.... 6 1.5.2.

More information

Oracleの領域管理~トラブル防止のテクニック~

Oracleの領域管理~トラブル防止のテクニック~ THE Database FOR Internet Computing Oracle ... 3... 4... 4... 5... 5... 7... 8... 9... 12... 13... 13... 16... 17... 18... 20... 22... 23... 23... 24... 25... 25... 26... 28... 31... 31... 31... 33...

More information

DocuWide 2051/2051MF 補足説明書

DocuWide 2051/2051MF 補足説明書 ëêèõ . 2 3 4 5 6 7 8 9 0 2 3 4 [PLOTTER CONFIGURATION] [DocuWide 2050/205 Version 2.2.0] [SERIAL] BAUD_RATE =9600 DATA_BIT =7 STOP_BIT = PARITY =EVEN HANDSHAKE =XON/XOFF EOP_TIMEOUT_VALUE =0 OUTPUT RESPONSE

More information

Fortigate Ver.4.0MR3Patch12 Information 1

Fortigate Ver.4.0MR3Patch12 Information 1 Fortigate Ver.4.0MR3Patch12 Information 1 H25.4 1.0 H25.4 1.1 OS 2 1.... 4 2.... 4 3. v4.0mr2... 5 3.1 config... 5 3.2... 6 3.3 Fortianalyzer... 6 4. v4.0mr3... 7 4.1... 7 4.2 Fortianalyzer... 8 5. Web

More information

Insert VERITAS™ White Paper Title Here

Insert VERITAS™ White Paper Title Here WHITE PAPER Microsoft SharePoint Portal Server 2003 VERITAS Backup Exec 10 for Windows Servers Microsoft SharePoint Portal Server ...3...3 SharePoint Portal Server...4...4...4...5 Backup Exec 10...5 Backup

More information

Web Microsoft 2008 R2 Database Database!! Database 04 08

Web   Microsoft 2008 R2 Database Database!! Database 04 08 Database Database Web http://www.microsoft.com/japan/sqlserver/2008/r2/solution/comparison/default.mspx Microsoft 2008 R2 Database Database!! 03 2009 6 1 Database 04 08 vs. Database 12 2008 R2 5 14! 5!

More information

橡ExCtrlPDF.PDF

橡ExCtrlPDF.PDF THE Database FOR Network Computing Oracle Oracle Oracle Oracle Oracle Oracle (Oracle Object for OLE Oracle Developer) SQL Oracle8 Enterprise Edition R8.0.5 for Windows NT Oracle8 Enterprise Edition R8.0.5

More information

Oracle Database Recovery Managerリファレンス, 10gリリース1(10.1)

Oracle Database Recovery Managerリファレンス, 10gリリース1(10.1) Oracle Database Recovery Manager リファレンス 10g リリース 1(10.1) 部品番号 : B12463-02 2004 年 7 月 Oracle Database Recovery Manager リファレンス, 10g リリース 1(10.1) 部品番号 : B12463-02 原本名 : Oracle Database Recovery Manager Reference,

More information

Oracle9i Recovery Manager リファレンス, リリース1(9.0.1)

Oracle9i Recovery Manager リファレンス, リリース1(9.0.1) Oracle9i Recovery Manager リファレンス リリース 1(9.0.1) 2001 年 10 月 部品番号 :J04124-01 Oracle9i Recovery Manager リファレンス, リリース 1(9.0.1) 部品番号 :J04124-01 原本名 :Oracle9i Recovery Manager Reference, Release 1 (9.0.1) 原本部品番号

More information

ProVisionaire Control V3.0セットアップガイド

ProVisionaire Control V3.0セットアップガイド ProVisionaire Control V3 1 Manual Development Group 2018 Yamaha Corporation JA 2 3 4 5 NOTE 6 7 8 9 q w e r t r t y u y q w u e 10 3. NOTE 1. 2. 11 4. NOTE 5. Tips 12 2. 1. 13 3. 4. Tips 14 5. 1. 2. 3.

More information

What's Oracle WebLogic Server ~なぜWebLogic Serverが選ばれるのか~

What's Oracle WebLogic Server ~なぜWebLogic Serverが選ばれるのか~ Oracle Direct Seminar What s Oracle WebLogic Server WebLogic Server Agenda What s Oracle WebLogic Server Oracle WebLogic Server TCO Oracle Direct Concierge SQL Server MySQL PostgreSQL

More information

Microsoft Word - nvsi_080188jp_r1_netvault_oracle_rac_backup_complemental_guide_j_174x217.doc

Microsoft Word - nvsi_080188jp_r1_netvault_oracle_rac_backup_complemental_guide_j_174x217.doc Oracle RAC 環境における NetVault Backup バックアップ & リストア補足資料 バックボーン ソフトウエア株式会社 Doc# NVSI-080188JP Copyrights 著作権 2009 BakBone Software Oracle RAC 環境における NetVault Backup バックアップ & リストア補足資料 Version 1.1 本ガイドは Oracle

More information

Visual Studio Oracle Database 11g アプリケーション開発入門

Visual Studio Oracle Database 11g アプリケーション開発入門 Oracle on Windows etc http://www.oracle.co.jp/campaign/mb_tech/ Windows Server System Center / OTN Japan http://www.oracle.com/technology/global/jp/tech/windows/.net + Oracle Database.NET Developer Center

More information

Oracle Corporation

Oracle Corporation Oracle Direct Seminar < 写真欄 > もう文字化けには悩まない! Oracle Database 11g R2 なら Windows 7 クライアントでもばっちり! 日本オラクル株式会社 以下の事項は 弊社の一般的な製品の方向性に関する概要を説明するものです また 情報提供を唯一の目的とするものであり いかなる契約にも組み込むことはできません 以下の事項は マテリアルやコード

More information

FortiGate Ver.4.0MR3Patch14 Information 1

FortiGate Ver.4.0MR3Patch14 Information 1 FortiGate Ver.4.0MR3Patch14 Information 1 H25.7 1.0 2 1.... 4 2.... 4 3. v4.0mr2... 5 3.1. config... 5 3.2.... 6 3.3. Fortianalyzer... 6 4. v4.0mr3... 7 4.1.... 7 4.2. Fortianalyzer... 8 5. Web... 9 6.

More information

Exam : C 日本語版 Title : IBM Tivoli Storage Manager V7.1 Fundamentals Vendor : IBM Version : DEMO 1 / 4 Get Latest & Valid C J Exam's Ques

Exam : C 日本語版 Title : IBM Tivoli Storage Manager V7.1 Fundamentals Vendor : IBM Version : DEMO 1 / 4 Get Latest & Valid C J Exam's Ques ITBraindumps http://www.itbraindumps.com Latest IT Braindumps study guide Exam : C9060-509 日本語版 Title : IBM Tivoli Storage Manager V7.1 Fundamentals Vendor : IBM Version : DEMO 1 / 4 Get Latest & Valid

More information

TM-m30 詳細取扱説明書

TM-m30 詳細取扱説明書 M00094101 Rev. B Seiko Epson Corporation 2015-2016. All rights reserved. 2 3 4 5 6 7 8 Bluetooth 9 Bluetooth 10 1 11 Bluetooth 12 1 13 1 2 6 5 4 3 7 14 1 1 2 3 4 5 15 16 ONF 1 N O O N O N N N O F N N F

More information

Oracle Application Server 10g(9

Oracle Application Server 10g(9 Oracle Application Server 10g (9.0.4) for Microsoft Windows J2EE Oracle Application Server 10g (9.0.4) for Microsoft Windows J2EE and Web Cache...2...3...3...4...6...6...6 OS...9...10...12...13...24...24

More information

Oracle9i Recovery Managerリファレンス, リリース2(9.2)

Oracle9i Recovery Managerリファレンス, リリース2(9.2) Oracle9i Recovery Manager リファレンス リリース 2(9.2) 2002 年 7 月 部品番号 :J06268-01 Oracle9i Recovery Manager リファレンス, リリース 2(9.2) 部品番号 :J06268-01 原本名 :Oracle9i Recovery Manager Reference, Release 2 (9.2) 原本部品番号 :A96565-01

More information

Juniper Networks Corporate PowerPoint Template

Juniper Networks Corporate PowerPoint Template Juniper SRX 日本語マニュアル 41. SSL Forward Proxy の CLI 設定 はじめに SRX340 における SSL Forward Proxy の CLI 設定ついて説明します 手順内容は SRX340 JUNOS 15.1X49-D140 にて確認を実施しております SSL Proxy 機能については SRX340 以上の機種にてサポートされています 2018 年 8

More information

2

2 WJ-HD150 Digital Disk Recorder WJ-HD150 2 3 q w e r t y u 4 5 6 7 8 9 10 11 12 13 14 15 16 q w SIGNAL GND AC IN 17 SUNDAY MONDAY TUESDAY WEDNESDAY THURSDAY FRIDAY SATURDAY DAILY Program 1 Event No.1 Event

More information

NEEDS Yahoo! Finance Yahoo! NEEDS MT EDINET XBRL Magnetic Tape NEEDS MT Mac OS X Server, Linux, Windows Operating System: OS MySQL Web Apache MySQL PHP Web ODBC MT Web ODBC LAMP ODBC NEEDS MT PHP: Hypertext

More information

uVALUEテンプレート《新》

uVALUEテンプレート《新》 Oracle Database 11g でも RMAN は使えます! Oracle バックゕップ リストゕ最新事情 2010/11/19 株式会社日立製作所石田一矢 Hitachi, Ltd. 2010. All rights reserved. Contents 1. SAP 環境におけるOracleバックゕップの現状 2. RMANバックゕップ概要 (10g / 11g ) 3. Oracle

More information

Null

Null Oracle Database Technology Night ~ 集え! オラクルの力 ( チカラ )~ 第 6 回 DB のバックアップ リカバリは何が正解なのか Oracle Database に最適化されたバックアップ リカバリで出来ること 日本オラクル株式会社クラウド テクノロジー事業統括 Database & Exadata プロダクトマネジメント本部データベーステクノロジー部佐々木亨

More information

Oracle DB 10g R2 構築手順

Oracle DB 10g R2 構築手順 HP Integrity サーバ + HP-UX 11i v2(11.23) Oracle DB 10g R2 構築手順 2. データベースの構築 初版 2006/06 目次 2 データベースの構築... 2 データベースの構築... 3 2.1 DBCA を使用したデータベース作成スクリプトの生成... 3 2.2 データベース作成スクリプトの編集... 22 2.3 データベース作成スクリプトの実行...

More information

SR-X526R1 サーバ収容スイッチ ご利用にあたって

SR-X526R1 サーバ収容スイッチ ご利用にあたって SR-X526R1 P3NK-3432-05Z0 526R1 V01 SR-X526R1 V01 2009 10 2010 4 2 2011 5 3 2012 3 4 2012 11 5 Microsoft Corporation Copyright FUJITSU LIMITED 2009-2012 2 SR-X526R1 V01...2...5...5...5...5...6...7...8...8...11...11...11...11...11...11...12...12...12...12...13...13...13

More information

TM-m30 詳細取扱説明書

TM-m30 詳細取扱説明書 M00094100 Rev. A Seiko Epson Corporation 2015. All rights reserved. 2 3 4 5 6 Bluetooth 7 Bluetooth 8 1 9 Bluetooth 10 1 11 1 2 6 5 4 3 7 12 1 13 14 ONF 1 N O O N O N N N O F N N F N N N N N N F F O O

More information

MOTIF XF 取扱説明書

MOTIF XF 取扱説明書 MUSIC PRODUCTION SYNTHESIZER JA 2 (7)-1 1/3 3 (7)-1 2/3 4 (7)-1 3/3 5 http://www.adobe.com/jp/products/reader/ 6 NOTE http://japan.steinberg.net/ http://japan.steinberg.net/ 7 8 9 A-1 B-1 C0 D0 E0 F0 G0

More information

PowerPoint -O80_RKI.PDF

PowerPoint -O80_RKI.PDF Oracle8 Core Technology Seminar E: Oracle8 Oracle8 -- - Oracle8 -- - SQL> select * from t; C1 ---------- abcde fghij klmno pqrst uvwxy SQL> create index t_ind on t(c1) reverse; SQL> select file_id,block_id

More information

<Documents Title Here>

<Documents Title Here> Oracle Application Server 10g(9.0.4) for Microsoft Windows Portal Oracle Application Server 10g(9.0.4) for Microsoft Windows Portal Oracle Application Server 10g(9.0.4) Oracle Application Server(OracleAS)

More information

KWCR3.0 instration

KWCR3.0 instration KeyWeb Creator R3.0 R3.0 for MS-Windows 2005 10 B25586-01 Oracle Oracle Oracle Corporation Copyright 2005, Oracle Corporation All Right Reserved KeyWeb Creator R3.0 2005 10 Copyright 1997-2005 KeyWeb Creator

More information

Oracle Database 11g Release 2 高可用性とバックアップ(Data Guard Recovery Manager)

Oracle Database 11g Release 2 高可用性とバックアップ(Data Guard  Recovery Manager) 1 2 Oracle Database には データベース / アプリケーションの高可用性を実現するための様々な機能が実装されています 本セッションでは その中でも Oracle Data Guard と Oracle Recovery Manager の2つのコンポーネントについて 11g R2での機能拡張や変更点について説明します 3 一般的にデータベースの可用性を向上させるための方法としては

More information

TM-m30 詳細取扱説明書

TM-m30 詳細取扱説明書 M00094106 Rev. G Seiko Epson Corporation 2015-2018. All rights reserved. 2 3 4 5 6 7 8 Bluetooth 9 ... 71 10 1 11 Bluetooth 12 1 13 1 2 6 5 4 3 7 14 1 1 2 3 4 5 15 16 ONF 1 N O O N O N N N O F N N F N

More information

EQUIUM EQUIUM S5010 1 1 1 2 3 4 2 1 2 3 2 3 1 2 3 4 5 6 7 8 4 1 2 3 5 1 2 1 2 3 4 5 6 7 6 1 3 7 1 2 3 4 5 6 7 8 9 10 11 1 2 3 4 4 5 6 7 8 1 1 2 3 4 10 1 11 12 1 13 14 1 15 1 16 1 1 17 1 2 18 3 1 4 5 19

More information

…l…b…g…‘†[…N…v…“…O…›…~…fi…OfiÁŸ_

…l…b…g…‘†[…N…v…“…O…›…~…fi…OfiÁŸ_ 13 : Web : RDB (MySQL ) DB (memcached ) 1: MySQL ( ) 2: : /, 3: : Google, 1 / 23 testmysql.rb: mysql ruby testmem.rb: memcached ruby 2 / 23 ? Web / 3 ( ) Web s ( ) MySQL PostgreSQL SQLite MariaDB (MySQL

More information