サンのオープンソースへの 取り組み

Size: px
Start display at page:

Download "サンのオープンソースへの 取り組み"

Transcription

1 <Insert Picture Here> High Availability Option and Cluster

2 以下の事項は 弊社の一般的な製品の方向性に関する概要を説明するものです また 情報提供を唯一の目的とするものであり いかなる契約にも組み込むことはできません 以下の事項は マテリアルやコード 機能を提供することをコミットメント ( 確約 ) するものではないため 購買決定を行う際の判断材料になさらないで下さい オラクル製品に関して記載されている機能の開発 リリースおよび時期については 弊社の裁量により決定されます Oracle と Java は Oracle Corporation 及びその子会社 関連会社の米国及びその他の国における登録商標です 文中の社名 商品名等は各社の商標または登録商標である場合があります 2 Copyright 2010, Oracle. All rights reserved.

3 The world's most popular open source database 世界で最も有名なオープンソースデータベース

4 の高可用性構成 レプリケーション ( 標準機能 ) 非同期 & 準同期データレプリケーション +DRBD Linux 用のノード間データコピー アプリケーション / AP サーバ アプリケーション / AP サーバ 負荷分散 フェールオーバー Server 非同期複製準同期複製 Server 3 rd ベンダ製 HA ソフト利用共有ディスクにデータを格納 Server 同期複製 Server Cluster シェアードナッシング型高性能クラスタ アプリケーション / AP サーバ アプリケーション / AP サーバ フェールオーバー 負荷分散 Server 共有ディスク Server Cluster 双方向同期複製 Cluster

5 複合型の高可用性構成例 共有ディスク型構成 + レプリケーション Cluster + レプリケーション アプリケーション / AP サーバ アプリケーション / AP サーバ フェールオーバー 負荷分散 非同期複製 Server 共有ディスク Server Cluster 双方向同期複製 Cluster 非同期複製 Server Server Server 参照処理の負荷分散 Cluster 双方向同期複製 Cluster アプリケーション / AP サーバ

6 レプリケーション

7 レプリケーションとは? データの変更点を 1 つ以上の場所に複製すること 非同期レプリケーション - Asynchronous Replication update customer 同期レプリケーション - Synchronous Replication update customer

8 レプリケーション の標準機能 シンプルな設定 マスタ スレーブ 多数 Web での実績 非同期型 & 準同期型 特徴 参照性能を向上させる構成 バックアップ用途での利用も 基本は一方向でのデータコピーだが 双方向や循環型での利用も可能 ( データの更新 ( には注意が必要 更新ログ (bin-log) を利用 Web アプリケーションでは参照が 95% ( Digg.com ) 更新が 5% というケースも > シンプルなスケールアウト構成によって簡単に 20 倍以上の性能向上が図れる

9 非同期レプリケーション Application Commit Response Changing Data Connection Thread Data Changing Binlog Binlog Replication Relaylog Changing Data Data Master Slave

10 レプリケーションの構成パターン マスタ > スレーブ マスタ > マルチスレーブ マルチマスタ > スレーブ ( マルチソース ) マスタ > スレーブ > マルチスレーブ マスタ < > マスタ ( マルチマスタ ) 循環型 ( マルチマスタ )

11 準同期レプリケーション Application Commit Response Changing Data Connection Thread Data Changing Binlog Binlog Response Replication Relaylog Changing Data Data Master Slave

12 5.5 のレプリケーション改善点 1. 準同期 (Semisynchronous) レプリケーションスレーブに変更点を転送してからアプリケーションに応答を返すため 信頼性が向上 2. スレーブでの fsync 改良 & リレーログの自動復旧 fsyncs を改良しスレーブの障害時のログ破損を回避 破損した場合にも自動普及 3. レプリケーションハードビート障害発生検知のメカニズムの精度を向上 4. サーバ毎のレプリケーションフィルタリング特定のサーバ ID を持つマスターのイベントを無視 Copyright Oracle Corporation

13 5.5 のレプリケーション改善点 5. スレーブでのデータ型変換の自動化 (RBR) マスターとスレーブ間でデータ型が異なる場合に自動的に型を変換 6. ログを個別にフラッシュ 'FLUSH LOGS' 実行時にログを選択してフラッシュ可能に 7. トランザクション非対応に関係なく安全にログに記録 InnoDB と MyISAM のテーブルを同一のトランザクション内で更新した場合 コミット後に全変更点をバイナリログに記録 Copyright Oracle Corporation

14 Cluster

15 Cluster 非共有ディスク型高可用性クラスタソリューション サーバの追加により性能 & データ容量を拡大するスケールアウト構成 無停止でのサーバ追加 & データ再構成が可能 データを複数のサーバにデータの複製を分散配置 マルチマスタ構成 単一障害点無し ミリ秒単位での障害検知 自動フェールオーバー 自動リカバリ ACID 準拠のトランザクション 通信系の加入者データベースや Web のセッション永続化など シンプルなトランザクションが同時多発的に発生するシステム向き SQL 以外にも C++ や Java の API 経由で直接データアクセス可能 SQL Based Applications Server Data Node Data Node JDBC/ODBC/etc C++/Java Applications Cluster LDAP Data Node Data Node NDB API NDB API Management Client Management Node MGM API

16 Cluster を構成するコンポーネント SQL Node ( ) NDB API ( Application ) Data Node ( Engine (NDB Storage Management Node 標準的な SQL インターフェース スケールアウトによる性能向上 レプリケーション構成可能 高パフォーマンス C++ API 開発ガイドを公開 ( メモリ データストレージ ( ディスク / 自動的なパーティショニング ローカル & グローバルチェックポイント スケールアウトによる容量と可用性向上 管理および設定 "Arbitration" 調停役 2 ノードでの可用性

17 Cluster に関するキーワード パーティション 水平 ( 行単位 ) パーティショニング 主キー ( または指定のインデックス ) のKeyパーティショニング パーティション数 = データノード数 レプリカ データの完全なコピー ノードグループ 自動的に作成される グループ数 = データノード数 レプリカ数

18 NDB API によるアクセス NDB API = 高パフォーマンス C++ API キー インデックススキャン テーブルスキャン ACIDトランザクション対応 オブジェクト指向エラーハンドリング SQLでは達成できない非常に高いパフォーマンス SQL Node () X NDB API Data Node (NDB Storage Engine)

19 Cluster Connector for Java Cluster Connector for Java ネイティブ Java インターフェース SQL は利用しない Cluster Java API : ドメインオブジェクトモデルのパーシステンス API 別名 Cluster/J Java アプリケーションに組み込んで利用 JPA 準拠の O/R マッパーでのアクセス Cluster Plug-in for OpenJPA 主キーによる参照 更新 挿入や削除は Cluster/J で その他の処理は JDBC を利用 > レイテンシーの低減による 10 倍以上のスループット >Java プログラマの 普通の コーディングで利用可能

20 JDBC ドライバと Cluster/J との比較 Measured as CPU time on a single host

21 Geographical Replication - 地理的冗長性の確保 Cluster 1 同期型レプリケーション MyISAM MEMORY InnoDB Cluster 2 クラスタのノードグループ間では同期型レプリケーションで 冗長性を確保 地理的に離れたクラスタ間で 双方向の非同期型レプリケーションを行い 地理的冗長性を確保 ( Cluster ではない ) 通常の サーバへ非同期型のレプリケーションを行い レポート生成や課金処理などのアプリケーションを実行 非同期型レプリケーション

22 Cluster CGE 7.1 Key Enhancements Reducing Cost of Operations Delivering up to 10x higher Java Throughput Simplified Management & Monitoring: NDBINFO Cluster Manager (part of CGE only) Faster Restarts Cluster Connector for Java: Native Java API JPA Plug-In

23 ndbinfo mysql> use ndbinfo mysql> show tables; Tables_in_ndbinfo blocks config_params counters logbuffers logspaces memoryusage nodes resources transporters New database (ndbinfo) which presents real-time metric data in the form of tables Exposes new information together with providing a simpler, more consistent way to access existing data Examples include: Resource usage (memory, buffers) Event counters (such as number of READ operations since last restart) Data node status and connection status

24 ndbinfo Example 1: Check memory usage/availability mysql> select * from memoryusage; node_id DATA_MEMORY used max DATA_MEMORY DATA_MEMORY INDEX_MEMORY INDEX_MEMORY Note that there is a DATA_MEMORY and INDEX_MEMORY row for each data node in the cluster If the Cluster is nearing the configured limit then increase the DataMemory and/or IndexMemory parameters in config.ini and then perform a rolling restart

25 ndbinfo Example 2: Check how many table scans performed on each data node since the last restart mysql> select node_id as 'data node', val as 'Table Scans' from counters where counter_name='table_scans'; data node Table Scans You might check this if your database performance is lower than anticipated If this figure is rising faster than you expected then examine your application to understand why there are so many table scans

26 Cluster 7.1: ndbinfo Example 3: Check if approaching the point at which the undo log completely fills up between local checkpoints (which could result in delayed transactions or even a database halt if not addressed): mysql> select node_id as 'data node', total as 'configured undo log buffer size', used as 'used buffer space' from logbuffers where log_type='dd-undo ; data node configured undo log buffer size used buffer space If log buffer is almost full then increase size of log buffer

27 Enterprise Monitor 2.3

28 Cluster Manager 1.0 Features Automated Management Monitoring HA Operations Cluster-Wide Management Process Management On-Line Operations (Upgrades / Reconfiguration) Status Monitoring & Recovery Disk Persistence Configuration Consistency HA Agent Operation

29 Example configuration mysql client 7. mysqld 1. ndb_mgmd agent ndbd 5. ndbd agent n. mysqld Server (ID=n) n. ndb_mgmd Management Node (ID=n) n. ndbd Data Node (ID=n) 8. mysqld 2. ndb_mgmd agent ndbd 6. ndbd agent Cluster Manager agent runs on each physical host No central process for Cluster Manager agents co-operate, each one responsible for its local nodes Agents are responsible for managing all nodes in the cluster Management responsibilities Starting, stopping & restarting nodes Configuration changes Upgrades Host & Node status reporting Recovering failed nodes agent Cluster Manager agent

30 Creating & Starting a Cluster mysql client 7. mysqld 1. ndb_mgmd agent ndbd 5. ndbd agent mysqld 2. ndb_mgmd agent ndbd 6. ndbd agent Define the site: Mysql> create site --hosts= , , -> , mysite; 2. Expand the Cluster tar-ball(s) from mysql.com to known directory 3. Define the package(s): Mysql> add package --basedir=/usr/local/mysql_6_3_26 6.3; Mysql> add package --basedir=/usr/local/mysql_7_0_7 7.0; Note that the basedir should match the directory used in Step Create the Cluster Mysql> create cluster --package=6.3 -> --processhosts=ndb_mgmd@ ,ndb_mgmd@ , -> ndbd@ ,ndbd@ , ndbd@ , -> ndbd@ ,mysqld@ ,mysqld@ > mycluster; This is where you define what nodes/processes make up the Cluster and where they should run 5. Start the Cluster: Mysql> start cluster mycluster;

31 Upgrade Cluster mysql client 7. mysqld 8. mysqld Upgrade from Cluster to 7.0.7: 1. ndb_mgmd agent ndbd 5. ndbd agent ndb_mgmd agent ndbd 6. ndbd agent mysql> upgrade cluster --package=7.0 mycluster; Automatically upgrades each node and restarts the process in the correct order to avoid any loss of service Without Cluster Manager, the administrator must stop each process in turn, start the process with the new version and wait for the node to restart before moving onto the next one

32 Cluster Manager 1.1 GA 1 st November 2010 Mgmt mysqld 33 Node 34 mysqld Mgmt Node Mgmt mysqld mysqld 33 Node 34 mysqld mysqld Mgmt Node Data Node Data Node Data Node Data Node Data Node Data Node On-line add-node mysql> add hosts --hosts= , mysite; mysql> add package --basedir=/usr/local/mysql_7_0_7 hosts= , ; mysql> add process -- processhosts=mysqld@ ,mysqld@ ,ndbd@ ,ndbd@ mycluster; mysql> start process --added mycluster; Restart optimizations Fewer nodes restarted on some parameter changes

33 米国海軍航空母艦用航空機管理システム Aviation Data Management and Control System (ADMACS) 世界最大の軍艦ニミッツ級航空母艦で運用中 艦載機 飛行甲板の運用管理 空母に搭載された航空機のメンテナンス 燃料補給計画の管理 空母上の飛行甲板の利用を含む フライトプランの作成および管理 Cluster 4 ノードの Linux 上で利用 単一障害点のない完全な冗長性 障害を想定したテストでの安定性とフットプリントの小ささが選択理由

34 NEC モバイルインターネットプラットフォーム 3G 通信の顧客情報管理 ユーザ認証 アクセス制御 課金システム アプリケーションによって SQL および API を利用 2,000 万加入者のデータを管理 2,400TPS を処理 将来の加入者やデータ量 処理能力の増加に備えたフレキシブルなサーバ構成が可能 お客様の声 Cluster の安定性と処理性能はすでに理解していましたが 特に選定の決め手となったのは導入の容易性と 拡張性の高さです

35 の高可用性構成 レプリケーション ( 標準機能 ) 非同期 & 準同期データレプリケーション +DRBD Linux 用のノード間データコピー アプリケーション / AP サーバ アプリケーション / AP サーバ 負荷分散 フェールオーバー Server 非同期複製準同期複製 Server 3 rd ベンダ製 HA ソフト利用共有ディスクにデータを格納 Server 同期複製 Server Cluster シェアードナッシング型高性能クラスタ アプリケーション / AP サーバ アプリケーション / AP サーバ フェールオーバー 負荷分散 Server 共有ディスク Server Cluster 双方向同期複製 Cluster

36 Requirements Replication Cluster Availability & DRBD Automatic Fail Over No Yes Yes Fail Over Time Varies < 1 sec < 5 min Resynch of Data No Yes Yes Geographic Redundancy Yes Yes No Scalability Load Balancing Scale-Out Yes No Read Intensive Yes Yes No Write Intensive No Yes No # of Nodes 100 s (reads) Active SQL Functionality Primary Key Lookups Yes Yes Yes Simple JOINs Yes Yes Yes Complex JOINs Yes No Yes Transactions Yes Yes Yes

37 37

サンのオープンソースへの 取り組み

サンのオープンソースへの 取り組み の高可用性構成 日本オラクル株式会社 Global Business Unit 以下の事項は 弊社の一般的な製品の方向性に関する概要を説明するものです また 情報提供を唯一の目的とするものであり いかなる契約にも組み込むことはできません 以下の事項は マテリアルやコード 機能を提供することをコミットメント ( 確約 ) するものではないため 購買決定を行う際の判断材料になさらないで下さい

More information

MySQL Cluster

MySQL Cluster MySQL Cluster 製品概要 日本オラクル MySQL Global Business Unit 以下の事項は 弊社の一般的な製品の方向性に関する概要を説明するものです また 情報提供を唯一の目的とするものであり いかなる契約にも組み込むことはできません 以下の事項は マテリアルやコード 機能を提供することをコミットメント ( 確約 ) するものではないため

More information

PowerPoint Presentation

PowerPoint Presentation MySQL Workbench を使ったデータベース開発 日本オラクル株式会社山崎由章 / MySQL Senior Sales Consultant, Asia Pacific and Japan 1 Copyright 2013, Oracle and/or its affiliates. All rights reserved. 以下の事項は 弊社の一般的な製品の方向性に関する概要を説明するものです

More information

_OBCI(MySQL).ppt

_OBCI(MySQL).ppt Web MySQL & memcached MySQL MySQL Principal Sales Consultant, Asia Pacific & Japan Copyright 2010, Oracle. All rights reserved. 2 The world's most popular open source database MySQL

More information

PowerPoint Presentation

PowerPoint Presentation MySQL Workbench 6.0 概要 日本オラクル株式会社山崎由章 / MySQL Senior Sales Consultant, Asia Pacific and Japan 1 Copyright 2014, Oracle and/or its affiliates. All rights reserved. 以下の事項は 弊社の一般的な製品の方向性に関する概要を説明するものです また

More information

MySQL研修コース & 資格のご案内

MySQL研修コース & 資格のご案内 < 写真欄 > MySQL 研修コース & 資格のご案内 2011/2/25 日本オラクル株式会社 オラクルユニバーシティ 以下の事項は 弊社の一般的な製品の方向性に関する概要を説明するものです また 情報提供を唯一の目的とするものであり いかなる契約にも組み込むことはできません 以下の事項は マテリアルやコード 機能を提供することをコミットメント ( 確約 ) するものではないため 購買決定を行う際の判断材料になさらないで下さい

More information

スライド 1

スライド 1 1 MySQL パフォーマンス機能改善点紹介 日本オラクル株式会社山崎由章 / MySQL Senior Sales Consultant, Asia Pacific and Japan 2 以下の事項は 弊社の一般的な製品の方向性に関する概要を説明するものです また 情報提供を唯一の目的とするものであり いかなる契約にも組み込むことはできません 以下の事項は マテリアルやコード 機能を提供することをコミットメント

More information

PowerPoint Presentation

PowerPoint Presentation MySQL の高可用性構成 日本オラクル株式会社山崎由章 / MySQL Senior Sales Consultant, Asia Pacific and Japan 1 Copyright 2013, Oracle and/or its affiliates. All rights reserved. 以下の事項は 弊社の一般的な製品の方向性に関する概要を説明するものです また 情報提供を唯一の目的とするものであり

More information

MySQL Cluster

MySQL Cluster MySQL Cluster 7.2 の新機能 Web スケール パフォーマンスとキャリアグレードの可用性 日本オラクル株式会社 MySQL Global Business Unit 以下の事項は 弊社の一般的な製品の方向性に関する概要を説明するものです また 情報提供を唯一の目的とするものであり いかなる契約にも組み込むことはできません 以下の事項は マテリアルやコード

More information

fx-9860G Manager PLUS_J

fx-9860G Manager PLUS_J fx-9860g J fx-9860g Manager PLUS http://edu.casio.jp k 1 k III 2 3 1. 2. 4 3. 4. 5 1. 2. 3. 4. 5. 1. 6 7 k 8 k 9 k 10 k 11 k k k 12 k k k 1 2 3 4 5 6 1 2 3 4 5 6 13 k 1 2 3 1 2 3 1 2 3 1 2 3 14 k a j.+-(),m1

More information

スライド 1

スライド 1 1 MySQL レプリケーション最新実装解説 日本オラクル株式会社山崎由章 / MySQL Senior Sales Consultant, Asia Pacific and Japan 2 以下の事項は 弊社の一般的な製品の方向性に関する概要を説明するものです また 情報提供を唯一の目的とするものであり いかなる契約にも組み込むことはできません 以下の事項は マテリアルやコード 機能を提供することをコミットメント

More information

MySQL5.5 MySQL

MySQL5.5 MySQL MySQL5.5 MySQL Twitter: @RKajiyama The world's most popular open source database MySQL 60.5% PostgreSQL 51.9% : 3 (2009 PostgreSQL MySQL Oracle SQL Server MySQL PostgreSQL IBM DB2 : ITmedia 6 DBMS ITmedia

More information

Slide 1

Slide 1 Oracle Data Guard の構築とフェイルオーバー実行例 日本オラクル株式会社 以下の事項は 弊社の一般的な製品の方向性に関する概要を説明するものです また 情報提供を唯一の目的とするものであり いかなる契約にも組み込むことはできません 以下の事項は マテリアルやコード 機能を提供することをコミットメント ( 確約 ) するものではないため 購買決定を行う際の判断材料になさらないで下さい

More information

MySQL Replication and Scalability

MySQL Replication and Scalability MySQL レプリケーション & スケーラビリティ 日本オラクル MySQL Global Business Unit テクニカルアナリスト奥野幹也 2011 年 10 月 28 日 以下の事項は 弊社の一般的な製品の方向性に関する概要を説明するものです また 情報提供を唯一の目的とするものであり いかなる契約にも組み込むことはできません 以下の事項は マテリアルやコード

More information

Microsoft PowerPoint - MySQL-backup.ppt

Microsoft PowerPoint - MySQL-backup.ppt MySQL バックアップ リカバリ概要 オープンソース コンピテンシコンピテンシ センター日本ヒューレットパッカードヒューレットパッカード株式会社 2006 年 12 月 6 日 2006 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice

More information

Oracle Database 12c

Oracle Database 12c 免責事項 以下の事項は 弊社の一般的な製品の方向性に関する概要を説明するものです また 情報提供を唯一の目的とするものであり いかなる契約にも組み込むことはできません 以下の事項は マテリアルやコード 機能を提供することをコミットメント ( 確約 ) するものではないため 購買決定を行う際の判断材料になさらないで下さい オラクル製品に関して記載されている機能の開発 リリースおよび時期については 弊社の裁量により決定されます

More information

Oracle Solaris 仮想環境とプロビジョン環境の構築

Oracle Solaris 仮想環境とプロビジョン環境の構築 1 Oracle Solaris 仮想化環境と OS プロビジョニング環境の構築 日本オラクル株式会社プロダクト & パートナーソリューション本部シニア セールス コンサルタント黒田俊介 以下の事項は 弊社の一般的な製品の方向性に関する概要を説明するものです また 情報提供を唯一の目的とするものであり いかなる契約にも組み込むことはできません 以下の事項は マテリアルやコード 機能を提供することをコミットメント

More information

How to Use the PowerPoint Template

How to Use the PowerPoint Template Customer Success Stories 2017 クラウド時代のアイデンティティ アクセス管理 - Oracle Identity Cloud Service のご紹介と導入のアプローチ - 日本オラクル株式会社クラウド テクノロジー事業統括 Fusion Middleware 事業本部 プリンシパル セールスコンサルタント井坂源樹 Copyright Copyright 2014 Oracle

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

Make the Future Java FY13 PPT Template

Make the Future Java FY13 PPT Template Yoshio Terada Java Evangelist http://yoshio3.com, Twitter : @yoshioterada 1 以下の事項は 弊社の一般的な製品の方向性に関する概要を説明するものです また 情報提供を唯一の目的とするものであり いかなる契約にも組み込むことはできません 以下の事項は マテリアルやコード 機能を提供することをコミットメント ( 確約 ) するものではないため

More information

untitled

untitled 2 3 4 5 6 READ PK POINT 5.1.30 InnoDB 5.1.30 MyISAM 5.0.79 InnoDB 5.0.79 MyISAM 7 READ_KEY_POINT_LIMIT 5.1.30 InnoDB 5.1.30 MyISAM 5.0.79 InnoDB 5.0.79 MyISAM 8 READ PK RANGE 5.1.30 InnoDB 5.1.30 MyISAM

More information

PowerPoint Presentation

PowerPoint Presentation 1 MySQL 5.6 レプリケーションと GTID MySQL Global Business Unit Sales Consulting Manager, JAPAC 梶山隆輔 / Ryusuke Kajiyama 2 MySQL レプリケーション GTID (Global Transaction Identifiers) MySQL Utilities 3 レプリケーション : マスタ スレーブのデータコピー

More information

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

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

More information

MySQL Cluster

MySQL Cluster MySQL による HA スケールアウトソリューション 松信嘉範 (MATSUNOBU Yoshinori) MySQL 株式会社シニアコンサルタント ymatsunobu@mysql.com 1 Agenda MySQL 社の紹介 HA スケールアウト技術概要 MySQL による HA スケールアウトソリューションの解説 レプリケーション HA 構成 パーティショニング MySQL Cluster

More information

_55wSCS.ppt

_55wSCS.ppt MySQL MySQL 5.5 MySQL, MySQL Principal Sales Consultant, Asia Pacific & Japan Copyright 2011, Oracle. All rights reserved. 2 The world's most popular open source database MySQL 60.5%

More information

はじめに

はじめに IT 1 NPO (IPEC) 55.7 29.5 Web TOEIC Nice to meet you. How are you doing? 1 type (2002 5 )66 15 1 IT Java (IZUMA, Tsuyuki) James Robinson James James James Oh, YOU are Tsuyuki! Finally, huh? What's going

More information

Oracle SQL Developerの移行機能を使用したOracle Databaseへの移行

Oracle SQL Developerの移行機能を使用したOracle Databaseへの移行 < ここに画像を挿入 > Oracle SQL Developer の移行機能を使用した Oracle Database への移行 以下の事項は 弊社の一般的な製品の方向性に関する概要を説明するものです また 情報提供を唯一の目的とするものであり いかなる契約にも組み込むことはできません 以下の事項は マテリアルやコード 機能を提供することをコミットメント ( 確約 ) するものではないため 購買決定を行う際の判断材料になさらないで下さい

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

Slide 1

Slide 1 MySQL Enterprise Edition 製品紹介 日本オラクル MySQL グローバルビジネスユニット梶山隆輔 MySQL Principal Sales Consultant, Asia Pacific & Japan 以下の事項は 弊社の一般的な製品の方向性に関する概要を説明するものです また 情報提供を唯一の目的とするものであり いかなる契約にも組み込むことはできません

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

外部SQLソース入門

外部SQLソース入門 Introduction to External SQL Sources 外部 SQL ソース入門 3 ESS 3 ESS : 4 ESS : 4 5 ESS 5 Step 1:... 6 Step 2: DSN... 6 Step 3: FileMaker Pro... 6 Step 4: FileMaker Pro 1. 6 Step 5:... 6 Step 6: FileMaker Pro...

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

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

HP OpenSource ブループリント

HP OpenSource ブループリント HP OpenSource MySQL Server 5.0 ver 1.0 1 MySQL 5.0 MySQL 5.0 1 MySQL MySQL 2 MySQL Enterprise MySQL MySQL Enterprise 3 MySQL MySQL 4 MySQL MySQL 5 MySQL Cluster MySQL MySQL Cluster 6 MySQL HP 1 HP Proliant

More information

ロードバランサー配下のシボレス IdP 環境設定に関する検証実験 2009 年 12 月 22 日国立情報学研究所学術ネットワーク研究開発センター山地一禎, 中村素典

ロードバランサー配下のシボレス IdP 環境設定に関する検証実験 2009 年 12 月 22 日国立情報学研究所学術ネットワーク研究開発センター山地一禎, 中村素典 ロードバランサー配下のシボレス IdP 環境設定に関する検証実験 2009 年 12 月 22 日国立情報学研究所学術ネットワーク研究開発センター山地一禎, 中村素典 2 1. 目的ロードバランサー配下で複数のシボレス IdP からなるクラスタを構築するための設定方法を調べることを目的とする. 2. 実験環境検証実験は, ロードバランサー 1 台 (F5 ネットワークスジャパン株式会社 BIG-IP),

More information

Microsoft Word - Win-Outlook.docx

Microsoft Word - Win-Outlook.docx Microsoft Office Outlook での設定方法 (IMAP および POP 編 ) How to set up with Microsoft Office Outlook (IMAP and POP) 0. 事前に https://office365.iii.kyushu-u.ac.jp/login からサインインし 以下の手順で自分の基本アドレスをメモしておいてください Sign

More information

スライド 1

スライド 1 PostgreSQL レプリケーション ~pgpool/slony-i の運用性とその評価 ~ SRA OSS, Inc. 日本支社 http://www.sraoss.co.jp/ 佐藤友章 sato@sraoss.co.jp Copyright 2007 SRA OSS, Inc. Japan All rights reserved. 1 アジェンダ はじめに レプリケーションとは? pgpool/slony-i

More information

PowerPoint Presentation

PowerPoint Presentation Oracle Database Firewall 導入ベストプラクティス 製品事業統括製品戦略統括本部戦略製品ソリューション本部シニアエンジニア,CISSP 西村克也 1 Copyright 2012, Oracle and/or its affiliates. All rights reserved. 2 Copyright 2012, Oracle and/or its affiliates.

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

Slide 1

Slide 1 MySQL 認定資格ポイント解説セミナー MySQL 再 入門 日本オラクル MySQL グローバルビジネスユニット梶山隆輔 MySQL Sales Consulting Manager, Asia Pacific & Japan 1 以下の事項は 弊社の一般的な製品の方向性に関する概要を説明するものです また 情報提供を唯一の目的とするものであり いかなる契約にも組み込むことはできません

More information

D-Link DWL-3500AP/DWL-8500AP 設定ガイド

D-Link DWL-3500AP/DWL-8500AP 設定ガイド 2 2001-2009 D-Link Corporation. All Rights Reserved. 3 4 2001-2009 D-Link Corporation. All Rights Reserved. 5 NOTE: 6 2001-2009 D-Link Corporation. All Rights Reserved. 7 8 2001-2009 D-Link Corporation.

More information

2D/3D CAD データ管理導入手法実践セミナー Autodesk Vault 最新バージョン情報 Presenter Name 2013 年 4 月 2013 Autodesk

2D/3D CAD データ管理導入手法実践セミナー Autodesk Vault 最新バージョン情報 Presenter Name 2013 年 4 月 2013 Autodesk 2D/3D CAD データ管理導入手法実践セミナー Autodesk Vault 最新バージョン情報 Presenter Name 2013 年 4 月 2013 Autodesk Autodesk Vault 2014 新機能 操作性向上 Inventor ファイルを Vault にチェックインすることなくステータス変更を実行できるようになりました 履歴テーブルの版管理を柔軟に設定できるようになりました

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

arcserve Backup r16 ライセンスと WSFC 対応製品 Arcserve Japan rev. 1.5

arcserve Backup r16 ライセンスと WSFC 対応製品 Arcserve Japan rev. 1.5 arcserve Backup r16 ライセンスと WSFC 対応製品 Arcserve Japan rev. 1.5 arcserve Backup のライセンスと WSFC 対応製品 2 Copyright 2014 Arcserve(USA),LLC. All rights reserved. WSFC 環境の 3 つのバックアップ構成 WSFC: リモートノード ネットワーク上の WSFC

More information

nakayama15icm01_l7filter.pptx

nakayama15icm01_l7filter.pptx Layer-7 SDN SDN NFV 50 % 3 MVNO 1 2 ICM @ 2015/01/16 2 1 1 2 2 1 2 2 ICM @ 2015/01/16 3 2 Service Dependent Management (SDM) SDM Simple Management of Access-Restriction Translator Gateway (SMART-GW) ICM

More information

設定手順

設定手順 IP Cluster & Check Point NGX (IPSO 4.0 & Check Point NGX (R60)) 2007 7 IP Cluster & Check Point NGX...2 1 Gateway Cluster...6 1-1 cpconfig...6 1-2 Gateway Cluster...6 1-3 3rd Party Configuration...8 1-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

目次 はじめに... 2 無料トライアルのサインアップ方法... 3 トライアル環境へのアクセス 参考情報

目次 はじめに... 2 無料トライアルのサインアップ方法... 3 トライアル環境へのアクセス 参考情報 2018 年 11 月 日本オラクル株式会社 目次 はじめに... 2 無料トライアルのサインアップ方法... 3 トライアル環境へのアクセス... 11 参考情報... 14 1 はじめに このガイドは Oracle Cloud の無料トライアルを利用登録 ( サインアップ ) するための手順書です 本お申込みでご利用いただけるサービスについては 以下サイトの [ ご利用可能な Oracle サービス

More information

ORACLE TUNING PACK 11G

ORACLE TUNING PACK 11G 注 : 本書は情報提供のみを目的としています 下記の事項は マテリアルやコード 機能の提供を確約するものではなく また 購買を決定する際の判断材料とはなりえません 本書に記載されている機能の開発 リリースおよび時期については 弊社の裁量により決定いたします ORACLE TUNING PACK 11G 主な機能 SQL Tuning Advisor Automatic SQL Tuning Advisor

More information

Oracle Web CacheによるOracle WebCenter Spacesパフォーマンスの向上

Oracle Web CacheによるOracle WebCenter Spacesパフォーマンスの向上 Oracle ホワイト ペーパー 2010 年 2 月 Oracle Web Cache による Oracle WebCenter Spaces パフォーマンスの向上 免責事項 以下の事項は 弊社の一般的な製品の方向性に関する概要を説明するものです また 情報提供を唯一の目的とするものであり いかなる契約にも組み込むことはできません 以下の事項は マテリアルやコード 機能を提供することをコミットメント

More information

untitled

untitled SUBJECT: Applied Biosystems Data Collection Software v2.0 v3.0 Windows 2000 OS : 30 45 Cancel Data Collection - Applied Biosystems Sequencing Analysis Software v5.2 - Applied Biosystems SeqScape Software

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

以下の事項は 弊社の一般的な製品の方向性に関する概要を説明するものです また 情報提供を唯一の目的とするものであり いかなる契約にも組み込むことはできません 以下の事項は マテリアルやコード 機能を提供することをコミットメント ( 確約 ) するものではないため 購買決定を行う際の判断材料になさらな

以下の事項は 弊社の一般的な製品の方向性に関する概要を説明するものです また 情報提供を唯一の目的とするものであり いかなる契約にも組み込むことはできません 以下の事項は マテリアルやコード 機能を提供することをコミットメント ( 確約 ) するものではないため 購買決定を行う際の判断材料になさらな 20 分で理解する Oracle GoldenGate 日本オラクル株式会社 以下の事項は 弊社の一般的な製品の方向性に関する概要を説明するものです また 情報提供を唯一の目的とするものであり いかなる契約にも組み込むことはできません 以下の事項は マテリアルやコード 機能を提供することをコミットメント ( 確約 ) するものではないため 購買決定を行う際の判断材料になさらないで下さい

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

Salesforce DX.key

Salesforce DX.key Salesforce DX とは? Salesforceの開発生産性向上のための新機能 Mitsuhiro Okamoto Senior Developer Evangelist Trail blazer @mitsuhiro mokamoto@salesforce.com Forward-Looking Statements Statement under the Private Securities

More information

PowerPoint Presentation

PowerPoint Presentation 1 Copyright 2013, Oracle and/or its affiliates. All rights reserved. 1 MySQL Enterprise Edition による監視 MySQL Global Business Unit Sales Consulting Manager, JAPAC 梶山隆輔 / Ryusuke Kajiyama 2 Copyright 2013,

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

Oracle Database Summit 2009お知らせ

Oracle Database Summit 2009お知らせ 今から始める BCP/BCM 対策 Oracle だからできること 日本オラクル株式会社テクノロジー製品事業統括本部データベースソリューション本部橋本琢爾 以下の事項は 弊社の一般的な製品の方向性に関する概要を説明するものです また 情報提供を唯一の目的とするものであり いかなる契約にも組み込むことはできません 以下の事項は マテリアルやコード 機能を提供することをコミットメント ( 確約 ) するものではないため

More information

データセンターの効率的な資源活用のためのデータ収集・照会システムの設計

データセンターの効率的な資源活用のためのデータ収集・照会システムの設計 データセンターの効率的な 資源活用のためのデータ収集 照会システムの設計 株式会社ネットワーク応用通信研究所前田修吾 2014 年 11 月 20 日 本日のテーマ データセンターの効率的な資源活用のためのデータ収集 照会システムの設計 時系列データを効率的に扱うための設計 1 システムの目的 データセンター内の機器のセンサーなどからデータを取集し その情報を元に機器の制御を行うことで 電力消費量を抑制する

More information

COBOL Standard Edition COBOL SQL アクセスのご紹介 2017 年 3 本電気株式会社 次 COBOL SQLアクセスとは P.4 COBOL85 SQLEXTENSIONからの移 P.10 製品情報 P.13 COBOL SQL アクセスとは 製品概要 COBOL ソース中の埋め込み SQL によるデータベースアクセスが可能に 業界標準 ODBC(Open DataBase

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

Cisco ASA Firepower ASA Firepower

Cisco ASA Firepower ASA Firepower Cisco ASA Firepower ASA Firepower 1 2 3 4 1 1-1 Cisco ASA Cisco ASA Firepower Cisco ASA with Firepower Services Cisco Adaptive Security Device Manager ASDM MEMO Cisco ASA with Firepower Services Application

More information

JP1 Version 11

JP1 Version 11 JP1 Version 11 システム構成例と概算価格 バックアップ管理 Hitachi, Ltd. 2016, 2018. All rights reserved. バックアップ管理システム構成例一覧 (1/2) バックアップ管理 ( マルチプラットフォーム環境向け ) NBU - 01 マルチプラットフォーム環境を統合的にバックアップし データを管理する場合の構成 JP1/VERITAS NetBackup

More information

H8000操作編

H8000操作編 8 26 35 32H800037H800042H8000 49 55 60 72 2 3 4 48 7 72 32 28 7 8 9 5 7 9 22 43 20 8 8 8 8 73 8 13 7 7 7 55 10 49 49 13 37 49 49 49 49 49 49 12 50 11 76 8 24 26 24 24 6 1 2 3 18 42 72 72 20 26 32 80 34

More information

2

2 8 24 32C800037C800042C8000 32 40 45 54 2 3 24 40 10 11 54 4 7 54 30 26 7 9 8 5 6 7 9 8 18 7 7 7 40 10 13 12 24 22 22 8 55 8 8 8 8 1 2 3 18 11 54 54 19 24 30 69 31 40 57 23 23 22 23 22 57 8 9 30 12 12 56

More information

RX600 & RX200シリーズ アプリケーションノート RX用仮想EEPROM

RX600 & RX200シリーズ アプリケーションノート RX用仮想EEPROM R01AN0724JU0170 Rev.1.70 MCU EEPROM RX MCU 1 RX MCU EEPROM VEE VEE API MCU MCU API RX621 RX62N RX62T RX62G RX630 RX631 RX63N RX63T RX210 R01AN0724JU0170 Rev.1.70 Page 1 of 33 1.... 3 1.1... 3 1.2... 3

More information

pg_monz 監視アイテム一覧 :Template App PostgreSQL Template App PostgreSQL アプリケーション LLD アイテムトリガー監視タイプ更新間隔ヒストリトレンドデフォルト説明ステータス pg.get pgsql.get.pg.bgwriter Zabb

pg_monz 監視アイテム一覧 :Template App PostgreSQL Template App PostgreSQL アプリケーション LLD アイテムトリガー監視タイプ更新間隔ヒストリトレンドデフォルト説明ステータス pg.get pgsql.get.pg.bgwriter Zabb pg_monz 監視アイテム一覧 :Template App PostgreSQL Template App PostgreSQL アプリケーション LLD アイテムトリガー監視タイプ更新間隔ヒストリトレンドデフォルト説明 pg.get pgsql.get.pg.bgwriter 60 90 365 無効 pg.bgwriterアプリケーションの監視アイテムの取得を行う pg.get pgsql.get.pg.transactions

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

MATLAB® における並列・分散コンピューティング ~ Parallel Computing Toolbox™ & MATLAB Distributed Computing Server™ ~

MATLAB® における並列・分散コンピューティング ~ Parallel Computing Toolbox™ & MATLAB Distributed Computing Server™ ~ MATLAB における並列 分散コンピューティング ~ Parallel Computing Toolbox & MATLAB Distributed Computing Server ~ MathWorks Japan Application Engineering Group Takashi Yoshida 2016 The MathWorks, Inc. 1 System Configuration

More information

Z7000操作編_本文.indb

Z7000操作編_本文.indb 2 8 17 37Z700042Z7000 46Z7000 28 42 52 61 72 87 2 3 12 13 6 7 3 4 11 21 34 61 8 17 4 11 4 53 12 12 10 75 18 12 42 42 13 30 42 42 42 42 10 62 66 44 55 14 25 9 62 65 23 72 23 19 24 42 8 26 8 9 9 4 11 18

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

Safe harbor statement under the Private Securities Litigation Reform Act of 1995: This presentation may contain forward-looking statements that involv

Safe harbor statement under the Private Securities Litigation Reform Act of 1995: This presentation may contain forward-looking statements that involv /mokamoto @mitsuhiro in/mitsuhiro Safe harbor statement under the Private Securities Litigation Reform Act of 1995: This presentation may contain forward-looking statements that involve risks, uncertainties,

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

2

2 8 23 32A950S 30 38 43 52 2 3 23 40 10 33 33 11 52 4 52 7 28 26 7 8 8 18 5 6 7 9 8 17 7 7 7 38 10 12 9 23 22 22 8 53 8 8 8 8 1 2 3 17 11 52 52 19 23 29 71 29 41 55 22 22 22 22 22 55 8 18 31 9 9 54 71 44

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

内蔵ハードディスクユニット-20GB (PG-HD2E4H) 内蔵ハードディスクユニット-40GB (PG-HD4E4H)取扱説明書 HARD DISK DRIVE 20GB(PG-HD2E4H) HARD DISK DRIVE 40GB(PG-HD4E4H) USER'S GUIDE

内蔵ハードディスクユニット-20GB (PG-HD2E4H) 内蔵ハードディスクユニット-40GB (PG-HD4E4H)取扱説明書 HARD DISK DRIVE 20GB(PG-HD2E4H)  HARD DISK DRIVE 40GB(PG-HD4E4H) USER'S GUIDE B7FY-0351-02 J E J 1 J 1 2 3 2 4 J 3 4 Preface Thank you very much for purchasing the hard disk drive. This hard disk drive provides a IDE interface and can be installed in the 3.5-inch storage bay of

More information

Microsoft iSCSI Software Targetを使用したクラスタへの共有ディスク・リソースの提供

Microsoft iSCSI Software Targetを使用したクラスタへの共有ディスク・リソースの提供 Microsoft iscsi Software Target を使用したクラスタへの共有ディスク リソースの提供 はじめに... 2 クラスタ ホスト エントリの作成... 3 イニシエータの設定... 7 クラスタ ノード 1 のイニシエータ... 7 クラスタ ノード 2 のイニシエータ... 7 iscsi 仮想ディスクのエクスポート... 8 iscsi デバイスの初期化... 11 Microsoft

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

untitled

untitled Oracle RAC 10gRAC Agenda 1. Why Oracle on Dell Dell Oracle on Linux Dell Oracle Dell Oracle 2. Oracle Clustering Solution Oracle Real Application Cluster 3. Case Study 4. Oracle RAC Solution on Dell Oracle

More information

PostgreSQLによる クラスタ運用および負荷分散術 SRA OSS, Inc. 日本支社 OSS事業本部 星合 拓馬

PostgreSQLによる クラスタ運用および負荷分散術 SRA OSS, Inc. 日本支社 OSS事業本部 星合 拓馬 PostgreSQLによる クラスタ運用および負荷分散術 SRA OSS, Inc. 日本支社 OSS事業本部 星合 拓馬 自己紹介 SRA OSS,Inc. 日本支社 OSSコミュニティ活動 2 PostgreSQLのサポート業務に従事 PostgreSQLのIVM開発 Pgpool-IIのコミッター(2018.09 ) クラスタ構成 可用性の向上 冗長化と障害時の切り替えによるダウンタイムの軽減

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

Agenda Hadoop Sahara Kilo Q&A Copyright 2015 Mirantis, Inc. All rights reserved Page 2

Agenda Hadoop Sahara Kilo Q&A Copyright 2015 Mirantis, Inc. All rights reserved Page 2 OpenStack Sahara Road to Kilo www.miran(s.com/jp Copyright 2015 Mirantis, Inc. All rights reserved Agenda Hadoop Sahara Kilo Q&A Copyright 2015 Mirantis, Inc. All rights reserved Page 2 Hadoop Open-source

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

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

PowerPoint Presentation

PowerPoint Presentation Safe harbor statement under the Private Securities Litigation Reform Act of 1995: This presentation may contain forward-looking statements that involve risks, uncertainties, and assumptions. If any such

More information

2

2 8 23 26A800032A8000 31 37 42 51 2 3 23 37 10 11 51 4 26 7 28 7 8 7 9 8 5 6 7 9 8 17 7 7 7 37 10 13 12 23 21 21 8 53 8 8 8 8 1 2 3 17 11 51 51 18 23 29 69 30 39 22 22 22 22 21 56 8 9 12 53 12 56 43 35 27

More information

2

2 8 22 19A800022A8000 30 37 42 49 2 3 22 37 10 11 49 4 24 27 7 49 7 8 7 9 8 5 6 7 9 8 16 7 7 7 37 10 11 20 22 20 20 8 51 8 8 9 17 1 2 3 16 11 49 49 17 22 28 48 29 33 21 21 21 21 20 8 10 9 28 9 53 37 36 25

More information

WebSAM Storage ReplicationNavigator WebSAM Storage ReplicationNavigator Oracle RAC Option 本製品を販売する場合 事前に下記問い合わせ先へご連絡をお願いします < 問い合わせ先 > 8. 問い合わせ窓口 を参照し

WebSAM Storage ReplicationNavigator WebSAM Storage ReplicationNavigator Oracle RAC Option 本製品を販売する場合 事前に下記問い合わせ先へご連絡をお願いします < 問い合わせ先 > 8. 問い合わせ窓口 を参照し WebSAM Storage ReplicationNavigator WebSAM Storage ReplicationNavigator Oracle RAC Option 本製品を販売する場合 事前に下記問い合わせ先へご連絡をお願いします < 問い合わせ先 > 8. 問い合わせ窓口 を参照してください 製品概要 WebSAM Storage ReplicationNavigator は istorage

More information

SRA OSS, Inc. のご紹介 1999 年より PostgreSQL サポートを中心に OSS ビジネスを開始 2005 年に現在の形に至る 主なビジネス PostgreSQL, Zabbix などの OSS のサポート コンサルティング 導入構築 PowerGres ファミリーの開発 販売

SRA OSS, Inc. のご紹介 1999 年より PostgreSQL サポートを中心に OSS ビジネスを開始 2005 年に現在の形に至る 主なビジネス PostgreSQL, Zabbix などの OSS のサポート コンサルティング 導入構築 PowerGres ファミリーの開発 販売 Amazon Aurora with PostgreSQL Compatibility を評価して SRA OSS, Inc. 日本支社 取締役支社長 石井達夫 SRA OSS, Inc. のご紹介 1999 年より PostgreSQL サポートを中心に OSS ビジネスを開始 2005 年に現在の形に至る 主なビジネス PostgreSQL, Zabbix などの OSS のサポート コンサルティング

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

TOOLS for UR44 Release Notes for Windows

TOOLS for UR44 Release Notes for Windows TOOLS for UR44 V2.1.2 for Windows Release Notes TOOLS for UR44 V2.1.2 for Windows consists of the following programs. - V1.9.9 - Steinberg UR44 Applications V2.1.1 - Basic FX Suite V1.0.1 Steinberg UR44

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

2 3 12 13 6 7

2 3 12 13 6 7 2 8 17 42ZH700046ZH700052ZH7000 28 43 54 63 74 89 2 3 12 13 6 7 3 4 11 21 34 63 65 8 17 4 11 4 55 12 12 10 77 56 12 43 43 13 30 43 43 43 43 10 45 14 25 9 23 74 23 19 24 43 8 26 8 9 9 4 8 30 42 82 18 43

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

Agenda Scalability Availability CAP Theorem Scalability Availability Consistency BASE Transaction

Agenda Scalability Availability CAP Theorem Scalability Availability Consistency BASE Transaction Cloud --- Scalability Availability --- Agenda Scalability Availability CAP Theorem Scalability Availability Consistency BASE Transaction Scale-out Scale-out Availability Scalabilty Availability Scalability

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

ドライバインストールガイド

ドライバインストールガイド PRIMERGY Single Port ファイバーチャネルカード (8Gbps) Dual Port ファイバーチャネルカード (8Gbps) (PG-FC205/PG-FC205L) (PG-FC206/PG-FC206L) CA092276-8938-01 ドライバインストールガイド i 目次 1. ドライバのインストール / アンインストール方法... 3 1.1. ドライバのダウンロード

More information

How to Use the PowerPoint Template

How to Use the PowerPoint Template MySQL レプリケーション入門 Yoshiaki Yamasaki / 山崎由章 MySQL Senior Sales Consultant, Asia Pacific and Japan Safe Harbor Statement The following is intended to outline our general product direction. It is intended

More information

エレクトーンのお客様向けiPhone/iPad接続マニュアル

エレクトーンのお客様向けiPhone/iPad接続マニュアル / JA 1 2 3 4 USB TO DEVICE USB TO DEVICE USB TO DEVICE 5 USB TO HOST USB TO HOST USB TO HOST i-ux1 6 7 i-ux1 USB TO HOST i-mx1 OUT IN IN OUT OUT IN OUT IN i-mx1 OUT IN IN OUT OUT IN OUT IN USB TO DEVICE

More information

(Microsoft PowerPoint - Mirapoint\220\273\225i\221\316\224\344\225\\\(6\203V\203\212\201[\203Y_7\203V\203\212\201[\203Y\).ppt)

(Microsoft PowerPoint - Mirapoint\220\273\225i\221\316\224\344\225\\\(6\203V\203\212\201[\203Y_7\203V\203\212\201[\203Y\).ppt) Mirapoint 製品対比表 (6 シリーズ /7 シリーズ ) シーティーシー エスピー株式会社 (C) Copyright 2010 CTCSP Corporation All rights reserved. 1 7-Series ハードウェア 7Series ハードウェアプラットフォーム 新世代 CPU 搭載 : Intel Quad-core Xeon based Nahalem architecture

More information