Recovery ManagerおよびMedia Managerトラブルシューティング・ガイド

Size: px
Start display at page:

Download "Recovery ManagerおよびMedia Managerトラブルシューティング・ガイド"

Transcription

1 Recovery Manager Media Manager

2 Recovery Manager Media Manager... 3 RMAN RMAN OS SBT SBT RMAN OS RMAN USER_DUMP_DEST USER_DUMP_DEST Sbtio.log SBT SBTINIT SBTINIT SBTOPEN SBTBACKUP SBTOPEN SBTRESTORE SBTWRITE SBTREAD Recovery Manager Media Manager 2

3 Recovery Manager Media Manager Recovery Manager RMAN Oracle RMAN System Backup to Tape SBT API API RMAN Oracle Backup Solutions Program RMAN RMAN RMAN Recovery Manager Media Manager 3

4 RMAN / RMAN Oracle Server Oracle Server SBT API RMAN API / / SBT API Device Agent Robot Agent Disk Agent RMAN Unix libobk.so Windows ORASBT.DLL Media Management Database Media ID Session Manager Recovery Manager Media Manager 4

5 RMAN RMAN SBT API Oracle Oracle RMAN Oracle Oracle OS Oracle Oracle9i 10g RMAN Oracle SBT RMAN RMAN SBT v2.0 SBT 1. RMAN Oracle 2. Oracle sbtinit() RMAN RMAN RMAN RMAN-08030: allocated channel: ORA_SBT_TAPE_1 RMAN-08500: channel ORA_SBT_TAPE_1: sid=8 devtype=sbt_tape RMAN-08526: channel ORA_SBT_TAPE_1: VERITAS NetBackup for Oracle8 - Release 3.4GA Sbtinit() SBT API RMAN RMAN RMAN-08503: piece handle=3mckj4i8_1_2 comment=api Version 2.0,MMS Version sbtinit() Oracle sbtinit2() Sbtinit2() sbtinit() RMAN ALLOCATE CHANNEL PARMS ENV Recovery Manager Media Manager 5

6 4. Oracle sbtbackup() 5. Oracle sbtwrite2()api 6. Oracle sbtclose2() sbtwrite2() sbtclose2() 7. Oracle sbtinfo2() sbtinfo2() ID 8. sbtinfo2() RMAN RMAN-08045: channel ORA_SBT_TAPE_1: finished piece 1 at MAR :48:12 RMAN-08503: piece handle=41ckj865_1_1 comment=api Version 2.0,MMS Version Oracle sbtend() sbtend() RMAN SBT v2.0 SBT 1. RMAN Oracle Server Recovery Manager Media Manager 6

7 2. Oracle Server sbtinit() 2 3. Oracle sbtrestore() Sbtrestore() 4. Oracle sbtread2() sbtread2() 5. Oracle sbtclose() Sbtclose() sbtend() sbtend() RMAN 1. RMAN Error Message Stack RMAN Oracle8/8i RMAN RMAN-08526: channel t1: VERITAS NetBackup for Oracle8 Release 3.4GA (030800) RMAN-08526: channel dev1: BMO v3.0 RMAN-08526: channel t1: Tivoli Data Protection for Oracle: version Oracle9i channel dev_0: HP Open View OmniBack II A.04.10/PHSS_28582/PHSS_ : RMAN Error Message Stack Recovery Manager Media Manager 7

8 Oracle Oracle8 ORA-19506: failed to create sequential file, name="x", parms="" ORA-27006: sbtremove returned error Additional information: 7086 Oracle8i ORA-19506: failed to create sequential file, name="x", parms="" ORA-27006: sbtremove returned error Additional information: 4110 Oracle9i ORA-19557: device error, device type: SBT_TAPE, device name: ORA-27211: Failed to load Media Management Library Additional information: 2 SBT sbtinit() sbtinit2() sbtopen() sbtbackup() RMAN ORA-19506: failed to create sequential file, ORA-27007: failed to open file Additional information: 7009 Additional information: 1 ORA-19511: SBT error = 7009, errno = 0, sbtopen: can't connect with media manager RMAN ORA occurred during call to DBMS_BACKUP_RESTORE.BACKUPPIECECREATE RMAN-08526: channel t1: WARNING: Oracle Test Disk API ORA-19511: SBT error= 4110, errno = 0, BACKUP_DIR environment variable is not set API SBT API Recovery Manager Media Manager 8

9 Oracle Oracle8/8i : RMAN $ORACLE_HOME/lib libobk.<suffix> suffix Oracle Solaris libdsbtsh8.so Oracle 32 a. : $ORACLE_HOME/lib libobk.<suffix> % mv libobk.<suffix> libobk.sav % ln -s <pathname to vendor s MML module> $ORACLE_HOME/lib/libobk.<suffix> b. Oracle8 Oracle : Solaris : cd $ORACLE_HOME/rdbms/lib make -f ins_rdbms.mk ioracle LLIBOBK=/usr/lib/libobk.so LIBMM= LLIBMM= HP : cd $ORACLE_HOME/rdbms/lib make -f ins_rdbms.mk ioracle "LLIBOBK=/usr/lib/libobk.sl -lc" LIBMM= LLIBMM= Digital Unix : cd $ORACLE_HOME/rdbms/lib make -f ins_rdbms.mk ioracle LLIBOBK="/usr/lib/libobk.so" LIBMM= LLIBMM= AIX : cd $ORACLE_HOME/rdbms/lib make -f ins_rdbms.mk ioracle LLIBOBK=/usr/lib/libobk.a LIBMM= LLIBMM= Recovery Manager Media Manager 9

10 Oracle9i : libobk.x SBT_TAPE libobk.x x $ORACLE_HOME/lib $ORACLE_HOME/lib LIBPATH LD_LIBRARY_PATH PARMS SBT_LIBRARY ALLOCATE CHANNEL PARMS allocate channel t1 type 'sbt_tape' PARMS 'ENV=(TDPO_OPTFILE=/tmp/tdopt.opt)'; ALLOCATE CHANNEL PARMS Tivoli Storage Manager TDP and RMAN Problem Resolution Tips IBM.com IBM Tivoli Note : Integration of RMAN and ADSM Connect Agent for Oracle Oracle MetaLink Legato Networker Note : Quick Start for Legato Storage Manager Configuration and Troubleshooting Oracle MetaLink HP Omniback Note : RMAN: Configuring HP Omniback with RMAN Oracle MetaLink VERITAS NetBackup Note : How to Install, Configure, Check and Troubleshoot VERITAS NetBackup 4.5 for Oracle Oracle MetaLink NetBackup linking instructions 2. OS Oracle Recovery Manager Media Manager 10

11 3. SBT RMAN run { allocate channel d1 type disk format '/dev/null'; backup datafile <datafile #, etc>; } SBT API PARMS BACKUP_DIR Oracle8/8i : a. $ORACLE_HOME Oracle b. % cd $ORACLE_HOME/lib % mv libobk.<suffix> libobk.<suffix>.save % ln -s libdsbtsh8.<suffix> libobk.<suffix> Oracle8 Oracle c. run { allocate channel t1 type sbt format '%U'; parms='env=(backup_dir=/<backup_directory>)'; backup datafile <datafile #, etc>; } Oracle9i : SBT run { allocate channel t1 type sbt format '%U'; parms='sbt_library=oracle.disksbt, ENV=(BACKUP_DIR=/<backup_directory)'; backup datafile <datafile #, etc>; } RMAN API Recovery Manager Media Manager 11

12 4. SBT Oracle Oracle Oracle Oracle MML SBT BACKUP_TAPE_IO_SLAVES TRUE 2 5. RMAN ORA ORA-19506: sbtinit sbtinit2 sbtopen sbtread sbtwrite sbtclose sbtinfo sbtend SBT SBT RMAN-00571: ======================================= RMAN-00569: ======= ERROR MESSAGE STACK FOLLOWS======= RMAN-00571: ======================================= RMAN-03015: error occurred in stored script bkfist(1) RMAN-03006: non-retryable error occurred during execution of command: backup (2) RMAN-07004: unhandled exception during command execution on channel ch1 (3) RMAN-10035: exception raised in RPC: ORA-27015: skgfcls: failed to close the file ORA-19511: SBT error = 7023, errno = 29, sbtclose: system error (4) RMAN-10031: ORA occurred during call to DBMS_BACKUP_RESTORE.BACKUPPIECECREATE(5) 1. RMAN bkfist Recovery Manager Media Manager 12

13 2. RMAN : backup 3. : ch1 4. : ORA SBT : 7023 OS OS : 29 : sbtclose 5. RMAN RPC: DBMS_BACKUP_RESTORE.BACKUPPIECECREATE : sbtclose OS 29 SBT API 2.0 sbtbackup() ORA-19506: failed to create sequential file, name="4fckrhkv_1_1", parms="" ORA-27028: skgfqcre: sbtbackup returned error ORA-19511: Error received from media manager layer, error text: sbtbackup: Failed to open for backup. # SBT API 2.0 textual error message SBT API ORA SBT API SBT ORA OS RMAN sbtio.log 8 SBT Note : Main Index of Common Causes for ORA Oracle MetaLink 6. OS Note : Unix Error Codes Oracle MetaLink /usr/include/sys/errno.h Recovery Manager Media Manager 13

14 7. RMAN USER_DUMP_DEST Oracle SBT Oracle SBT API ALLOCATE CHANNEL TRACE=1 RUN { ALLOCATE CHANNEL tst TYPE DISK TRACE=1 FORMAT '/dev/null'; BACKUP DATAFILE <datafile #, etc>; } *** SESSION ID:(9.17) :50: skgfalo(se=0x815ff8c8, ctx=0x262bf98, dev=0x264861c, devparms=, flags= ) skgfidev(se=0x815ff8c8 ctx=0x262bf98, dev=0x264861c) entering sbtinit on line 2203 return from sbtinit on line 2213 skgfqsbi(ctx=0x262bf98, vtapi=api Version 1.1, id=mms Version ) skgfqcre(se=0x815ff8c8, ctx=0x262bf98, dev=0x264861c, file=0x2647f08, fparms=, flags=0x0) entering sbtopen on line 683 return from sbtopen on line 704 skgfwrt(ctx=0x262bf98, file=0x2647f08, iosb=0x2647cf4, buf=0x815b0000, numblks=1) skgfwrt(data= A1B ) entering sbtwrite on line Oracle Server PARMS= ENV=(NB_ORA_CLASS=class1) skgfidev(): processing: ENV=(NB_ORA_CLASS=fdfa) skgfidev(): setting environment variable: NB_ORA_CLASS=fdfa Recovery Manager Media Manager 14

15 skgfwrt(ctx=0x262bf98, file=0x2647f08, iosb=0x2647cf4, buf=0x815b0000, numblks=1) skgfwrt(data= A1B ) entering sbtwrite on line 903 sbtwrite() 1 TRACE=5 Recovery Manager Media Manager 15

16 2 KRB_TRACE_THREAD krbbpc 3 KRB_TRACE_IO I/O 4 KRB_TRACE_INCR 5 KRB_TRACE_PERF 6 KRB_TRACE_KRBBPC_OUTPUT : 0 SBT -1 SBT_ERROR_EOF SBT_ERROR_NOTFOUND 2 SBT / USER_DUMP_DEST Sbtio.log Legato Storage Manager sbtio.log (24677) LSM : 03/19/02 10:26:27 Sbtopen: unable to start save session with server dlsun1556: There is no pool named 'fdfa'. NetBackup Legato Networker /nsr/log /nsr Daemon.log Note: Omniback /var/opt/omni/log oracle8.log debug.log media.log Note: NetBackup <install_path>/netb ackup/logs bphdp dbclient bpdbsbora Note: Tivoli Logdirectory (in dsm.opt or tdpo.opt) Note: parameter: tracefile Recovery Manager Media Manager 16

17 8. SBT SBTINIT SBTINIT2 sbtinit() sbtinit2() sbtinit() sbtinit2() NetBackup Legato OmniBack II sbtinit() sbtinit2() sbtinit() sbtinit2() SBTOPEN SBTBACKUP 2 RMAN sbtopen() sbtbackup() PARMS Legato Networker Oracle NetBackup NB_ORA_CLASS "Class" Oracle Legato Networker NSR_DATA_VOLUME_POOL Oracle UNIX NT OmniBack II Oracle OmniBack II UserList SBTOPEN SBTRESTORE sbtopen() sbtrestore() sbtopen() sbtrestore() Recovery Manager Media Manager 17

18 2 Oracle Real Application Cluster 2 2 SBTWRITE SBTREAD sbtwrite() sbtread() Oracle sbtwrite() sbtread() sbtwrite() sbtwrite2() sbtread() I/O Recovery Manager Media Manager 18

19 Recovery Manager Media Manager : Timothy Chien Senad Dizdar : Matt Arrocha Oracle Corporation World Headquarters 500 Oracle Parkway Redwood Shores, CA U.S.A. : : : Copyright 2005, Oracle. All rights reserved. Oracle Oracle Corporation

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

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

FUJITSU Storage ETERNUS CS800 RMANプラグイン README

FUJITSU Storage ETERNUS CS800 RMANプラグイン README FUJITSU Storage ETERNUS CS800 RMAN プラグイン README バージョン 1.1.0 目次 RMANプラグインと互換性に関する情報 2 RMANプラグイン1.1.0での変更点 3 インストールおよび設定 4 ETERNUS CS800の設定 4 RMAN 認証の設定 4 RMAN 共有の設定 4 RMAN プラグインのダウンロード 5 データベースサーバでのRMANプラグインのインストール

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

Oracle8 Workgroup Server for Windows NTインストレーション・ガイド,リリース8.0.6

Oracle8 Workgroup Server for Windows NTインストレーション・ガイド,リリース8.0.6 Oracle8 Workgroup Server for Windows NT 8.0.6 2000 5 : J00213-01 Oracle8 Workgroup Server for Windows NT, 8.0.6 : J00213-01 Oracle8 Release 8.0.6 for Windows NT A69969-01 Copyright 1999, 2000, Oracle Corporation.

More information

untitled

untitled Oracle Enterprise Manager 10g Oracle Application Server 2003 11 Oracle Enterprise Manager 10g Oracle Application Server... 3 Application Server... 4 Oracle Application Server... 6... 6... 7 J2EE... 8...

More information

Linux上のOracle Real Application Clustersの記憶領域オプション

Linux上のOracle Real Application Clustersの記憶領域オプション Linux Oracle Real Application Clusters 2005 1 RAC... 3... 3 Automatic Storage Management ASM... 4 ASM Oracle... 5 ASM... 6 Oracle Cluster File System... 6 OCFS Oracle... 7... 7... 7 RAW... 7 RAW Oracle...

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

日本語タイトルを入力

日本語タイトルを入力 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

Oracle Real Application Clusters 10g Release 2: Microsoft SQL Server 2005との技術的比較

Oracle Real Application Clusters 10g Release 2: Microsoft SQL Server 2005との技術的比較 Oracle Real Application Clusters 10g Release 2: Microsoft SQL Server 2005 2005 9 Oracle Real Application Clusters 10g Release 2: Microsoft SQL Server 2005... 3 ORACLE REAL APPLICATION CLUSTERS... 4 SQLSERVER

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

... 3 Oracle on Linux I/O I/O... 5 I/O io_request_lock... 6 I/O GB RAM SGA GB RAM Very Large M

... 3 Oracle on Linux I/O I/O... 5 I/O io_request_lock... 6 I/O GB RAM SGA GB RAM Very Large M Oracle9i Release 2 on Linux: Red Hat Linux Advanced Server 2.1 2002 6 ... 3 Oracle on Linux... 3... 3... 4 64 I/O... 4... 4 I/O... 5 I/O... 5... 6 io_request_lock... 6 I/O... 6... 7 4GB RAM SGA... 7 64GB

More information

new_logo.eps

new_logo.eps Oracle Enterprise Manager 2.0.4 :A62835-1 Oracle Enterprise Manager 2.0.4 :A62835-1 1 :1999 4 1 :Oracle Enterprise Manager Installation, Release 2.0.4 :A67818-01 Copyright 1999, Oracle Corporation. All

More information

Oracle Change Management Pack, Oracle Diagnostics Pack, Oracle Tuning Packインストレーション・ガイド リリース2.2

Oracle Change Management Pack, Oracle Diagnostics Pack, Oracle Tuning Packインストレーション・ガイド リリース2.2 Oracle Enterprise Manager Oracle Change Management Pack, Oracle Diagnostics Pack, Oracle Tuning Pack 2.2 2000 11 : J02263-01 Oracle Change Management Pack, Oracle Diagnostics Pack, Oracle Tuning Pack 2.2

More information

Install.PDF

Install.PDF Oracle OLAP Server R6.3 for Windows NT Oracle OLAP Server R6.3 for Sun SPARC Solaris 1 1. 4 1.1....4 1.2....4 2. Windows NT 5 2.1....5 2.1.1. ID... 5 2.1.2. (Windows NT )... 9 2.2....10 2.2.1. Oracle OLAP

More information

Oracle Identity Managementの概要およびアーキテクチャ

Oracle Identity Managementの概要およびアーキテクチャ Oracle Identity Management 2003 12 Oracle Identity Management... 3 ID... 3 ID... 4 ID... 4 Oracle Identity Management... 5 Oracle Identity Management... 6 Oracle Identity Management... 7 ID... 8 Application

More information

Oracle Enterprise Manager 10g R2 Grid Control: データベース管理の新機能

Oracle Enterprise Manager 10g R2 Grid Control: データベース管理の新機能 Oracle Enterprise Manager 10g R2 Grid Control: 2005 8 Oracle Enterprise Manager 10g R2 Grid Control:... 3... 3 GRID CONTROL... 4... 4... 4... 5... 5 GRID CONTROL... 5... 5 SQL /... 6... 7 HANG ANLYSIS...

More information

Oracle Application Server 10g (9.0.4): Manually Managed Cluster

Oracle Application Server 10g (9.0.4): Manually Managed Cluster Oracle Application Server 10g 9.0.4 : 2004 6 Oracle Application Server 10g 9.0.4 : Oracle Application Server... 3... 3 Oracle Application Server... 3... 3... 4 Oracle Application Server... 6 Oracle Application

More information

Oracle Fail Safe For Windows NT and Windows 2000 リリース・ノート、リリース 3.1.2

Oracle Fail Safe For Windows NT and Windows 2000 リリース・ノート、リリース 3.1.2 Oracle Fail Safe for Windows NT and Windows 2000 3.1.2 2001 7 : J04372-01 Oracle Applications 11i Oracle E-Business Suite 11i Oracle Oracle Oracle Corporation JInitiator Oracle7 Oracle8 Oracle8i Oracle

More information

はじめに SCSI ( ) RAID Utility (HDD Check Scheduler) V1.01 / 2005 年 4 月富士通株式会社 Microsoft Windows Windows NT Microsoft Corporation All Rights Reserved, Cop

はじめに SCSI ( ) RAID Utility (HDD Check Scheduler) V1.01 / 2005 年 4 月富士通株式会社 Microsoft Windows Windows NT Microsoft Corporation All Rights Reserved, Cop Adaptec RAID Utility (HDD Check Scheduler) V1.01 取扱説明書 はじめに SCSI ( ) RAID Utility (HDD Check Scheduler) V1.01 / 2005 年 4 月富士通株式会社 Microsoft Windows Windows NT Microsoft Corporation All Rights Reserved,

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

日本語タイトルを入力

日本語タイトルを入力 Oracle Enterprise Manager 10g Grid Control 2005 8 Enterprise Manager Grid Control Oracle Enterprise Manager 10g Grid Control Oracle Oracle Grid 1 Grid Control 2 1 Grid Control 2 Grid Control Oracle Grid

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

Oracle Application Server10g (9.0.4) - OracleAS PortalによるOracleAS Web Cacheの配置

Oracle Application Server10g (9.0.4) - OracleAS PortalによるOracleAS Web Cacheの配置 Oracle Application Server 10g 9.0.4 - OracleAS Portal OracleAS Web Cache 2004 6 Oracle Application Server 10g 9.0.4 - OracleAS Portal OracleAS Web Cache... 3... 3 1... 4 2... 5... 5... 6 OracleAS Web Cache...

More information

意外と簡単!? 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

Oracle Database 10g Release 2を使用したデータベース・パフォーマンス

Oracle Database 10g Release 2を使用したデータベース・パフォーマンス Oracle Database 10g Release 2 2005 9 Oracle Database 10g Release 2... 3... 3... 3 Automatic Workload Repository AWR... 3 Automatic Database Diagnostic Monitor ADDM... 4 Automatic SQL Tuning SQL... 4 SQL

More information

Oracle Application Server 10g Release 3(10.1.3)- アジャイル・エンタープライズ(俊敏な企業)のためのデータ・アクセス

Oracle Application Server 10g Release 3(10.1.3)- アジャイル・エンタープライズ(俊敏な企業)のためのデータ・アクセス Oracle Application Server 10g Release 3 10.1.3 2005 8 Oracle Application Server 10g Release 3 10.1.3... 3 Oracle Application Server 10g Release 3 10.1.3 3... 4... 4 RAC... 6 JDBC... 7 JMX... 8... 9 Oracle...

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

取扱説明書の読み替え一覧表

取扱説明書の読み替え一覧表 SCSI アレイコントローラカード取扱説明書 ( 追補版 ) PG-140BL PG-140C PG-140CL PG-141B PG-142B PG-142C PG-142D GP5-150 GP5-1501 GP5-151 はじめに Linux MicrosoftWindows NTMicrosoft Corporation NetwareNovell Copyright 1985-2001 Microsoft

More information

Oracle DatabaseとIBM DB2 UDBの技術的比較: パフォーマンスを重視

Oracle DatabaseとIBM DB2 UDBの技術的比較: パフォーマンスを重視 Oracle Database IBM DB2 UDB : 2005 9 Oracle Database IBM DB2 UDB :... 3... 4 Oracle Database Oracle Database IBM DB2... 4... 5... 5... 6... 7... 9... 10... 10 Oracle Database 10g Oracle Real Application

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

Oracleコール・インタフェース for Windows スタート・ガイド リリース8.1.6

Oracleコール・インタフェース for Windows スタート・ガイド リリース8.1.6 Oracle for Windows 8.1.6 2000 4 : J01324-01 Oracle for Windows 8.1.6 : J01324-01 Oracle Call Interface Getting Started, Release 8.1.6 for Windows A73022-01 Eric Belden Joseph Garcia Lisa Giambruno Michael

More information

Systemwalker IT Service Management Systemwalker IT Service Management V11.0L10 IT Service Management - Centric Manager Windows

Systemwalker IT Service Management Systemwalker IT Service Management V11.0L10 IT Service Management - Centric Manager Windows Systemwalker IT Service Management Systemwalker IT Service Management V11.0L10 IT Service Management - Centric Manager Windows Systemwalker IT Service Management Systemwalker Centric Manager IT Service

More information

new_logo.eps

new_logo.eps Oracle for Windows NT and Windows 95/98 8.1.5 1999 5 : A62908-1 Oracle for Windows NT and Windows 95/98 8.1.5 : A62908-1 1 1999 5 1 Oracle Call Interface Getting Started Release 8.1.5 for Windows NT and

More information

Windows SE RAC 10g 構築手順書

Windows SE RAC 10g 構築手順書 Windows!? Creation Date: Oct 05, 2004 Last Update: April 19, 2005 !? Windows Windows Oracle Database 10g Windows Oracle!? Windows!? Windows!? Windows 4 1. Oracle Fail Safe 2. Oracle 3. Oracle Fail Safe

More information

自己管理型データベース: アプリケーションおよびSQLチューニング・ガイド

自己管理型データベース: アプリケーションおよびSQLチューニング・ガイド : SQL 2005 9 : SQL... 3 SQL... 6... 8... 9 SQL :... 9 SQL... 10... 11 SQL... 12 SQL TUNING SET... 13 SQL... 14 ADDM SQL... 14 SQL... 15 STS... 15... 16 SQL... 16 DBMS_SQLTUNE... 17... 17 SQL... 19 SQL

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

untitled

untitled 2003 8 ... 3... 4 360... 5... 6... 6... 7 OracleAS Personalization... 8 OracleAS Personalization... 9... 12... 14... 17 Web 1 E-Business E-Business E-Business 360 E-Business Web MySite.com MySite.com E-Business

More information

Oracle9i Application Server for Windows NT/2000 リリース・ノート追加情報 リリース

Oracle9i Application Server for Windows NT/2000 リリース・ノート追加情報 リリース Oracle9i Application Server for Windows NT/2000 リリース ノート追加情報 リリース 1.0.2.1 2001 年 5 月 部品番号 : J03818-01 原典情報 : Oracle9i Application Server Release Notes Addendum, Release 1.0.2.1 for Windows NT/2000 (A88731-02)

More information

rzat10pdf.ps

rzat10pdf.ps IBM i 7.2 IBM Navigator for i IBM IBM i 7.2 IBM Navigator for i IBM 9 IBM i 7.2 ( 5770-SS1) RISC CISC IBM IBM i Version 7.2 Connecting to your system Connecting to IBM Navigator for i Copyright IBM Corporation

More information

Oracle Application Server 10gリリース2( )Oracle HTTP Serverの概要

Oracle Application Server 10gリリース2( )Oracle HTTP Serverの概要 Oracle Application Server 10g 2 10.1.2.0.2 Oracle HTTP Server 2005 10 Oracle Application Server 10g Oracle HTTP Server... 3 OHS:... 4 Web... 4... 4 OHS: Web... 5... 5 Oracle HTTP Server... 5... 7 OHS...

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

Express5800/320Fa-L/320Fa-LR

Express5800/320Fa-L/320Fa-LR 7 7 Phoenix BIOS 4.0 Release 6.0.XXXX : CPU=Pentium III Processor XXX MHz 0640K System RAM Passed 0127M Extended RAM Passed WARNING 0212: Keybord Controller Failed. : Press to resume, to setup

More information

Oracle Application Server 10g Release 3(10.1.3)Oracle HTTP Serverの概要

Oracle Application Server 10g Release 3(10.1.3)Oracle HTTP Serverの概要 Oracle Application Server 10g Release 3 10.1.3 Oracle HTTP Server Oracle 2005 12 Oracle Application Server 10g Oracle HTTP Server... 3 OHS:... 3 Oracle HTTP Server... 4 Apache : HTTP v1.1... 4 Apache 2.0...

More information

Oracle Application Server 10g( )インストール手順書

Oracle Application Server 10g( )インストール手順書 Oracle Application Server 10g (10.1.2) for Microsoft Windows J2EE Oracle Application Server 10g (10.1.2) for Microsoft Windows J2EE and Web Cache...2...3...3...4...6...6...6 OS...9...10...12...13...25...25

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

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

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

Copyright 2006 KDDI Corporation. All Rights Reserved page1

Copyright 2006 KDDI Corporation. All Rights Reserved page1 Copyright 2006 KDDI Corporation. All Rights Reserved page1 Copyright 2006 KDDI Corporation. All Rights Reserved page2 Copyright 2006 KDDI Corporation. All Rights Reserved page3 Copyright 2006 KDDI Corporation.

More information

EMC NetWorker Module for Microsoft SQL Server リリース5.2 SP1インストール・ガイド

EMC NetWorker Module for Microsoft SQL Server リリース5.2 SP1インストール・ガイド EMC NetWorker Module for Microsoft SQL Server 5.2 1 P/N 300-008-657 REV A01 EMC 2-1-1 151-0053 0120-588543 9:00 17:30 URL http://japan.emc.com Copyright 1996-2009 EMC Corporation. All rights reserved.

More information

untitled

untitled Oracle Enterprise Repository etrust SiteMinder 10g 3 (10.3) 2008 10 Oracle Enterprise Repository etrust SiteMinder Setup and Configuration Guide, 10g Release 3 (10.3) Copyright 2007, 2008, Oracle. All

More information

スライド 1

スライド 1 VMware CIT Japan 006 6 CIT Agenda VMWARE Pfizer Japan Inc. 953 648 6 09 -5-00 Discovery Approaches 7,000,000 Compounds Screened,000 Screening Hits Candidates 6 Candidates Product 700 MR* MR Medical Representative

More information

Oracle_for_SAP :29 PM ページ 2 2 3

Oracle_for_SAP :29 PM ページ 2 2 3 Oracle_for_SAP のコピー 04.5.28 0:55 PM ページ 1 Oracle for SAP Release Matrix Oracle for SAP Release Matrix SAP R/3 Version 3.1I, 4.0B, 4.5B, 4.6B: 8.1.7 32-bit: Intel NT/Windows2000/XP, Intel Linux, IBM AIX,

More information

Oracle Enterprise Manager概説 リリース2.2

Oracle Enterprise Manager概説 リリース2.2 Oracle Enterprise Manager 2.2 2000 11 : J02261-01 Oracle Enterprise Manager 2.2 : J02261-01 Oracle Enterprise Manager Concepts Guide, Release 2.2 A85250-01 Copyright 1996, 2000, Oracle Corporation. All

More information

Oracle Secure Enterprise Search 10gを使用したセキュアな検索

Oracle Secure Enterprise Search 10gを使用したセキュアな検索 Oracle Secure Enterprise Search 10g 2006 3 Oracle Secure Enterprise Search 10g... 3... 3... 3... 4 Oracle Internet Directory... 4 Microsoft Active Directory... 5... 5 1... 5 2... 6 3 ACL... 6 4 ACL...

More information

Microsoft Word - Meta70_Preferences.doc

Microsoft Word - Meta70_Preferences.doc Image Windows Preferences Edit, Preferences MetaMorph, MetaVue Image Windows Preferences Edit, Preferences Image Windows Preferences 1. Windows Image Placement: Acquire Overlay at Top Left Corner: 1 Acquire

More information

Oracle XML DB によるスケーラビリティおよびパフォーマンス検証 - MML v.3.0

Oracle XML DB によるスケーラビリティおよびパフォーマンス検証 - MML v.3.0 Oracle XML DB MML v3.0 2004 5 27 1 Memo 1 Agenda XML MML v3.0 2 Oracle XML Oracle XML DB XML API Oracle XML DB W3C XML Schema 1.0 XPath 1.0 XSLT 1.0 Oracle W3C XML Schema Oracle 2 XML Oracle XML Developer

More information

CAC

CAC VOL.24NO.1 61 IMS Transaction 3270 DataBase Transaction OS/370 IMS Traditional Transaction Web Browser Transaction Internet WWW AP IIS APache WebLogic Websphere DataBase Oracle DB2 SQL Server Web Browser

More information

Microsoft Word - J doc

Microsoft Word - J doc Oracle Application Server for HP-UX 4.0.8.2 2000 11 : J02449-01 : Oracle Application Server Release Notes for HP 9000 Servers and Workstations A86087-01 Oracle Application Server for HP-UX 4.0.8.2 Oracle

More information

Express5800/R110a-1Hユーザーズガイド

Express5800/R110a-1Hユーザーズガイド 4 Phoenix BIOS 4.0 Release 6.0.XXXX : CPU=Xeon Processor XXX MHz 0640K System RAM Passed 0127M Extended RAM Passed WARNING 0B60: DIMM group #1 has been disabled. : Press to resume, to

More information

untitled

untitled Oracle Enterprise Repository IBM Rational ClearCase IBM Rational ClearQuest 10g 3 (10.3) 2008 10 Oracle Enterprise Repository IBM Rational ClearCase and IBM Rational ClearQuest Integration Guide, 10g Release

More information

_陦ィ邏・qxp

_陦ィ邏・qxp EMC Education Services Customer Training Offerings Catalog Including EMC Proven Professional Certification When information comes together, your world moves ahead. December 2009 EMC............................

More information

PDFŠp…f†[…^

PDFŠp…f†[…^ DIGITAL IMAGING SYSTEM DICOM Digital Imaging and Communications in Medicine (DICOM) Part 1: Introduction and Overview NEMA Part 4 Service Class Specifications Part 3 Information Object

More information

実施していただく前に

実施していただく前に SiteProtector 2.0 Service Pack 5 Service Pack 6 2006 4 7 1.... 2 Event Collector Service Pack 1.13... 3 2. SiteProtector Core SP6... 4 3. Console... 10 4. Service Pack 6... 11 5. 1 Deployment Manager...

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

Oracle HTML DBのテンプレート・カスタマイズ

Oracle HTML DBのテンプレート・カスタマイズ Oracle HTML DB 2003 10 Oracle HTML DB... 3... 3... 5... 5 1:... 6 2:... 6 3: 2... 7... 8... 8... 8 CSS JavaScript... 10 HTML DB... 11... 11 Oracle HTML DB 2 Oracle Corporation Customizing Templates in

More information

2

2 DX Simulator Copyright 2001-2002 Yamaha Corporation. All rights reserved. Version 1.2, 2002 YAMAHA CORPORATION 2 z x z x c 3 z Windows Macintosh Windows Macintosh x 4 z Windows Macintosh Windows Macintosh

More information

Oracle Calendar Oracle Collaboration Suite 2(9.0.4) Creation Date: Jun 04, 2003 Last Update: Nov 18, 2003 Version:

Oracle Calendar Oracle Collaboration Suite 2(9.0.4) Creation Date: Jun 04, 2003 Last Update: Nov 18, 2003 Version: Oracle Calendar Oracle Collaboration Suite 2(9.0.4) Creation Date: Jun 04, 2003 Last Update: Nov 18, 2003 Version: 1.1-1- -2- 1.... 4 2. Oracle Calendar... 4 2.1... 4 2.2... 5 2.3 https ( 9.0.4.0 )...

More information

Oracle8 Personal Edition for Windows 95/98/NTリリース・ノート, リリース8.0.6

Oracle8 Personal Edition for Windows 95/98/NTリリース・ノート, リリース8.0.6 Oracle8 Personal Edition for Windows 95/98/NT 8.0.6 2001 1 : J02482-01 : Oracle8 Personal Edition Release Notes Release 8.0.6 for Windows NT and Windows 95/98 (A86584-01) : Oracle : Windows UNIX Windows

More information

Express5800/320Fc-MR

Express5800/320Fc-MR 7 7 Phoenix BIOS 4.0 Release 6.0.XXXX : CPU=Pentium III Processor XXX MHz 0640K System RAM Passed 0127M Extended RAM Passed WARNING 0212: Keybord Controller Failed. : Press to resume, to setup

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

Oracle Locator Oracle Database 10g Standard Edition Standard Edition One Oracle Database 10g Release 1 Oracle Locator : Enterprise Edition Oracle Loca

Oracle Locator Oracle Database 10g Standard Edition Standard Edition One Oracle Database 10g Release 1 Oracle Locator : Enterprise Edition Oracle Loca ORACLE SPATIAL OPTION ORACLE LOCATOR Oracle Database 10g Oracle Database 10g Release 2 Oracle Locator : Oracle Spatial Oracle Locator Oracle Locator Oracle Database 10g Standard Edition EPSG Standard Edition

More information

ハピタス のコピー.pages

ハピタス のコピー.pages Copyright (C) All Rights Reserved. 10 12,500 () ( ) ()() 1 : 2 : 3 : 2 4 : 5 : Copyright (C) All Rights Reserved. Copyright (C) All Rights Reserved. Copyright (C) All Rights Reserved. Copyright (C) All

More information

Copyright 2008 All Rights Reserved 2

Copyright 2008 All Rights Reserved 2 Copyright 2008 All Rights Reserved 1 Copyright 2008 All Rights Reserved 2 Copyright 2008 All Rights Reserved 3 Copyright 2008 All Rights Reserved 4 Copyright 2008 All Rights Reserved 5 Copyright 2008 All

More information

Express5800/R320a-E4/Express5800/R320b-M4ユーザーズガイド

Express5800/R320a-E4/Express5800/R320b-M4ユーザーズガイド 7 7 障害箇所の切り分け 万一 障害が発生した場合は ESMPRO/ServerManagerを使って障害の発生箇所を確認し 障害がハー ドウェアによるものかソフトウェアによるものかを判断します 障害発生個所や内容の確認ができたら 故障した部品の交換やシステム復旧などの処置を行います 障害がハードウェア要因によるものかソフトウェア要因によるものかを判断するには E S M P R O / ServerManagerが便利です

More information

Windows Oracle -Web - Copyright Oracle Corporation Japan, All rights reserved.

Windows Oracle -Web - Copyright Oracle Corporation Japan, All rights reserved. Windows Oracle -Web - Copyright Oracle Corporation Japan, 2004. All rights reserved. Agenda Oracle Windows Windows Oracle 1 / Active Directory/Enterprise User Security 1-1 Windows 1-2 Kerberos 1-3 Enterprise

More information

Warehouse Builderにおける予測分析の使用

Warehouse Builderにおける予測分析の使用 Warehouse Builder Oracle 2006 3 Warehouse Builder... 3 ETL... 4 DMBS_PREDICTIVE_ANALYTICS... 4... 5 1... 5 2... 5 3... 5... 6 SQL PREDICT... 7... 9 1... 9 2... 9 3... 9... 10 PL/SQL... 11... 12... 12...

More information

P3FY-A JP.PDF

P3FY-A JP.PDF P3FY-A002-03 SCSI GP5-148 GP5-148(AcceleRAID 352) 1 1.1 2001 11 OS ( OS ) 4GByte 2 2.1 EzAssist RAID EzAssist Configure RAID Drive Automatic ( )Assisted( ) Custom ( ) 2.2 2000 7 EzAssist Perform Administration

More information

A book

A book Hitachi Multi Payment Network communications server 3000-3-493-40 P-1B43-6111 Hitachi Multi Payment Network communications server Base 01-03( OS HP-UX 11.0 HP-UX 11i) P-1B43-6311 Hitachi Multi Payment

More information

N Express5800/R320a-E4 N Express5800/R320a-M4 ユーザーズガイド

N Express5800/R320a-E4  N Express5800/R320a-M4  ユーザーズガイド 7 7 Phoenix BIOS 4.0 Release 6.0.XXXX : CPU=Pentium III Processor XXX MHz 0640K System RAM Passed 0127M Extended RAM Passed WARNING 0212: Keybord Controller Failed. : Press to resume, to setup

More information

Express5800/R320a-E4, Express5800/R320b-M4ユーザーズガイド

Express5800/R320a-E4, Express5800/R320b-M4ユーザーズガイド 7 7 Phoenix BIOS 4.0 Release 6.0.XXXX : CPU=Pentium III Processor XXX MHz 0640K System RAM Passed 0127M Extended RAM Passed WARNING 0212: Keybord Controller Failed. : Press to resume, to setup

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

untitled

untitled FutureNet Microsoft Corporation Microsoft Windows Windows 95 Windows 98 Windows NT4.0 Windows 2000, Windows XP, Microsoft Internet Exproler (1) (2) (3) COM. (4) (5) ii ... 1 1.1... 1 1.2... 3 1.3... 6...

More information

DL1720/DL1740ディジタルオシロスコープユーザーズマニュアル

DL1720/DL1740ディジタルオシロスコープユーザーズマニュアル DL1720/DL1740 IM 701710-01 http://www.yokogawa.co.jp/measurement/ 0120-137046 tmi-cs@csv.yokogawa.co.jp FAX 0422-52-6624 Disk No. DL30 2nd Edition : July 2001 (YK) All Rights Reserved, Copyright 2001 Yokogawa

More information

00-COVER.P65

00-COVER.P65 AHA-2910C R AHA-2910C PCI-to-Fast SCSI 1998 Adaptec, Inc. All rights reserved. Adaptec, Inc., 691 South Milpitas Blvd., Milpitas, CA 95035 Adaptec Adaptec Adaptec AHA PhaseEngine SCSISelect Adaptec Adaptec

More information

P2P? ( )? ( SOX ) ( ) COPYRIGHT 2005 SSH COMMUNICATIONS SECURITY CORP. ALL RIGHTS RESERVED. 2

P2P? ( )? ( SOX ) ( ) COPYRIGHT 2005 SSH COMMUNICATIONS SECURITY CORP. ALL RIGHTS RESERVED. 2 SSH Security Solution 2006 COPYRIGHT 2005 SSH COMMUNICATIONS SECURITY CORP. ALL RIGHTS RESERVED. 1 P2P? ( )? ( SOX ) ( ) COPYRIGHT 2005 SSH COMMUNICATIONS SECURITY CORP. ALL RIGHTS RESERVED. 2 SSH Tectia

More information

SANworks

SANworks 2002 1 15 1 2002 1 MA8000/EMA12000 RAID MA8000/EMA12000 SAN SAN SAN (HSG ) HSG80/60 SAN RAID Compaq Insight FRU Web 189715-001 GBIC-SW 1 (2m) 234457-B21 (5m) 234457-B22 (15m) GBIC-SW 1 380561-B21 (Fabric

More information

unitech PA600 Rugged En PDA - RFID HF - unitech G Ver.1.2

unitech PA600 Rugged En PDA - RFID HF - unitech G Ver.1.2 unitech PA600 Rugged En PDA - RFID HF - unitech 400618G Ver.1.2 - 2009 Unitech Oracle Embedded Software Licensing Program FCC - i 16 PA600 1. 5V/2A AC USB DC 2. PA600 DC 8 SDRAM 60 C C C C ii PA600 RFID

More information

H1

H1 CA ARCserve r16.5 CA ARCserve Backup r16.5 CA ARCserve D2D r16.5 CA ARCserve Replication / CA ARCserve CA ARCserve r16.5 3.11 IT IT CA ARCserve r16.5 CA ARCserve CA ARCserve CA ARCserve r16.5 D 3.4% C

More information

Cisco® ASA シリーズルーター向けDigiCert® 統合ガイド

Cisco® ASA シリーズルーター向けDigiCert® 統合ガイド Cisco ASA DigiCert 2013 7 8 Cisco ASA VPN DigiCert : 2013 7 8 Copyright 2018 DigiCert, Inc. All rights reserved. DigiCert DigiCert DigiCert, Inc. Symantec Norton Symantec Corporation DigiCert, Inc. DigiCert,

More information

NetWorker Avamar リリース8.0統合ガイド

NetWorker Avamar リリース8.0統合ガイド EMC NetWorker Avamar 8.0 P/N 300-013-563 A02 Copyright 2012 EMC Corporation. All rights reserved. 2012 7 EMC Corporation EMC Corporation EMC EMC 2 EMC EMC EMC Corporation EMC Web Technical Documentation

More information

Microsoft Windows Hyper-VでのVNXeシステムの使用

Microsoft Windows Hyper-VでのVNXeシステムの使用 EMC VNXe Microsoft Windows Hyper-V VNXe VNXe Operating Environment 2.4 P/N 300-010-552 04 Copyright 2013 EMC Corporation. All rights reserved. 2013 5 EMC Corporation EMC Corporation EMC EMC 2 EMC EMC EMC

More information

InfoPrint 5400 モデルF10 設置と操作の手引き(付録:A~G)

InfoPrint 5400 モデルF10 設置と操作の手引き(付録:A~G) A. InfoPrint 5400 A.1 InfoPrint 5400 ( 1 A-6 3.5 16 ( 2) (89 406 mm) 8 12 (203 305 mm) (102 mm 6.35 ±0.25 mm 0.1 mm 12.7 ±0.1 mm 0.15 mm 4.0 ±0.1 mm ( 3) ( 4) ( 4) 1 mm 2 3mm 1 mm 2 mm ( 5) 55 kg 135 kg

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

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

クラウド時代のインフラ構成/変更管理とコンプライアンス管理 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 データベース移行計画アセスメント:移行前

Oracle データベース移行計画アセスメント:移行前 OpenVMS Alpha to Integrity Transition Module V1.2 IT 6 Rev 1.2 1 OracleRdbRDBMS RDBMS Oracle Oracle Rdb Rdb Oracle Rdb Oracle Oracle Oracle OpenVMS Alpha Oracle9iRAC Intel Itanium 2 HP Integrity 2 Rev.

More information