DB2 UDB For LinuxのCLUSTERPRO上での稼動確認

Size: px
Start display at page:

Download "DB2 UDB For LinuxのCLUSTERPRO上での稼動確認"

Transcription

1 DB2 UDB for Linux CLUSTERPRO 2002/03/29 IBM NEC DB2_G1: (start.bat)...6 DB2_G1: DB2 (db2start.sh)...7 DB2_G1: DB2 (db2poling. sh)...9 DB2_G1: (stop.bat ) DB2_G1: DB2 (db2stop. sh) DB2 UDB Import Load Export Backup,Restore DB2 tool SELECT DELETE INSERT UPDATE SELECT,DELETE,INSERT,UPDATE HW SW...38

2 DB2 UDB V7 EE for Linux Turbolinux 7 CLUSTERPRO SE DB2 CLUSTERPRO TurbolinuxOS+CLUSTERPRO+DB2 DB2 CLUSTERPRO CLUSTERPRO+DB2 2 DB2 Backup H/W : Fujitsu PRIMERGY P200 (2 ) CPU : Pentium III 1.2GHz(2 - SMP ) Memory: 1GByte Local hard disk: 8GB Shared hard disk: Fujitsu ETERNUS GR710 (36GB x5) HBA : PG-FC102 (Fibre Channel ) OS: Turbolinux 7 Server Cluster: Turbolinux 7 CLUSTERPRO SE (clusterpro i386.rpm) DBMS: DB2 UDBV7.2 Enterprise Edition for Linux + Fixpak5 H/W: Fujitsu FMV-BIBRO MF5/600 OS: Turbolinux 7 Server DB2 UDB (V7.2) + Fixpak5 IBM JDK IBM JDK (cx ) 2

3 H/W: Fujitsu FMV-BIBRO MF5/600 OS: Windows ME : CLUSTERPRO Client2 (WinME) Client1 (Linux) /24 net RS232C (100Base-T) DB2_G1 fip: Inter connect DB2_G2 fip: Server1 (P200) Server1 (P200) Shared-DISK Disk1(/dev/sdd2) db2inst1 Disk2(/dev/sdd3) db2inst2 1 Disk1 /mnt/database1 mount Disk2 /mnt/database2 mount Server1 /mnt/database1 db2inst1 Server2 /mnt/database2 db2inst2 DB /home/db2inst1/sqllib /mnt/database1/sqllib /home/db2inst2/sqllib /mnt/database2/sqllib 3

4 1. CLUSTERPRO Server1, Server2 GR710 2 DB2_G1, DB2_G2 SuperCluster Cluster ###NEC_NP1 COM 1 2 /dev/sdd1 /dev/ttys0 3[s] * 10 SERVER1 Public LAN IP /24 Interconnect IP /24 SERVER2 Public LAN IP /24 Interconnect IP / DB2_G1 1: SERVER1 2: SERVER2 Floating IP Disk1 /dev/sdd2 /mnt/database1 ext3 rw ( ) 1800 [s] ( ) 300 [s] 4

5 2 DB2_G2 1: SERVER2 2: SERVER1 Floating IP Disk2 /dev/sdd3 /mnt/database2 ext3 rw ( ) 1800 [s] ( ) 300 [s] 2. DB2 1. DB2 UDB 3. (start.bat) DB2 (db2start.sh) DB2 (db2poling.sh) (stop.bat) DB2 (db2stop.sh) 5

6 DB2_G1: (start.bat) 6

7 DB2_G1: DB2 (db2start.sh) 7

8 8

9 DB2_G1: DB2 (db2poling.sh) 9

10 10

11 DB2_G1: (stop.bat) 11

12 12

13 DB2_G1: DB2 (db2stop.sh) 13

14 14

15 DB2 Part1: DB2 UDB for Linux 1. DB Import 7. Load 8. Export 9. Backup, Restore 10. DB2 tool 11. SELECT 12. DELETE INSERT 13. UPDATE 14. SELECT,DELETE,INSERT,UPDATE Part2: CLUSTERPRO DB2 UDB for Linux HW 17. SW 15

16 CLUSTERPRO DB2 Part1 No. (OK/NG) 1 DB2 OK 2 OK 3 OK 4 OK 5 OK 6 Import 7 Load 8 Export 9 Backup, Restore OK 10 DB2 tool 11 SELECT OK 12 DELETE INSERT OK 13 UPDATE OK 14 SELECT,DELETE,INSERT,UPDATE OK OK OK OK OK Part2 No. (OK/NG) 15 OK 16 HW OK 17 SW OK 16

17 DB2 UDB DISK Group1 DISK Group2 2 /mnt/database1, /mnt/database2 mount 1. DB2 UDB a) 2 P200 DB2 UDB EE V7.2 for Linux /usr/ibmdb2/ b) Fixpak5 c) Instance User (UDI) Group (GID) 1 (Port 50000) db2inst1 (500) db2iadm1 (500) Fence 1 db2fadm1 (501) db2fadm1 (501) 2 (Port 50002) db2inst2 (503) db2iadm2 (503) Fence 2 db2fadm2 (504) db2fadm2 (504) d) ~/sqllib sym-link # cd /home/db2inst1 # cp -a sqllib /mnt/database1/ # mv sqllib sqllib.org # ln -s /mnt/database1/sqllib. # ln -s /mnt/database2/sqllib /home/db2inst2/ 2 # cd /home/db2inst2 # cp -a sqllib /mnt/database2/ # mv sqllib sqllib.org # ln -s /mnt/database2/sqllib. # ln -s /mnt/database1sqllib /home/db2inst1/ e) DB # chown db2inst1:db2iadm1 /mnt/database1 # chwon db2inst2:db2iadm2 /mnt/database2 f).bashrc 17

18 g) 1 db2inst1 $ db2 create database TURBO on /mnt/database1/ 2 db2inst2 $ db2sampl on /mnt/database2/ h) DB2 db2set DB2_PARALLEL_IO="*" db2set DB2_STRIPED_CONTAINERS=ON db2 update db config for TURBO using dft_degree -1 maxappls 100 maxlocks 50 locklist 2000 sortheap 1024 db2 update dbm config using intra_parallel YES JAVA_HEAP_SZ a) DB2 DB2 $ db2 db2stop DB2 $ db2 db2start b) DB $ db2 list db directory 3. a) $ db2 catalog tcpip node node1 remote server $ db2 catalog tcpip node node2 remote server

19 $ db2 catalog database turbo at node node1 $ db2 catalog database sample at node node2 b) $ db2 connect to turbo user db2inst1 $ db2 connect to sample user db2inst2 4. a) Bufferpool db2 "alter bufferpool ibmdefaultbp size 40960" b) DMS db2 create tablespace dmstest managed by database using (file '/mnt/database1/dms/dms_acc1' , file /mnt/database1/dms/dms_acc2' ) extentsize 256" SMS db2 create tablespace smstest managed by system using ('/mnt/database1/sms_acc1','$db_home/sms_acc2') c) DMS DMS sample.dmstalbea sample.dmstalbeb sample.dmstalbec sample.dmstalbed db2 create table sample.dmstablea (SeqNo int not null primary key, kokyaku_no char(10), 19

20 nenrei smallint, ztnhk smallint, zttel smallint, ztdenki smallint, ztsuidou smallint, ztgasu smallint, cust_name varchar(50), seibetsu char(1)) in dmstest db2 create table sample.dmstableb (SeqNo int not null primary key, kokyaku_no char(10), keiyakubi date, teiki int, ztcredit smallint) in dmstest db2create table sample.dmstablec200109(seqno int not null primary key, kokyaku_no char(10), kingaku int) in dmstest db2 create table sample.dmstabled (SeqNo int not null primary key, kokyaku_no char(10), nenrei smallint, ztnhk smallint, zttel smallint, ztdenki smallint, ztsuidou smallint, ztgasu smallint, cust_name varchar(50), seibetsu char(1)) in dmstest d) SMS SMS sample.smstablea sample.smstableb sample.smstablec

21 sample.smstabled db2 create table sample.smstablea (SeqNo int not null primary key, kokyaku_no char(10), nenrei smallint, ztnhk smallint, zttel smallint, ztdenki smallint, ztsuidou smallint, ztgasu smallint, cust_name varchar(50), seibetsu char(1)) in smstest db2 create table sample.smstableb (SeqNo int not null primary key, kokyaku_no char(10), keiyakubi date, teiki int, ztcredit smallint) in smstest db2create table sample.smstablec200109(seqno int not null primary key, kokyaku_no char(10), kingaku int) in smstest db2 create table sample.smstabled (SeqNo int not null primary key, kokyaku_no char(10), nenrei smallint, ztnhk smallint, zttel smallint, ztdenki smallint, ztsuidou smallint, ztgasu smallint, cust_name varchar(50), seibetsu char(1)) in smstest e) 21

22 syscat.tablespaces select tbspace,tbspacetype from syscat.tablespaces where tbspace='smstest' or tbspace='dmstest' TBSPACE DMSTEST SMSTEST TBSPACETYPE D S D DMS S SMS 2 f) list tables list tables for schema sample / DMSTABLEA SAMPLE T DMSTABLEB SAMPLE T DMSTABLEC SAMPLE T DMSTABLED SAMPLE T SMSTABLEA SAMPLE T SMSTABLEB SAMPLE T SMSTABLEC SAMPLE T SMSTABLED SAMPLE T select cast(name as char(20)) as name,tbspace from sysibm.systables where creator = 'SAMPLE' NAME TBSPACE 22

23 DMSTABLEC SMSTABLEB SMSTABLED DMSTABLEA DMSTABLEB DMSTABLED SMSTABLEA SMSTABLEC DMSTEST SMSTEST SMSTEST DMSTEST DMSTEST DMSTEST SMSTEST SMSTEST 8 5. a) LOG db2 "update db config for turbo using LOGBUFSZ 32 LOGFILSIZ LOGPRIMARY 5" b) db2 get db cfg for turbo (4KB) (LOGFILSIZ) = (LOGPRIMARY) = 5 2 (LOGSECOND) = 2 (NEWLOGPATH) = = /mnt/database1/db2inst1/node0000/sql00001/sqlogdir/ 6. Import a) DMS Import 100 DEL 23

24 sample.dmstablea sample.dmstableb sample.dmstablec import from kokyaku1 of del replace into sample.dmstablea (seqno,kokyaku_no,nenrei, ztnhk,zttel,ztdenki,ztsuidou,ztgasu,cust_name,seibetsu) import from teiki1 of del replace into sample.dmstableb (seqno,kokyaku_no,keiyakubi, teiki,ztcredit) import from kyu of del replace into sample.dmstablec (seqno,kokyaku_no, kingaku) b) SMS import 100 DEL sample.smstablea sample.smstableb sample.smstablec import from kokyaku1 of del replace into sample.smstablea (seqno,kokyaku_no,nenrei, ztnhk,zttel,ztdenki,ztsuidou,ztgasu,cust_name,seibetsu) import from teiki1 of del replace into sample.smstableb (seqno,kokyaku_no,keiyakubi, teiki,ztcredit) import from kyu of del replace into sample.smstablec (seqno,kokyaku_no, kingaku) c) Table SELECT 24

25 select cust_name,nenrei from sample.smstablea where seqno=8888 CUST_NAME NENREI select a.cust_name,a.nenrei,b.keiyakubi,c.kingaku from sample.smstablea a,sample.smstableb b, sample.smstablec c where a.seqno=b.seqno and b.seqno=c.seqno and (a.seqno=800 or a.seqno=888888) CUST_NAME NENREI KEIYAKUBI KINGAKU select cust_name,nenrei from sample.dmstablea where seqno=9999 CUST_NAME NENREI select a.cust_name,a.nenrei,b.keiyakubi,c.kingaku from sample.dmstablea a,sample.dmstableb b, sample.dmstablec c where a.seqno=b.seqno and b.seqno=c.seqno and (a.seqno=800 or a.seqno=999999) CUST_NAME NENREI KEIYAKUBI KINGAKU

26 select count(1) from sample.smstablea select count(1) from sample.smstableb select count(1) from sample.smstablec select count(1) from sample.smstablec

27 select count(1) from sample.dmstablea select count(1) from sample.dmstableb select count(1) from sample.dmstablec Load a) DMS sample.dmstabled 100 DEL load from kokyaku1 of del replace into sample.dmstabled (seqno,kokyaku_no,nenrei, 27

28 ztnhk,zttel,ztdenki,ztsuidou, ztgasu,cust_name,seibetsu) copy no b) SMS sample.smstabled 100 DEL load from kokyaku1 of del replace into sample.smstabled (seqno,kokyaku_no,nenrei, ztnhk,zttel,ztdenki,ztsuidou, ztgasu,cust_name,seibetsu) copy no c) Table SELECT select cust_name,nenrei from sample.dmstabled where seqno=7777 CUST_NAME NENREI select cust_name,nenrei from sample.smstabled where seqno=6666 CUST_NAME NENREI 1 select count(1) from sample.smstabled

29 1 select count(1) from sample.dmstabled Export a) DMS export sample.dmstablea sample.dmstableb sample.dmstablec export to dms_kokyaku.out of del modified by chardel"" coldel, select seqno,kokyaku_no,nenrei, ztnhk,zttel,ztdenki,ztsuidou,ztgasu, cust_name,seibetsu from sample.dmstablea export to dms_eiki.out of del modified by chardel"" coldel, select seqno,kokyaku_no,keiyakubi, teiki,ztcredit from sample.dmstableb export to dms_kyu out of del modified by chardel"" coldel, select seqno,kokyaku_no,kingaku from sample.dmstablec b) SMS export 29

30 sample.smstablea sample.smstableb sample.smstablec export to sms_kokyaku.out of del modified by chardel"" coldel, select seqno,kokyaku_no,nenrei,ztnhk,zttel,ztdenki,ztsuidou, ztgasu, cust_name,seibetsu from sample.smstablea export to sms_teiki.out of del modified by chardel"" coldel select seqno,kokyaku_no,keiyakubi, teiki,ztcredit from sample.smstableb export to sms_kyu out of del modified by chardel"" coldel, select seqno,kokyaku_no,kingaku from sample.smstablec c) -rw-r rw-r rw-r rw-r rw-r rw-r db2inst1 db2iadm :42 dms_kokyaku.out 1 db2inst1 db2iadm :43 dms_kyu out 1 db2inst1 db2iadm :42 dms_teiki.out 1 db2inst1 db2iadm :43 sms_kokyaku.out 1 db2inst1 db2iadm :44 sms_kyu out 1 db2inst1 db2iadm :44 sms_teiki.out 9. Backup, Restore a) backup backup database turbo to /mnt/database1/db2backup b) drop table sample.smstablea 30

31 c) restore restore database turbo from /mnt/database1/db2backup replace existing d) select seqno,cust_name from sample.smstablea where seqno=99999 SEQNO CUST_NAME DB2 tool a) db2look db2look SQL DB2 db2look -d turbo -a -e -m -l -x -f -o lookdb.sql lookdb.sql b) reorg table reorg db2 "reorg table sample.smstablea" db2 reorg table sample.smstableb" db2 reorg table sample.smstablec" db2 reorg table sample.smstabled db2 reorg table sample.dmstablea" db2 reorg table sample.dmstableb" db2 reorg table sample.dmstablec" 31

32 db2 reorg table sample.dmstabled" reorg 11. SELECT a) Java (1) 10 1 SELECT 100 (2) 10 (3) SELECT (4) SQL DB2 SAMPLE EMP_ACT EMP_ACT 75 SELECT SELECT * FROM EMP_ACT b) c) SELECT 12. DELETE INSERT a) Java (1) 1 DELETE 100 INSERT 1 (2) (3) 10 32

33 (4) DELETE,INSERT (5) SQL DB2 Sample 10 COL1 SMALLINT DELETE INSERT DELETE FROM INSERT INTO VALUES(n) [n ] b) c) DELETE INSERT 13. UPDATE a) Java (1) UPDATE (2) 10 (3) UPDATE (4) SQL TURBO 5 33

34 COLSMALLINT COLCHAR SMALLINT CHAR(1) UPDATE UPDATE SET COLCHAR = N WHERE COLSMALLINT = n AND COLCHAR = Y [n ] b) d) UPDATE 14. SELECT,DELETE,INSERT,UPDATE a) Java (1) 13 SQL (2) 13 (3) (4) SQL TURBO SAMPLE.SMSTABLEA 100 SQL SELECT1: SELECT KOKYAKU_NO, CUST_NAME FROM SAMPLE.SMSTABLEA WHERE SEIBETSU = '0' SELECT2: 34

35 SELECT KOKYAKU_NO, CUST_NAME FROM SAMPLE.SMSTABLEA WHERE SEIBETSU = '1' SELECT3: SELECT KOKYAKU_NO, CUST_NAME FROM SAMPLE.SMSTABLEA WHERE NENREI BETWEEN 20 AND 40 SELECT4: SELECT KOKYAKU_NO, CUST_NAME FROM SAMPLE.SMSTABLEA (WHERE NENREI BETWEEN 20 AND 40) AND SEIBETSU = '0' SELECT5: SELECT KOKYAKU_NO, CUST_NAME FROM SAMPLE.SMSTABLEA (WHERE NENREI BETWEEN 20 AND 40) AND WHERE SEIBETSU = '1' UPDATE: UPDATE SAMPLE.SMSTABLEA SET ZTTEL = 1 WHERE KOKYAKU_NO = n [n ] INSERT: INSERT INTO SAMPLE.SMSTABLEA VALUES( ,'10000',26,1,1,1,1,1,'komedani','1') DELETE: DELETE FROM SAMPLE.SMSTABLEA WHERE SEQNO = SQL SELECT SELECT SELECT SELECT SELECT UPDATE INSERT DELETE ( ) b) 35

36 c) CPU CPU 30-80% SQL 36

37 15. a) DB2 Floating IP DB2 b) 1. SERVER1, SERVER SERVER1, SERVER2 3. SERVER1, SERVER2 15. SERVER1 4. SERVER1 16. SERVER2 5. SERVER1 17. SERVER2 6. DB2_G1 SERVER DB2_G1 SERVER2 19. SERVER1, SERVER2 8. DB2_G1 SERVER1 20. SERVER1 9. DB2_G1 SERVER2 21. SERVER SERVER1, SERVER2 11. SERVER1, SERVER2 23. DB2_G1 SERVER1 12. SERVER1 24. DB2_G2 SERVER2 c) DB2 DB2 SERVER1, SERVER2 16. HW a) HW DB2 Floating IP DB2 b) OK 37

38 NIC/LAN COM Public LAN (SERVER1) Public LAN (SERVER2) Interconnect LAN OK OK OK Public LAN Interconnect LAN OK RS232C RS232C SERVER1 RS232C SERVER2 RS232C OK RS232C OK SERVER SERVER1 OK OK OK OK SERVER1 OK SERVER2 OK SERVER2 OK SERVER1 GR710 OK(*1) SERVER2 GR710 OK(*1) SERVER1 GR710 OK SERVER1 GR710 OK SERVER2 GR710 OK SERVER2 GR710 OK *1 DB2 (db2stop.sh) 300[s] 17. SW a) SW DB2 Floating IP 38

39 DB2 b) DB2 UDB for Linux a. b. c. import 100 import 1000 COMMIT db2stop 2. db2stop force 3. kill -9 db2sysc 4. killall -9 armmon armmon 5. killall -9 armmonp armmonp c) OK a. b. c. 1. db2stop OK (*1) (*1) 2. db2stop force OK OK OK 3. kill -9 db2sysc OK OK OK 4. killall -9 armmon OK OK OK 5. killall -9 armmonp OK OK OK *1 - DB2 db2stop 39

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

untitled

untitled HP OpenSource MySQL Server 5.0 Red Hat Enterprise Linux 4 ver 1.5 MySQL Red Hat Enterprise Linux 4 Super Smack Super Smac MySQL Super Smack RHEL4 1 2 MySQL SuperSmack SuperSmack 3 SuperSmack MySQL 4 MySQL

More information

XML Consortium & XML Consortium 1 XML Consortium XML Consortium 2

XML Consortium & XML Consortium 1 XML Consortium XML Consortium 2 & 1 2 TCO DB2 DB2 UDB DB DB V8.2 V8.2 DB2 DB2 UDB V8.1 V8.1 DB2 9 3 CLOB XML XML DB2 9 purexml XML XML DOC XML DOC XML DOC XML DOC VARCHAR/CLOB XML ( ) 4 XML & XML ( & ) DB2 XML SQL/XML DB2 DB2 : DB2 /

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

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

,, create table drop table alter table

,, create table drop table alter table PostgreSQL 1 1 2 1 3,, 2 3.1 - create table........................... 2 3.2 - drop table............................ 3 3.3 - alter table............................ 4 4 - copy 5 4.1..................................

More information

IBM Software Group DB2 Information Management Software DB2 V8 XML SQL/XML 2 XML XML UDF XMLExtender XML XML XMLCollection, XMLColumn XML UDF Informati

IBM Software Group DB2 Information Management Software DB2 V8 XML SQL/XML 2 XML XML UDF XMLExtender XML XML XMLCollection, XMLColumn XML UDF Informati IBM Software Group XML Features in DB2 UDB V8 IBM Software Group DB2 Information Management Software DB2 V8 XML SQL/XML 2 XML XML UDF XMLExtender XML XML XMLCollection, XMLColumn XML UDF Information Integrator

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

PowerPoint Presentation

PowerPoint Presentation Webデザイン特別プログラムデータベース実習編 3 MySQL 演習, phpmyadmin 静岡理工科大学総合情報学部幸谷智紀 http://na-inet.jp/ RDB の基礎の基礎 RDB(Relational DataBase) はデータを集合として扱う データの取り扱いはテーブル (= 集合 ) の演算 ( 和集合, 積集合 ) と同じ データベースには複数のテーブルを作ることができる

More information

untitled

untitled ALTIRIS DEPLOYMENT SOLUTION 6.9 Quick Startup Guide Rev. 1.2 2008 7 11 1.... 2 DEPLOYMENT SERVER... 2 DEPLOYMENT CONSOLE... 2 DEPLOYMENT DATABASE... 2 DEPLOYMENT SHARE... 3 PXE SERVER... 3 DEPLOYMENT AGENT...

More information

1 ex01.sql ex01.sql ; user_id from (select user_id ;) user_id * select select (3+4)*7, SIN(PI()/2) ; (1) select < > from < > ; :, * user_id user_name

1 ex01.sql ex01.sql ; user_id from (select user_id ;) user_id * select select (3+4)*7, SIN(PI()/2) ; (1) select < > from < > ; :, * user_id user_name SQL mysql mysql ( mush, potato) % mysql -u mush -p mydb Enter password:****** mysql>show tables; usertable mysql> ( ) SQL (Query) : select < > from < > where < >; : create, drop, insert, delete,... ; (

More information

C3印刷用.PDF

C3印刷用.PDF [ C-3 ] Oracle8i On Windows Agenda Windows Oracle8i Oracle8i for Windows NT/2000 R8.1.7 Oracle HTTP Server Oracle intermedia Oracle Workflow Windows Oracle8i for Windows Oracle8i Enterprise Edition Oracle8i

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

1 SQL Server SQL Oracle SQL SQL* Plus PL/SQL 2 SQL Server SQL Server SQL Oracle SQL SQL*Plus SQL Server GUI 1-1 osql 1-1 Transact- SQL SELECTFROM 058

1 SQL Server SQL Oracle SQL SQL* Plus PL/SQL 2 SQL Server SQL Server SQL Oracle SQL SQL*Plus SQL Server GUI 1-1 osql 1-1 Transact- SQL SELECTFROM 058 1 SQL Server SQL Oracle SQL SQL* Plus PL/SQL 2 SQL Server SQL Server SQL Oracle SQL SQL*Plus SQL Server GUI 1-1 osql 1-1 Transact- SQL SELECTFROM 058 2 Excel 1 SQL 1 SQL Server sp_executesql Oracle SQL

More information

untitled

untitled Oracle Database Lite 10 g GUI Win32 Agenda Win32 Oracle Database Lite 10g Mobile Database WorkbenchGUI Oracle Database Lite 10g 10.2.0 21 Win32 Mobile Database Workbench Oracle Database Lite10g Release2

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

h70_sys_xcall_01.doc

h70_sys_xcall_01.doc CLUSTERPRO for Windows Ver7.0 ( / ) 1 2003.4.28 1 2003. 4.28 2 CLUSTERPRO OS OS OS CLUSTERPRO Microsoft, Windows NT Microsoft Corporation CLARiiON ATF, CLARiiON Array Manager EMC Oracle Parallel Server

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

~~~~~~~~~~~~~~~~~~ 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

Microsoft PowerPoint - 【2.TSA & UDB編】Linux on zSeries 環境における DB2 クラスター機能検証報告書.ppt

Microsoft PowerPoint - 【2.TSA & UDB編】Linux on zSeries 環境における DB2 クラスター機能検証報告書.ppt Linux on zseries 環境における DB2 クラスター機能検証報告書 2. TSA & UDB 連携構成編 日本アイ ビー エムシステムズ エンジニアリング株式会社 お断り 本資料の作成において 記載した内容に関しては正式な IBM のテストを受けていません こちらの情報を参考とした作業に実施に関しては 使用者の責任において行われるべきものであり それらの評価に関しては使用者の判断に依存しています

More information

PGECons技術ドキュメントテンプレート Ver.3

PGECons技術ドキュメントテンプレート Ver.3 付録. パーティションツール 1. pg_part 1.1. 環境構築検証環境は下記で実施しました CPU RAM 表 1.1: 環境 Intel(R) Xeon(R) CPU L5520 @ 2.27GHz 8GB OS Red Hat Enterprise Linux Server release 6.6 PostgreSQL サーバ PostgreSQL 9.4.0 環境構築は以下の手順で実施しています

More information

Sybase on CLUSTERPRO for Linux HowTo

Sybase on CLUSTERPRO for Linux HowTo Sybase on CLUSTERPRO for Linux HowTo 1 2006 2 6-1- ... 3... 4... 5... 7 DB... 8 DB... 9... 10 DB... 11 DB... 12 CLUSTERPRO... 13... 20-2- Sybase Adaptive Server Enterprise Red Hat Enterprise Linux AS3

More information

HULFT-DataMagic Ver2.2.0 製品対応OS

HULFT-DataMagic Ver2.2.0 製品対応OS Ver2.2.0 製品対応 OS 2014 年 2 月 5 日以降適用 版最新 Version 2.2.0 for コード変換 オプション for DB 接続 オプション (Oracle) for DB 接続 オプション (DB2) for DB 接続 オプション (PostgreSQL) for DB 接続 オプション (SQL Server) for Excel オプション for テンプレート

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

sanboot-whitepaper.pdf

sanboot-whitepaper.pdf 1 All Rights Reserved, Copyright FUJITSU 2005 SAN Boot HDD SAN OS OS #1 #2 #3 FC #1 #1 #2 #3 FC #2 PRIMERGY BX620 S2 FC ETERNUS SN200 SAN ETERNUS3000 2 All Rights Reserved, Copyright FUJITSU 2005 SAN Boot

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

tkk0408nari

tkk0408nari SQLStatement Class Sql Database SQL Structured Query Language( ) ISO JIS http://www.techscore.com/tech/sql/02_02.html Database sql Perl Java SQL ( ) create table tu_data ( id integer not null, -- id aid

More information

Microsoft Word - Lab5d-DB2組み込みSQL.doc

Microsoft Word - Lab5d-DB2組み込みSQL.doc [Lab 5d] DB2 でのアプリケーション開発 ( 組み込み SQL) 2011 年 06 月日本アイ ビー エム株式会社 Contents CONTENTS...2 1. はじめに...3 2. 内容...3 3. DB2 組み込み SQL への移行...3 3.1 準備...4 3.2 エラー処理用プログラムに関する処理...5 3.3 メインプログラムに関する処理...7 3.4 実行プログラムの生成...11

More information

Northern Lights Server

Northern Lights Server FirstStep Guide Northern Lights Server Intel Management Module (Advanced Module / ISM 8.4) 2 www.nlcomputer.com 1 FirstStep Guide 1.1. INTEL MANAGEMENT MODULE 2... 5 1.2.... 9 1.3.... 10 2.1. BMC...11

More information

Samba_HowTo.doc

Samba_HowTo.doc Samba 3.0.0 on CLUSTERPRO for Linux HowTo 1 Linux Samba CLUSTERPRO for Linux Samba Linux Samba Samba Samba 2 Samba Red Hat Enterprise Linux AS release 3 CLUSTERPRO SE for Linux Ver3.0 Samba 3.0.0-14.3

More information

CLUSTERPRO ファイルサーバ監視オプション編

CLUSTERPRO ファイルサーバ監視オプション編 CLUSTERPRO SE for Linux Ver3.0 2004.03.31 1 1 2004/03/31 2 CLUSTERPRO for Linux R2.0 CLUSTERPRO Linux Linus Torvalds URL NEC http://soreike.wsd.mt.nec.co.jp/ [ ][ ][CLUSTERPRO ] NEC http://www.ace.comp.nec.co.jp/clusterpro/

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

untitled

untitled ALTIRIS DEPLOYMENT SOLUTION 6.8 SP2 Quick Startup Guide Rev. 1.7 2008 2 4 1.... 3 DEPLOYMENT SERVER... 3 DEPLOYMENT CONSOLE... 3 DEPLOYMENT DATABASE... 3 DEPLOYMENT SHARE... 3 PXE SERVER... 4 DEPLOYMENT

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 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

CLUSTERPRO 3.x データベース監視オプション編

CLUSTERPRO 3.x データベース監視オプション編 CLUSTERPRO for Linux Ver3.0 2004.09.29 4 1 2004/02/27 2 2004/05/25 R2.0-2 update PDF SE 3 R2.0-2 7 DB LE DB 10 12 16 AP PostgreSQL7.3/7.4MySQL4.0 21 400 SE 22 clp_psql73mon clp_mysql40mon 29 -u -p 30 3

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

Microsoft PowerPoint - 【3.TSA & UDB + HADR編】 Linux on zSeries 環境における DB2 クラスター機能検証報告書.ppt

Microsoft PowerPoint - 【3.TSA & UDB + HADR編】 Linux on zSeries 環境における DB2 クラスター機能検証報告書.ppt Linux on zseries 環境における DB2 クラスター機能検証報告書 3. TSA & UDB + HADR 連携構成編 日本アイ ビー エムシステムズ エンジニアリング株式会社 お断り 本資料の作成において 記載した内容に関しては正式な IBM のテストを受けていません こちらの情報を参考とした作業に実施に関しては 使用者の責任において行われるべきものであり それらの評価に関しては使用者の判断に依存しています

More information

etrust Access Control etrust Access Control UNIX(Linux, Windows) 2

etrust Access Control   etrust Access Control UNIX(Linux, Windows) 2 etrust Access Control etrust Access Control UNIX(Linux, Windows) 2 etrust Access Control etrust Access Control 3 ID 10 ID SU ID root 4 OS OS 2 aaa 3 5 TCP/IP outgoing incoming DMZ 6 OS setuid/setgid) OS

More information

FileMaker ODBC and JDBC Guide

FileMaker ODBC and JDBC Guide FileMaker 13 ODBC JDBC 2004-2013 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker Bento FileMaker, Inc. FileMaker WebDirect Bento FileMaker,

More information

Microsoft PowerPoint pptx

Microsoft PowerPoint pptx データベース 第 11 回 (2009 年 11 月 27 日 ) テーブル結合と集計 ( 演習 ) 第 11 回のテーマ 前回より シラバスから離れ 進捗状況に合わせて全体構成を変更しています テーマ1: テーブルの結合 テーマ 2: 結合した結果からの様々な検索 テーマ3: 集計の方法 今日学ぶべきことがら Select 文のさまざまな表現 Natural join sum(*) orrder

More information

スライド 1

スライド 1 Tivoli Access Manager for Enterprise Single Sign-On v8.1 Unofficial Installation Guide 2010 SRCHACK.ORG 本資料について IBM のシングルサインオン製品 Tivoli Access Manager for Enterprise Single Sign-On v8.1 の導入手順を srchack.org

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

領域サイズの見積方法

領域サイズの見積方法 White Paper 1998 3 1998 7 NULL 1998 9 2 8.03 Design & Migration Services Oracle Corporation Japan 1998 Printed in Japan Oracle and SQL*Loader are registered trademarks. Oracle7 Oracle Corporation Oracle

More information

復習 (SQL 文 ) 3/6 復習 (SQL 文 ) 4/6 表の作成 CREATE TABLE...; 表の削除 DROP TABLE テーブル名 ; 表内のデータが全て消えてしまう. 表内のデータを得る SELECT 列名 FROM 表名...; 表にデータを挿入する. INSERT INTO

復習 (SQL 文 ) 3/6 復習 (SQL 文 ) 4/6 表の作成 CREATE TABLE...; 表の削除 DROP TABLE テーブル名 ; 表内のデータが全て消えてしまう. 表内のデータを得る SELECT 列名 FROM 表名...; 表にデータを挿入する. INSERT INTO SQLite SQLite3 http://www.ns.kogakuin.ac.jp/~ct13140/prog/ オープンソース ( フリー )RDBMS 実装の 1 個 http://www.sqlite.org/ 現在,3.6 が最新版. SQLite 2.x と SQLite 3.x が有名. 特徴 RDBMS サーバプロセスの起動が不要. 1 データベース,1 ファイル で格納.. つまり

More information

FileMaker Server 8 Administrator’s Guide

FileMaker Server 8 Administrator’s Guide 1994-2005 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker FileMaker, Inc. ScriptMaker FileMaker, Inc. FileMaker FileMaker, Inc. FileMaker

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

<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

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

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

目次 1. HLA Fusion 3.0 がインストール可能な環境 HLA Fusion 3.0 のインストール HLA Fusion 3.4 のインストール 初期設定用データベース接続 ( 初めての方のみ ) 既存データベースのUpg

目次 1. HLA Fusion 3.0 がインストール可能な環境 HLA Fusion 3.0 のインストール HLA Fusion 3.4 のインストール 初期設定用データベース接続 ( 初めての方のみ ) 既存データベースのUpg 目次 1. HLA Fusion 3.0 がインストール可能な環境... 1 2. HLA Fusion 3.0 のインストール... 2 3. HLA Fusion 3.4 のインストール... 4 4. 初期設定用データベース接続 ( 初めての方のみ )... 5 5. 既存データベースのUpgrade 方法 (HLA Fusion 3~3.3 を既に使用の方 )... 7 6. インストールが成功したかの確認...

More information

ii II Web Web HTML CSS PHP MySQL Web Web CSS JavaScript Web SQL Web 2014 3

ii II Web Web HTML CSS PHP MySQL Web Web CSS JavaScript Web SQL Web 2014 3 Web 2.0 Web Web Web Web Web Web Web I II I ii II Web Web HTML CSS PHP MySQL Web Web CSS JavaScript Web SQL Web 2014 3 1. 1.1 Web... 1 1.1.1... 3 1.1.2... 3 1.1.3... 4 1.2... 4 I 2 5 2. HTMLCSS 2.1 HTML...

More information

FUJITSU Network Si-R Si-R Gシリーズ Si-R G200 ご利用にあたって

FUJITSU Network Si-R Si-R Gシリーズ Si-R G200 ご利用にあたって P3NK-4312-06Z0 FUJITSU Network Si-R FUJITSU Network Si-R Si-R G Si-R brin Si-R G200 LAN 2011 3 2012 3 2 2012 8 3 2013 1 4 2013 3 5 2014 11 6 Microsoft Corporation Copyright FUJITSU LIMITED 2011-2014 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

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

(Freelance Graphics - MS\225\317\212\267\221\316\211\236_new.PRZ)

(Freelance Graphics - MS\225\317\212\267\221\316\211\236_new.PRZ) Microsoftの 変 換 と IBMの 変 換 のルール ルールの 違 いによる 問 題 とDB DB2での 対 応 1 問 題 DB2 UDBをアクセスするWindows 環 境 でのでは 以 下 のような 問 題 が 起 こる 場 合 がある 文 字 化 け 後 述 の 問 題 1 データはあるのに 検 索 条 件 に 合 致 しない 後 述 の 問 題 2 原 因 同 じ 文 字 が 異

More information

PostgreSQLによる データベースサーバ構築技法

PostgreSQLによる データベースサーバ構築技法 PostgreSQL PostgreSQL PostgreSQL (UCB) Unix/Linux/Windows LC2002 Copyright(C)2002 Tatsuo Ishii 1 PostgreSQL API C, C++, Java, Perl, Tcl/Tk, PHP, Ruby LC2002 Copyright(C)2002 Tatsuo Ishii 2 PostgreSQL (SQL)

More information

DianaScope インストレーションマニュアル

DianaScope インストレーションマニュアル ESMPRO/ServerAgent Extension Document Rev.1.01 ... 1... 2... 4... 5 1 ESMPRO/ServerAgent Extension... 6 1.1 ESMPRO/ServerAgent Extension... 6 2... 7 2.1... 7 2.1.1... 9 2.2...11 2.2.1 BMC LAN...11 2.2.2

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

ストラドプロシージャの呼び出し方

ストラドプロシージャの呼び出し方 Release10.5 Oracle DataServer Informix MS SQL NXJ SQL JDBC Java JDBC NXJ : NXJ JDBC / NXJ EXEC SQL [USING CONNECTION ] CALL [.][.] ([])

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

TopLink È... 3 TopLink...5 TopLink åø... 6 TopLink å Workbench O/R ~... 8 Workbench À ~... 8 Foundation Library å... 8 TopL

TopLink È... 3 TopLink...5 TopLink åø... 6 TopLink å Workbench O/R ~... 8 Workbench À ~... 8 Foundation Library å... 8 TopL lê~åäé= qçéiáåâ= NMÖENMKNKPF Volume1 Creation Date: Mar 04, 2005 Last Update: Aug 23, 2005 Version 1.0 ...3... 3 TopLink 10.1.3 È... 3 TopLink...5 TopLink åø... 6 TopLink å... 7... 8 Workbench O/R ~...

More information

Si-R180 ご利用にあたって

Si-R180 ご利用にあたって P3NK-2472-01Z0 GeoStream Si-R 180 LAN 2007 7 Microsoft Corporation All rights reserved, Copyright 2007 2 ...2...5...5...5...5...6...7...8...8...11...11 LAN...11...11...12...12...12...12...12...13 ISO/IEC15408...14

More information

PowerPoint -O80_REP.PDF

PowerPoint -O80_REP.PDF Oracle8 Core Technology Seminar 1997109,31 Oracle8 OS: UNIX Oracle8 : Release8.0.3 Oracle8 Quick Start Package Lesson 5 -- Enhancements to Distributed Facilities Oracle8 -- - Oracle8 LOB Oracle8 -- - Updates

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

untitled

untitled VMware 2006 4 14 ( ) 30 : VM: ( CPU HDD NIC HBA VMware ESX Server 1 : Virtual Center VMotion VMotion ( Virtual Center ESX Server ) SAN VMware AGENDA 2005 11 4 IDC 150 IDC OS 2 4 x86 x86 Survey respondents

More information

20050314_02-4.ppt

20050314_02-4.ppt Oracle Database 10g Oracle XML DB 2005 3 14 1 Agenda Oracle XML DB XML SQL Oracle Database 10g Release 2 Copyright Oracle Corporation, 2005 All right reserved. 2 XML Oracle Database 10g Release 2 Oracle

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

Windows2000 Edge Components V Edge Components V Java Edge Components

Windows2000 Edge Components V Edge Components V Java Edge Components WebSphere Application Server V5.1 Edge Components V5.1 / CBR Method Ver. 1.0 - Windows 2000 - 1.... 3 2. Windows2000 Edge Components V5.1... 4 2.1.... 4 2.2.... 4 3. Edge Components V5.1... 5 3.1.... 5

More information

[Lab 2]Oracleからの移行を促進する新機能

[Lab 2]Oracleからの移行を促進する新機能 [Lab 2] Oracle からの移行を促進する新機能 Contents CONTENTS... 2 1. はじめに... 3 2. 内容... 3 3. レジストリ変数の設定とデータベースの作成... 3 3.1 レジストリ変数なしでのデータベースの作成... 3 3.2 レジストリ変数ありでのデータベースの作成... 4 3.3 データタイプの互換性パラメーターの確認... 5 4. ORACLE

More information

IT 1. IT 2. 2.1. IT 2.2. SKYSEA Client View Government License Light Edition Sky 1500 28 2 15 12 3. 4. 28 3 25 1 5. 5.1. (1) 28 4 1 (2) (3) (4) ISO27001 P (5) ISO/IEC20000 (6) USB 1 (7) OS (8) 1 CPU 4

More information

untitled

untitled PRIMERGYPRIMEPOWER Solid STOR PRIMERGY TX200S2, PRIMERGY PRIMEPOWER 450 2006 4 3 2006 4 14 Platform Solution Center ) Solid STOR DRAM Solid State DiskSSD 300 450 Fibre Channel( FC) (FCP) IA PRIMERGY UNIX

More information

スライド 1

スライド 1 2005 3 26 (MATSUNOBU Yoshinori MySQL mysqldump FLUSH TABLES WITH READ LOCK SQL (InnoDB Linux,Solaris,HP-UX,AIX,Windows C/C++( SQL92 SQL99 Core 4.1 5.0 InnoDB MyISAM ( B-Tree ( 5.0 4 (InnoDB ( (InnoDB (4.1

More information

FileMaker 15 ODBC と JDBC ガイド

FileMaker 15 ODBC と JDBC ガイド FileMaker 15 ODBC JDBC 2004-2016 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker FileMaker Go FileMaker, Inc. FileMaker WebDirect FileMaker,

More information

... 4 DPM... 6 ICMB... 7 DPM ( ) DPM DHCP DPM

... 4 DPM... 6 ICMB... 7 DPM ( ) DPM DHCP DPM ... 4 DPM... 6 ICMB... 7 DPM ( )... 8 1. DPM... 8 2.DHCP... 10 3.... 14... 16 1....17 2.... 18 3.... 19 4.... 23 5.... 30 6....36 7.... 38 DPM... 39 1.... 39 2.... 43 3.... 44 4.... 50 5.... 51 6.... 56

More information

1 2 1.1................................ 2 1.2................................. 2 1.2.1............................... 3 1.2.2.........................

1 2 1.1................................ 2 1.2................................. 2 1.2.1............................... 3 1.2.2......................... 18 PHP Ajax 1 2 1.1................................ 2 1.2................................. 2 1.2.1............................... 3 1.2.2................................... 3 2 7 2.1.......................

More information

SR-X324T1/316T1 サーバ収容スイッチ ご利用にあたって

SR-X324T1/316T1 サーバ収容スイッチ ご利用にあたって SR-X324T1/316T1 P3NK-4092-04Z0 324T1/316T1 V01 SR-X324T1/316T1 V01 2010 4 2011 5 2 2012 3 3 2012 11 4 Microsoft Corporation Copyright FUJITSU LIMITED 2010-2012 2 SR-X324T1/316T1 V01...2...5...5...5...5...6...7...8...8...11...11...11...11...11...11...12...12...12...12...12...13...13

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

講座計画書サンプル

講座計画書サンプル 2004 10 1 13:0014:30 12 () () Web 14:4518:00 - (PBL) 45 1 - - 1 1 - - - - Web - Web Web (1) PC (2) (3) (4) CVS Subversion 1 2 2004 10 8 Java Java Java 13:0014:30 Java Java Java EoD (Ease of Development)

More information

untitled

untitled ALTIRIS RECOVERY SOLUTION 6.2(Server-based Mode) Quick Startup Guide Rev. 1.1 2007 10 18 1.... 2 1.1 RECOVERY SOLUTION SERVER... 2 1.2 RECOVERY AGENT... 3 2.... 4 2.1... 4 2.2 RECOVERY SOLUTION... 5 2.3

More information

ETERNUS SF総合

ETERNUS SF総合 FUJITSU Storage FUJITSU Storage ICT ICT ICT AdvancedCopy Manager Recovery Manager for Oracle ETERNUS DX serieseternus AF series Oracle Recovery ManagerOracle DB TSM ICT 1 Storage Cruiser ETERNUS I/OQoS

More information

1 1 1.......................... 1 2.......................... 2 2 5 1........................... 5 2................... 7 3..................... 8 4..

1 1 1.......................... 1 2.......................... 2 2 5 1........................... 5 2................... 7 3..................... 8 4.. CD 1 1 1.......................... 1 2.......................... 2 2 5 1........................... 5 2................... 7 3..................... 8 4......................... 13 5 CD.................

More information

2 BIG-IP 800 LTM v HF2 V LTM L L L IP GUI VLAN.

2 BIG-IP 800 LTM v HF2 V LTM L L L IP GUI VLAN. BIG-IP800 LTM v11.4.0 HF2 V1.0 F5 Networks Japan 2 BIG-IP 800 LTM v11.4.0 HF2 V1.0...1 1....3 1.1. LTM...3 2. L3...4 2.1. L3...4 2.2. L3...5 3....6 3.1....6 3.1.1. IP...6 3.1.2. GUI...10 3.1.3. VLAN...19

More information

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

SR-X340TR1 サーバ収容スイッチ ご利用にあたって SR-X340TR1 P3NK-4102-01Z0 340TR1 V01 SR-X340TR1 V01 2010 4 Microsoft Corporation Copyright FUJITSU LIMITED 2010 2 SR-X340TR1 V01...2...5...5...5...5...6...6...7...7...10...10...10...10...10...10...11...11...11...11...12...12

More information

X Window System X X &

X Window System X X & 1 1 1.1 X Window System................................... 1 1.2 X......................................... 1 1.3 X &................................ 1 1.3.1 X.......................... 1 1.3.2 &....................................

More information

( ) istorage S

( ) istorage S (2001.11.27) 1. / Fibre Channel TB (*) HDD HDD (DE) 3U DE 15 HDD istorage UPS (*) RAID istorage HDD (istorage S1100) NF1100-SR011 S1100(FC ) 18GBx3 NF1100-SR012 S1100(FC ) 36GBx3 NF1100-SR013 S1100(FC

More information

CLUSTERPRO X 1

CLUSTERPRO X 1 CLUSTERPRO X 1.0 8.0 NEC CLUSTERPRO X 1.0 CLUSTERPRO 8.0 Corp. -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

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

橡PervasiveSQL2000ReviewersGuide.PDF

橡PervasiveSQL2000ReviewersGuide.PDF Pervasive.SQL 2000 Reviewer s Guide Pervasive.SQL TM 2000 Reviewer s Guide Rev.1 11/99 Pervasive Software Inc. The Freedom to Create Applications for Everyone, Everywhere ...3 Pervasive.SQL 2000...4 Pervasive.SQL

More information

CD Microsoft, MS-DOS, Windows 95, Windows 98,Windows Me, Windows NT, Windows 2000, Visual Basic, Visual Basic.NET, Visual C#, Excel, ActiveX Microsoft

CD Microsoft, MS-DOS, Windows 95, Windows 98,Windows Me, Windows NT, Windows 2000, Visual Basic, Visual Basic.NET, Visual C#, Excel, ActiveX Microsoft CD Microsoft, MS-DOS, Windows 95, Windows 98,Windows Me, Windows NT, Windows 2000, Visual Basic, Visual Basic.NET, Visual C#, Excel, ActiveX Microsoft Corporation ... iv... v... vi... 1-1 1.1... 1-2 1.2...

More information

PowerGres on Linuxマニュアル

PowerGres on Linuxマニュアル PowerGres R on Linux Linux Linus Torvalds TM R 1 2 2 PowerGres on Linux 2 2.1 PowerGres on Linux.................................... 2 2.2.............................................. 2 2.3..............................................

More information

FileMaker 16 ODBC と JDBC ガイド

FileMaker 16 ODBC と JDBC ガイド FileMaker 16 ODBC JDBC 2004-2017 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMakerFileMaker Go FileMaker, Inc. FileMaker WebDirect FileMaker

More information

Oracle HTML DB 導入ガイド

Oracle HTML DB 導入ガイド Oracle HTML DB Oracle Database 10g ... 4... 4 1... 4... 4 2... 5 2.1 Oracle HTTP Server... 6... 6... 7 2.2 root... 9 UNIX... 9 UNIX... 10 2.3 Oracle... 10... 11 (Bash )... 12 2.4 Oracle HTML DB... 13 2.5...

More information

Microsoft PowerPoint - db03-5.ppt

Microsoft PowerPoint - db03-5.ppt データベース言語 SQL リレーショナルデータモデルにおけるデータ操作言語 : リレーショナル代数 少なくともリレーショナル代数と同等のデータ検索能力をもつときリレーショナル完備という. リレーショナル代数はユーザフレンドリではない. 自然な英文による質問の表現が必要になる. リレーショナルデータベース言語 SQL 英文による簡単な構文 リレーショナル代数でできない, 合計, 平均, 最大などの計算機能の組み込み.

More information

3 Powered by mod_perl, Apache & MySQL use Item; my $item = Item->new( id => 1, name => ' ', price => 1200,

3 Powered by mod_perl, Apache & MySQL use Item; my $item = Item->new( id => 1, name => ' ', price => 1200, WEB DB PRESS Vol.1 79 3 Powered by mod_perl, Apache & MySQL use Item; my $item = Item->new( id => 1, name => ' ', price => 1200, http://www.postgresql.org/http://www.jp.postgresql.org/ 80 WEB DB PRESS

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

Microsoft Word - nvsi_100222jp_oracle_exadata.doc

Microsoft Word - nvsi_100222jp_oracle_exadata.doc Article ID: NVSI-100222JP Created: 2010/10/22 Revised: -- Oracle Exadata v2 バックアップ動作検証 1. 検証目的 Oracle Exadata Version 2 上で稼動する Oracle Database11g R2 Real Application Clusters( 以下 Oracle11g R2 RAC) 環境において

More information

untitled

untitled cibm() Information Management DB2 UDB V8.2 SQL cibm() Information Management 2 DB2 UDB V8.2 SQL cibm() Information Management 3 DB2 UDB V8.2 SQL cibm() Information Management 4 cibm() Information Management

More information

n n n ( ) n Oracle 16 PostgreSQL 3 MySQL

n n n ( ) n Oracle 16 PostgreSQL 3 MySQL SaaS CAM MACS PostgreSQL ~ ~ 7 PostgreSQL in 2014/02/07 n n n ( ) n Oracle 16 PostgreSQL 3 MySQL n SaaS CAM MACS n AWS n 1993 6 1 1999 4 1 C/S CAM MACS 2007 4 1 SaaS CAM MACS 2007 11 1 SaaS CAM MACS CAM

More information

今から間にあう仮想化入門とXenについて

今から間にあう仮想化入門とXenについて Xen Linux 2006 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice Agenda IA Xen. Xen 4. Xen 2 19 10 1 IA IA Server Linux Windows Linux Linux

More information