中国IT动力,最新最全的IT技术教程
最新100篇 | 推荐100篇 | 专题100篇 | 排行榜 | 搜索 | 在线API文档 | 网通镜像
首 页 | 程序开发 | 操作系统 | 软件应用 | 图形图象 | 网络应用 | 精文荟萃 | 教育认证 | 硬件维护 | 未整理篇 | 站长教程
ASP JS PHP工程 ASP.NET 网站建设 UML J2EESUN .NET VC VB VFP 网络维护 数据库 DB2 SQL2000 Oracle Mysql
服务器 Win2000 Office C DreamWeaver FireWorks Flash PhotoShop 上网宝典 CorelDraw 协议大全 网络安全 微软认证
硬件维护  CPU  主板  硬盘  内存  显卡  显示器  键盘鼠标  声卡音箱  打印机  机箱电源  BIOS  网卡  C#  Java  Delphi  vs.net2005
  当前位置:> 程序开发 > 数据库开发 > 数据库综合
Is iSQL Plus running
作者:未知 时间:2004-11-16 12:12 出处:Blog 责编:chinaitpower
              摘要:暂无
 

iSQL *Plus Page

iSQL*Plus is a product independent of Enterprise Manager. The iSQL*Plus user interface runs in a web browser connected to the Internet or your intranet. iSQL*Plus enables you to use a web browser to connect to an Oracle database and perform the same actions as you would through the command line version of SQL*Plus (known as SQL*Plus in this guide). You can use iSQL*Plus to write SQL*Plus, SQL and PL/SQL commands to:

  • Enter, edit, run and save SQL commands and PL/SQL blocks.

  • Calculate, and print query results.

You can use the iSQL*Plus Workspace to write, load, save and execute scripts. You can enter scripts as you would in command line SQL*Plus. The script output can be displayed in the Workspace screen or saved to a file on your client machine.

The iSQL *Plus application can be used by two types of users; a database user with NORMAL role and a WebDBA user. For security reasons, if you want to connect as SYSOPER or SYSDBA, you must create and configure a WebDBA user that is HTTP authenticated.

Configuring iSQL *Plus

If you receive an error message page after you click the iSQL *Plus link on the Database Home page, you should check the following:

Is iSQL *Plus configured properly?

For Grid Control, iSQL*Plus will not be shipped with the OMS (Oracle Management Server). So iSQL *Plus needs to be manually configured to point to any running 10G iSQL *Plus server. All the target databases discovered in this Grid Control application will use this iSQL *Plus server for their queries.

For Database Control, the iSQL *Plus installation will automatically configure to use the iSQL *Plus server shipping with this target.

To configure iSQL *Plus, two entries in the $ORACLE_HOME/sysman/config/emoms.properties file on the OMS (Oracle Management Server) machine needs to be populated by replacing the following placeholders: replace %ISQLPLUS_PROTOCOL%, %ISQLPLUS_HOST% and %ISQLPLUS_PORT% with the protocol, the host and the port of the iSql *Plus server you want to use.

For a database user with NORMAL role:
oracle.sysman.db.isqlplusUrl=%ISQLPLUS_PROTOCOL%\://%ISQLPLUS_HOST%\:%ISQLPLUS_PORT%/isqlplus/dynamic

For a database user with SYSOPER and SYSDBA role (requires additional setup for iSQL *Plus DBA access):
oracle.sysman.db.isqlplusWebDBAUrl=%ISQLPLUS_PROTOCOL%\://%ISQLPLUS_HOST%\:%ISQLPLUS_PORT%/isqlplus/dba/dynamic

For example:

oracle.sysman.db.isqlplusUrl=http://chablis.au.oracle.com:5560/isqlplus/dynamic

oracle.sysman.db.isqlplusWebDBAUrl=http://chablis.au.oracle.com:5560/isqlplus/dba/dynamic

For RAC applications, the emoms.properties file for all nodes of the cluster must also have these two entries configured.

After configuring the entries, the OMS needs to be restarted to pick up the change.

Is iSQL *Plus running?

If iSQL *Plus is not started, you may start iSQL *Plus using the command:

$ORACLE_HOME/bin/isqlplusctl start

Is iSQL* Plus DBA Access Set up?

If iSQL* Plus is configured properly, the iSQL *Plus Connection Role page prompts you to select the role you want to use to connect to iSQL *Plus -- Normal, SYSOPER (WebDBA) or SYSDBA (WebDBA).

To connect as SYSOPER or SYSDBA, the WebDBA user must be set up and authenticated using the Oracle JAAS Provider, known as JAZN (Java AuthoriZationN). This is Oracle's implementation of the Java Authentication and Authorization Service (JAAS). When iSQL *Plus WebDBA URL is invoked, you must enter a valid JAZN username and password in a dialog to gain access to the iSQL*Plus DBA URL. This username and password may be different to the username and password for your Oracle database instance.

For instructions on how to set up access to iSQL*Plus DBA URL, see the SQL*Plus User's Guide and Reference.

For more information about the jaznadmin setup, see the iSQL*Plus Installation and Configuration guide or go to:

wiggum.ce.columbia.edu:7778/iplus/help/us/toc.htm

关闭本页
 
首页 | 投资与合作 | 服务条款 | 隐私政策 | 收藏本站 | 设为首页 | 新用户注册 | 免责声明 | 使用帮助
Copyright ©2005-2008 chinaitpower.com All rights reserved. www.chinaitpower.com 版权所有