Windows Server 2008環境GTONE安裝及配置
序號 |
作業系統 |
記憶體 |
硬碟 |
1 |
W2k8 64bit |
2G |
100G |
序號 |
軟體名稱 |
軟體版本 |
1 |
GTONE |
8.1.0.0 |
2 |
Oracle |
11.2.0.1 |
3 |
JAVA |
1.7.0_79 |
4 |
Framework |
3.5.1 |
增加和編輯系統環境變數
序號 |
變數名 |
值 |
1 |
JAVA_HOME |
C:\Java\jdk1.7.0_79 |
2 |
classpath |
.;%JAVA_HOME%\lib\dt.jar;%JAVA_HOME%\lib\tools.jar |
3 |
Path |
%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem; |
測試是否安裝成功
C:\Users\Administrator>java -version
java version "1.7.0_79"
Java(TM) SE Runtime Environment (build 1.7.0_79-b15)
Java HotSpot(TM) 64-Bit Server VM (build 24.79-b02, mixed mode)
顯示版本資訊,沒有報錯即表示安裝成功。
Windows下安裝Oracle比較簡單,具體安裝步驟參考官方文件或者網路資料。
使用DBCA建立資料庫,具體步驟參考官方文件或者網路資料。
C:\Users\Administrator>sqlplus / as sysdba
SQL*Plus: Release 11.2.0.1.0 Production on 星期五 7月 31 11:08:48 2015
Copyright (c) 1982, 2010, Oracle. All rights reserved.
連線到:
Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
SQL> create tablespace AppGov datafile 'e:\AppGov_oradata' size 10G autoextend on;
表空間已建立。
SQL> create user CM identified by CM default tablespace AppGov;
使用者已建立。
SQL> grant resource, connect, dba, create view to CM;
授權成功。
分別執行C:\AppGov\analyzer\server\CE\ startServer.bat和C:\AppGov\WAS\bin\startup.bat指令碼。
使用者名稱:cmadmin
密碼:cmadmin
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/28536251/viewspace-1760917/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- MongoDB Windows環境安裝及配置MongoDBWindows
- jenkins簡單安裝及配置(Windows環境JenkinsWindows
- angular環境配置及安裝Angular
- scala安裝及環境配置
- GoLand安裝及環境配置GoLand
- Node.js安裝及環境配置之Windows篇Node.jsWindows
- windows下配置安裝YAF環境Windows
- java環境JDK安裝及配置JavaJDK
- Windows下安裝配置爬蟲工具Scrapy及爬蟲環境Windows爬蟲
- node.js安裝及環境配置基於Windows系統Node.jsWindows
- JDK安裝及環境變數配置JDK變數
- Node.js安裝及環境配置Node.js
- (轉)Windows下安裝Docker, GitBash環境配置WindowsDockerGit
- React Native在Windows下的安裝及環境配置(Android)React NativeWindowsAndroid
- CodeMan快速安裝配置教程:Windows下安裝配置Java JDK環境WindowsJavaJDK
- Linux環境Hive安裝配置及使用LinuxHive
- Linux環境Flume安裝配置及使用Linux
- Linux環境Spark安裝配置及使用LinuxSpark
- Ubuntu系統-FFmpeg安裝及環境配置Ubuntu
- Windows server 2008 IIS安裝WindowsServer
- Windows 環境安裝LdapWindowsLDA
- Windows環境安裝ScrapyWindows
- Windows10下如何安裝配置 perl 環境Windows
- Windows環境下phpMyAdmin的安裝配置方法WindowsPHP
- 效能測試工具JMeter的安裝及環境配置--Windows和LinuxJMeterWindowsLinux
- Windows 環境下 Python 環境安裝WindowsPython
- Linux環境Sqoop安裝配置及使用LinuxOOP
- Python+Selenium安裝及環境配置Python
- golang開發環境配置及Beego框架安裝Golang開發環境框架
- 【轉載】MAVEN環境變數配置及安裝及專案配置Maven變數
- Anaconda(conda)在windows安裝與環境配置Windows
- Linux & Windows 環境下 RabbitMQ 安裝與基本配置LinuxWindowsMQ
- Linux & Windows 環境下 Redis 安裝與基本配置LinuxWindowsRedis
- Windows環境下嘗試安裝並配置PHP PEARWindowsPHP
- Windows環境下的Oracle Data Guard安裝和配置WindowsOracle
- Windows 環境下安裝 LaravelWindowsLaravel
- Windows 環境下安裝 RedisWindowsRedis
- Windows環境下安裝RabbitMQWindowsMQ