熱點推薦:
您现在的位置: 電腦知識網 >> 編程 >> Oracle >> 正文

Oracle9i iSQL*PLUS的配置過程

2022-06-13   來源: Oracle 

  iSQL*PLUS
結構如下 配置過程如下
配置HTTPD
$ cd $ORACLE_HOME/Apache/Apache/conf
$ vi
設定Server name或者Server IP地址和端口使用非root用戶啟動HTTPD進程其端口必須大於
Listen=hpserv:
設定DocumentRoot
如DocumentRoot="/home/htdocs"
如果你也使用web server作為document content server那麼需要配置
IndexOptions NameWidth=*
IndexOptions FoldersFirst
AddIcon /icons/textgif txt log
檢查oracle_apacheconf文件
在的最後iSQL*PLUS的配置文件包含在oracle_apacheconf中
一個小BUG
注釋jservproperties中"wrapperenvcopy=DISPLAY"行否則httpd進程不能啟動
$ vi $ORACLE_HOME/Apache/Jserv/etc/jservpropertie
#wrapperenvcopy=DISPLAY

   配置TNS_NAMES
tnsnamesora
orcl =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = IPC)(KEY = ORCL)
)(CONNECT_DATA = (SID = ORCL))
)

   啟動HTTPD
$ORACLE_HOME/Apache/Apache/bin/apachectl [start|stop]

   登陸iSQL*PLUS http://hpserv:/isqlplus /

   以SYSDBA或SYSOPER登陸iSQL*PLUS
http://hpserv:/isqlplusdba
創建DBA口令文件
$ cd $ORACLE_HOME/sqlplus/admin
$ORACLE_HOME/Apache/Apache/bin/htpasswd iplusdbapw oracle
Automatically using MD format on Unix
New password: *****
Retype new password: *****
Adding password for user oracle

   配置iSQL*PLUS
To change the settings you must edit the isqlplusconf configuration file then stop and start the HTTP daemons
The configuration file lives in $ORACLE_HOME/sqlplus/admin
Currently the following server parameter settings can be adjusted: iSQLPlusNumberOfThreads
iSQLPlusLogLevel
iSQLPlusTimeOutInterval
iSQLPlusHashTableSize
iSQLPlusConnectIdList
idletimeout
Details can be found in the SQL*Plus manual from the documentation available online at

   ORAiR SP
A patch is available as a download from Metalink the Oracle bug ID is

  Oracle9i iSQL*PLUS的配置過程 教程

  是Oraclei Release()提供的新功能通過WEB浏覽器登陸可以以HTML表格形式顯示結果具有歷史命令工具可以通過HTTPD密碼文件以 SYSDBA或SYSOPER身份登陸iSQL*PLUS另外它的配置十分簡單使用標准的CGI/Apache/Jserv並且不需要安裝 ORAiAS


From:http://tw.wingwit.com/Article/program/Oracle/201311/19031.html
    推薦文章
    Copyright © 2005-2022 電腦知識網 Computer Knowledge   All rights reserved.