Oracle 9i iSQL*Plus 配置方法

(0 comments)

Oracle 9i添加了一个新功能:iSQL*Plus,采用浏览器方式来实现以前SQL*Plus的功能,今天试用之后感觉非常好,感觉使用效率会比以前高很多,输出结果的格式化非常好。

iSQL*Plus不需要额外安装,只要在安装时选Oracle HTTP Server和iSQL*Plus Server就可以了。

等Oracle安装结束后,编辑httpd.conf文件,配置一下启动iSQL*Plus Web管理界面的端口,httpd.conf文件位置:

  • NT:%ORACLE_HOME%\Apache\Apache\conf\httpd.conf
  • UNIX:$ORACLE_HOME/Apache/Apache/conf/httpd.conf

查看Port和Listen的参数值,默认应该是:

Port 7778
Listen 7778(HTTP)
Listen 4443(HTTPS)

然后启动Oracle HTTP Server,在Apache/Apache/bin中执行:

apachectl start

访问方式:

1. 登入普通用户,输入以下URL:

http://oracle.liaojl.com:7778/isqlplus

2. 登入DBA用户,输入以下URL:

http://oracle.liaojl.com:7778/isqlplusdba

3. 获取Server的统计信息:

http://oracle.liaojl.com:7778/isqlplusdba?statistics= {active|full} [&refresh=number]

其中refresh的最小值是10秒

Currently unrated

Comments

There are currently no comments

New Comment

required

required (not published)

optional

required