linux Oracle9i iSQL PLUS的配置过程

iSQL*PLUS

结构如下:

 
配置过程如下:
1 配置 HTTPD
$ cd $ORACLE_HOME/Apache/Apache/conf
$ vi httpd.conf
1.1   设定 Server name 或者 Server IP 地址和端口,使用非 root 用户启动 HTTPD 进程,其端口必须大于 1024
如: Listen=hpserv01:7777
1.2   设定 DocumentRoot
DocumentRoot="/home/htdocs"
1.3   如果你也使用 web server 作为 document content server ,那么需要配置:
IndexOptions NameWidth=*
IndexOptions FoldersFirst
AddIcon /icons/text.gif .txt .log
1.4   检查 oracle_apache.conf 文件
httpd.conf 的最后, iSQL*PLUS 的配置文件包含在 oracle_apache.conf 中。
1.5   一个小 BUG
注释 jserv.properties "wrapper.env.copy=DISPLAY" 行,否则 httpd 进程不能启动。
$ vi $ORACLE_HOME/Apache/Jserv/etc/jserv.propertie
#wrapper.env.copy=DISPLAY
 
2          配置 TNS_NAMES
如: tnsnames.ora
orcl92 =
        (DESCRIPTION =
            (ADDRESS_LIST =
                (ADDRESS = (PROTOCOL = IPC)(KEY = ORCL92)
            )(CONNECT_DATA = (SID = ORCL92))
        )
 
3          启动 HTTPD
$ORACLE_HOME/Apache/Apache/bin/apachectl [start|stop]
 
4 登陆 iSQL*PLUS http://hpserv01:7777/isqlplus /
 
5 SYSDBA SYSOPER 登陆 iSQL*PLUS
http://hpserv01:7777/isqlplusdba
创建 DBA 口令文件
$ cd $ORACLE_HOME/sqlplus/admin
$ORACLE_HOME/Apache/Apache/bin/htpasswd iplusdba.pw oracle
Automatically using MD5 format on Unix.
New password: *****
Re-type new password: *****
Adding password for user oracle
 
6 配置 iSQL*PLUS
To change the settings you must edit the isqlplus.conf 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
-idle-timeout
Details can be found in the SQL*Plus manual from the 9.2 documentation, available online at http://tahiti.oracle.com.
 
7 ORA9iR2 SP
A patch is available as a download from Metalink - the Oracle bug ID is 2581911
 

 

 

    是Oracle9i Release2(9.2)提供的新功能,通过WEB浏览器登陆。可以以HTML表格形式显示结果,具有历史命令工具。可以通过HTTPD密码文件以SYSDBASYSOPER身份登陆iSQL*PLUS。另外,它的配置十分简单,使用标准的CGI/Apache/Jserv,并且不需要安装ORA9iAS

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值