亚洲香蕉成人av网站在线观看_欧美精品成人91久久久久久久_久久久久久久久久久亚洲_热久久视久久精品18亚洲精品_国产精自产拍久久久久久_亚洲色图国产精品_91精品国产网站_中文字幕欧美日韩精品_国产精品久久久久久亚洲调教_国产精品久久一区_性夜试看影院91社区_97在线观看视频国产_68精品久久久久久欧美_欧美精品在线观看_国产精品一区二区久久精品_欧美老女人bb

首頁 > 開發 > 綜合 > 正文

How to Install Orabm

2024-07-21 02:41:07
字體:
來源:轉載
供稿:網友

  

原文鏈接:


http://www.eygle.com/special/How.to.Install.Orabm.TPC.htm

1.首先下載orabm包

你可以從以下地址下載:

http://www.linxcel.co.uk/orabm/orabm.tar

也可以從本地下載.

 

[gqgai@eygle gqgai]$ wget http://www.linxcel.co.uk/orabm/orabm.tar--17:46:55-- http://www.linxcel.co.uk/orabm/orabm.tar => `orabm.tar'Resolving www.linxcel.co.uk... done.Connecting to www.linxcel.co.uk[212.227.127.109]:80... connected.HTTP request sent, awaiting response... 200 OKLength: 1,280,000 [application/x-tar]100%[========================================================================================>] 1,280,000 26.53K/s ETA 00:0017:47:43 (26.53 KB/s) - `orabm.tar' saved [1280000/1280000]

2.查看相關文件

 

$ tar -xvf *.tarx orabm, 0 bytes, 0 tape blocksx orabm/src, 0 bytes, 0 tape blocksx orabm/src/orabmload.pc, 24200 bytes, 48 tape blocksx orabm/src/orabm.c, 9346 bytes, 19 tape blocksx orabm/src/init.ora, 1442 bytes, 3 tape blocksx orabm/src/BUILD_FROM_SOURCE.txt, 863 bytes, 2 tape blocksx orabm/install, 0 bytes, 0 tape blocksx orabm/install/orabm_analyze.sql, 1068 bytes, 3 tape blocksx orabm/install/orabm_cache.sql, 1116 bytes, 3 tape blocksx orabm/install/orabm_ind.sql, 1124 bytes, 3 tape blocksx orabm/install/orabm_query_cache.sql, 497 bytes, 1 tape blocksx orabm/install/orabm_serverside_stress.sql, 8528 bytes, 17 tape blocksx orabm/install/orabm_tab.sql, 2321 bytes, 5 tape blocksx orabm/install/orabm_tab_rm.sql, 197 bytes, 1 tape blocksx orabm/install/orabm_user.sql, 233 bytes, 1 tape blocksx orabm/bin, 0 bytes, 0 tape blocksx orabm/bin/orabm_tps.awk, 182 bytes, 1 tape blocksx orabm/bin/orabm_tps.sh, 70 bytes, 1 tape blocksx orabm/bin/solaris, 0 bytes, 0 tape blocksx orabm/bin/solaris/orabmload, 85940 bytes, 168 tape blocksx orabm/bin/solaris/orabm, 53140 bytes, 104 tape blocksx orabm/bin/linux, 0 bytes, 0 tape blocksx orabm/bin/linux/orabm, 42332 bytes, 83 tape blocksx orabm/bin/linux/orabmload, 50741 bytes, 100 tape blocksx orabm/bin/orabm.linuxd2.log, 559 bytes, 2 tape blocksx orabm/bin/windows, 0 bytes, 0 tape blocksx orabm/bin/windows/orabm.exe, 196653 bytes, 385 tape blocksx orabm/bin/windows/orabmload.exe, 233525 bytes, 457 tape blocksx orabm/orabm.pdf, 239954 bytes, 469 tape blocksx orabm/orabm.htm, 200488 bytes, 392 tape blocksx orabm/orabm_files, 0 bytes, 0 tape blocksx orabm/orabm_files/image001.jpg, 46143 bytes, 91 tape blocksx orabm/orabm_files/image002.jpg, 8437 bytes, 17 tape blocksx orabm/orabm_files/_vti_cnf, 0 bytes, 0 tape blocksx orabm/orabm_files/_vti_cnf/image002.jpg, 724 bytes, 2 tape blocksx orabm/orabm_files/_vti_cnf/image001.jpg, 725 bytes, 2 tape blocksx orabm/orabm_files/_vti_cnf/image003.gif, 699 bytes, 2 tape blocksx orabm/orabm_files/_vti_cnf/editdata.mso, 708 bytes, 2 tape blocksx orabm/orabm_files/_vti_cnf/filelist.xml, 707 bytes, 2 tape blocksx orabm/orabm_files/_vti_cnf/header.htm, 1264 bytes, 3 tape blocksx orabm/orabm_files/_vti_cnf/.fp_folder_info, 58 bytes, 1 tape blocksx orabm/orabm_files/editdata.mso, 2976 bytes, 6 tape blocksx orabm/orabm_files/filelist.xml, 289 bytes, 1 tape blocksx orabm/orabm_files/image003.gif, 14667 bytes, 29 tape blocksx orabm/orabm_files/header.htm, 4705 bytes, 10 tape blocks$ lsorabm orabm.tar$ cd orabm$ lsbin install orabm.htm orabm.pdf orabm_files src$ lsbin install orabm.htm orabm.pdf orabm_files src$ cd install$ lsorabm_analyze.sql orabm_ind.sql orabm_serverside_stress.sql orabm_tab_rm.sqlorabm_cache.sql orabm_query_cache.sql orabm_tab.sql orabm_user.sql  


 

注重:缺省的orabm測試用用戶會建立在tools表空間,假如你想把數據放在其他表空間可以修改orabm_user.sql來調整.

3.安裝的步驟如下:

#

Operation

Command

1

create the ORABM user (assumes TOOLS tablespace, TEMP temporary tablespace)

sqlplus system/pwd @orabm_user

2

create the tables

sqlplus system/pwd @orabm_tab

3

load the data

$ orabmload Warehouses 1

4

create the indexes

sqlplus system/pwd @orabm_ind

5

analyze the tables and indexes

sqlplus system/pwd @orabm_analyze

6

create the stress-test PL/SQL PRocedures

sqlplus system/pwd @orabm_serverside_stress

7

cache the table and index data in the SGA

sqlplus system/pwd @orabm_cache

4.安裝日志及如下

 

$ sqlplus "/ as sysdba" @orabm_userSQL*Plus: Release 9.2.0.4.0 - ProdUCtion on Sat Sep 25 17:55:40 2004Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.Connected to:Oracle9i Enterprise Edition Release 9.2.0.4.0 - 64bit ProductionWith the Partitioning, OLAP and Oracle Data Mining optionsJServer Release 9.2.0.4.0 - ProductionUser created.Grant succeeded.User altered.User altered.Revoke succeeded.Disconnected from Oracle9i Enterprise Edition Release 9.2.0.4.0 - 64bit ProductionWith the Partitioning, OLAP and Oracle Data Mining optionsJServer Release 9.2.0.4.0 - Production$ sqlplus "/ as sysdba" @orabm_tabSQL*Plus: Release 9.2.0.4.0 - Production on Sat Sep 25 17:55:56 2004Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.Connected to:Oracle9i Enterprise Edition Release 9.2.0.4.0 - 64bit ProductionWith the Partitioning, OLAP and Oracle Data Mining optionsJServer Release 9.2.0.4.0 - ProductionTable created.Table created.Table created.Table created.Table created.Table created.Table created.Table created.Table created.Disconnected from Oracle9i Enterprise Edition Release 9.2.0.4.0 - 64bit ProductionWith the Partitioning, OLAP and Oracle Data Mining optionsJServer Release 9.2.0.4.0 - Production$ cd ..$ lsbin install orabm.htm orabm.pdf orabm_files src$ cd bin$ lslinux orabm.linuxd2.log orabm_tps.awk orabm_tps.sh solaris windows$ cd solaris$ lsorabm orabmload$ ./orabmload Warehouse 1ld.so.1: ./orabmload: fatal: /opt/oracle/product/9.2.0/lib/libclntsh.so.9.0: wrong ELF class: ELFCLASS64Killed$ LD_LIBRARY_PATH=${ORACLE_HOME}/lib32:${LD_LIBRARY_PATH} eXPort LD_LIBRARY_PATH $ ./orabmload Warehouses 1Connected to ORACLE as user: ORABMusing timestamp=20040925181524TPCC Data Load Started...Loading Item .................... 20000.................... 40000.................... 60000.................... 80000.................... 100000Item Done. Loading Warehouse Loading Stock Wid=1.................... 20000.................... 40000.................... 60000.................... 80000.................... 100000 Stock Done.Loading DistrictLoading Customer for DID=1, WID=1...Customer Done.Loading Customer for DID=2, WID=1...Customer Done.Loading Customer for DID=3, WID=1...Customer Done.Loading Customer for DID=4, WID=1...Customer Done.Loading Customer for DID=5, WID=1...Customer Done.Loading Customer for DID=6, WID=1...Customer Done.Loading Customer for DID=7, WID=1...Customer Done.Loading Customer for DID=8, WID=1...Customer Done.Loading Customer for DID=9, WID=1...Customer Done.Loading Customer for DID=10, WID=1...Customer Done.Loading Orders for D=1, W= 1. 1000. 2000. 3000Orders Done.Loading Orders for D=2, W= 1. 1000. 2000. 3000Orders Done.Loading Orders for D=3, W= 1. 1000. 2000. 3000Orders Done.Loading Orders for D=4, W= 1. 1000. 2000. 3000Orders Done.Loading Orders for D=5, W= 1. 1000. 2000. 3000Orders Done.Loading Orders for D=6, W= 1. 1000. 2000. 3000Orders Done.Loading Orders for D=7, W= 1. 1000. 2000. 3000Orders Done.Loading Orders for D=8, W= 1. 1000. 2000. 3000Orders Done.Loading Orders for D=9, W= 1. 1000. 2000. 3000Orders Done.Loading Orders for D=10, W= 1. 1000. 2000. 3000Orders Done....DATA LOADING COMPLETED SUCCESSFULLY.$ cd ../../install$ lsorabm_analyze.sql orabm_ind.sql orabm_serverside_stress.sql orabm_tab_rm.sqlorabm_cache.sql orabm_query_cache.sql orabm_tab.sql orabm_user.sql$ sqlplus "/ as sysdba" @orabm_indSQL*Plus: Release 9.2.0.4.0 - Production on Sat Sep 25 18:31:05 2004Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.Connected to:Oracle9i Enterprise Edition Release 9.2.0.4.0 - 64bit ProductionWith the Partitioning, OLAP and Oracle Data Mining optionsJServer Release 9.2.0.4.0 - ProductionDOC>
*DOC> * same indexes as used by Oracle record breaking 32-CPUDOC> * RAC TPC-C benchmark on Linux - Sept 2002DOC> *DOC> * Geoff Ingram (geoff@dbcool.com)DOC> */session altered.Index created.Index created.Index created.Index created.Index created.Index created.Index created.Index created.Index created.Index created.Disconnected from Oracle9i Enterprise Edition Release 9.2.0.4.0 - 64bit ProductionWith the Partitioning, OLAP and Oracle Data Mining optionsJServer Release 9.2.0.4.0 - Production$ sqlplus "/ as sysdba" @orabm_analyzeSQL*Plus: Release 9.2.0.4.0 - Production on Sat Sep 25 18:32:17 2004Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.Connected to:Oracle9i Enterprise Edition Release 9.2.0.4.0 - 64bit ProductionWith the Partitioning, OLAP and Oracle Data Mining optionsJServer Release 9.2.0.4.0 - ProductionSession altered.Table analyzed.Table analyzed.Table analyzed.Table analyzed.Table analyzed.Table analyzed.Table analyzed.Table analyzed.Table analyzed.Index analyzed.Index analyzed.Index analyzed.Index analyzed.Index analyzed.Index analyzed.Index analyzed.Index analyzed.Index analyzed.Index analyzed.Disconnected from Oracle9i Enterprise Edition Release 9.2.0.4.0 - 64bit ProductionWith the Partitioning, OLAP and Oracle Data Mining optionsJServer Release 9.2.0.4.0 - Production$ sqlplus "/ as sysdba" @orabm_serverside_stressSQL*Plus: Release 9.2.0.4.0 - Production on Sat Sep 25 18:35:50 2004Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.Connected to:Oracle9i Enterprise Edition Release 9.2.0.4.0 - 64bit ProductionWith the Partitioning, OLAP and Oracle Data Mining optionsJServer Release 9.2.0.4.0 - ProductionDOC> *DOC> * v2.0DOC> *DOC> * Copyright (c) 2002, Geoff Ingram (geoff@dbcool.com) - Proton Technology LtdDOC> *DOC> * orabm_serverside_stress.sql: Oracle package for CPU stress test benchmarkDOC> *DOC> * You may distribute orabm_serverside_stress.sql under the terms of either theDOC> * widely available GNU General Public License or the Artistic LicenseDOC> * with the exception that it cannot be placed on a CD-ROM or similar mediaDOC> * for commercial distribution without the prior approval of the author.DOC> *DOC> */Procedure created.Procedure created.Procedure created.Procedure created.Disconnected from Oracle9i Enterprise Edition Release 9.2.0.4.0 - 64bit ProductionWith the Partitioning, OLAP and Oracle Data Mining optionsJServer Release 9.2.0.4.0 - Production$ sqlplus "/ as sysdba" @orabm_cacheSQL*Plus: Release 9.2.0.4.0 - Production on Sat Sep 25 18:36:07 2004Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.Connected to:Oracle9i Enterprise Edition Release 9.2.0.4.0 - 64bit ProductionWith the Partitioning, OLAP and Oracle Data Mining optionsJServer Release 9.2.0.4.0 - ProductionTable altered. COUNT(*)---------- 30000Table altered. COUNT(*)---------- 10Table altered. COUNT(*)---------- 30000Table altered. COUNT(*)---------- 299952Table altered. COUNT(*)---------- 100000 COUNT(*)---------- 30000 COUNT(*)---------- 30000 COUNT(*)---------- 100000 COUNT(*)---------- 299952 COUNT(*)---------- 30000 COUNT(*)---------- 30000 COUNT(*)---------- 100000Disconnected from Oracle9i Enterprise Edition Release 9.2.0.4.0 - 64bit ProductionWith the Partitioning, OLAP and Oracle Data Mining optionsJServer Release 9.2.0.4.0 - Production

至此安裝完成.

 


發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
亚洲香蕉成人av网站在线观看_欧美精品成人91久久久久久久_久久久久久久久久久亚洲_热久久视久久精品18亚洲精品_国产精自产拍久久久久久_亚洲色图国产精品_91精品国产网站_中文字幕欧美日韩精品_国产精品久久久久久亚洲调教_国产精品久久一区_性夜试看影院91社区_97在线观看视频国产_68精品久久久久久欧美_欧美精品在线观看_国产精品一区二区久久精品_欧美老女人bb
影音先锋欧美在线资源| 欧美又大又硬又粗bbbbb| 国产欧美亚洲视频| 日韩欧美黄色动漫| 中文字幕精品网| 亚洲人成电影网站色xx| 国产91精品久久久久久久| 亚洲一区二区久久久久久久| 久久久久久久97| 日韩有码在线电影| 亚洲欧美日本精品| 国产日韩精品在线播放| 九色91av视频| 青青久久aⅴ北条麻妃| 亚洲成人在线视频播放| 欧美电影在线观看完整版| 日韩国产精品亚洲а∨天堂免| 国产精品视频一区二区高潮| 国精产品一区一区三区有限在线| 午夜免费在线观看精品视频| 热re91久久精品国99热蜜臀| 欧美日韩另类字幕中文| 久久高清视频免费| 国产97在线|亚洲| 欧美日韩国产成人在线观看| 国产一区二区黑人欧美xxxx| 国产自摸综合网| 久久久久久香蕉网| 久久视频在线观看免费| 亚洲欧美日韩精品久久亚洲区| 在线视频国产日韩| 91精品国产高清久久久久久久久| 亚洲天堂男人天堂| 亚洲美女免费精品视频在线观看| 97视频免费在线观看| 97欧美精品一区二区三区| 国产一区二区黄| 高清欧美性猛交xxxx| 国产精品精品国产| 一区二区亚洲精品国产| 精品亚洲一区二区| 中文字幕亚洲无线码在线一区| 黄色一区二区在线| 中文字幕视频一区二区在线有码| 国产精品∨欧美精品v日韩精品| 国产在线视频欧美| 欧美激情第一页xxx| 97人洗澡人人免费公开视频碰碰碰| 欧美高清视频在线播放| 国产网站欧美日韩免费精品在线观看| 国产mv免费观看入口亚洲| 国产精品久久久久久久电影| 日韩精品免费一线在线观看| 欧美成人三级视频网站| 欧美激情视频在线免费观看 欧美视频免费一| 日本国产欧美一区二区三区| 亚洲精品一区久久久久久| 欧美特级www| 亚洲免费中文字幕| 国产欧美精品一区二区| 全亚洲最色的网站在线观看| 亚洲男人第一av网站| 亚洲自拍中文字幕| 欧美日韩亚洲国产一区| 久久五月情影视| 日av在线播放中文不卡| 久久久国产91| 欧美色欧美亚洲高清在线视频| 亚洲最新视频在线| 欧美成人全部免费| 免费91麻豆精品国产自产在线观看| 国产精品久久久久久久久男| 成人欧美在线观看| 亚洲免费电影一区| 亚洲乱码av中文一区二区| 中文字幕一区日韩电影| 亚洲天堂网站在线观看视频| 色综合久久中文字幕综合网小说| 高潮白浆女日韩av免费看| 亚洲欧美日本伦理| 欧美一区在线直播| 国产精品视频26uuu| 日韩电影视频免费| 久久这里只有精品视频首页| 欧美日韩国产精品一区二区不卡中文| 日韩一区二区福利| 久久久久久中文| 欧美大尺度激情区在线播放| 成人福利在线观看| 国产精品女人网站| 久久精品国产综合| 亚洲国产成人在线播放| 蜜臀久久99精品久久久久久宅男| 欧美日韩免费在线观看| 国产91精品久久久久久久| 伊人久久久久久久久久久久久| 伊人伊人伊人久久| 精品亚洲精品福利线在观看| 亚洲激情视频在线观看| 日本亚洲精品在线观看| 日本久久久久亚洲中字幕| 欧美专区日韩视频| 日韩福利在线播放| 久久69精品久久久久久国产越南| 欧美日韩国产丝袜另类| 国产日韩欧美电影在线观看| 亚洲性猛交xxxxwww| 久久久久亚洲精品成人网小说| 国产成人涩涩涩视频在线观看| 91精品国产91久久久久福利| 日韩av影视在线| 国产日韩精品在线观看| 日韩av手机在线看| 亚洲天堂av在线播放| 国产精品自拍网| 久久中国妇女中文字幕| 日本一区二区在线免费播放| 欧美国产在线视频| 欧美日韩国产在线| 九九视频直播综合网| 国产精品香蕉国产| 精品无人区乱码1区2区3区在线| 91美女高潮出水| 欧美日韩亚洲精品内裤| 欧美精品在线极品| 国产精品ⅴa在线观看h| 国产亚洲欧洲高清一区| 91亚洲人电影| 国产美女久久精品| 国产情人节一区| 亚洲aⅴ男人的天堂在线观看| 欧美日韩国产成人在线观看| 亚洲国产成人在线视频| 日本精品久久久| 欧美精品久久久久久久久久| 成人免费看吃奶视频网站| 欧美黑人狂野猛交老妇| 欧美极度另类性三渗透| 日韩在线精品视频| 亚洲国产精彩中文乱码av| 欧美猛交ⅹxxx乱大交视频| 欧美成人在线影院| 国产精品日韩在线一区| 日韩在线观看网址| 韩曰欧美视频免费观看| 成人两性免费视频| 欧美成aaa人片在线观看蜜臀| 国产日韩欧美在线视频观看| 国产精品久久久久aaaa九色| 91日本在线视频| 欧美极品少妇xxxxⅹ喷水| 777午夜精品福利在线观看| 九九热精品视频国产| 国产精品观看在线亚洲人成网| 国产a级全部精品| 日韩精品中文字幕视频在线| 琪琪第一精品导航| 8x拔播拔播x8国产精品| 成人亲热视频网站| 亚洲成人久久久| 亚洲色图13p| 不卡av在线播放| 欧美日韩性视频| 永久免费看mv网站入口亚洲|