码迷,mamicode.com
首页 > 数据库 > 详细

重新发现Oracle太美之如何重新安装sqlplus help?

时间:2014-06-07 14:54:33      阅读:280      评论:0      收藏:0      [点我收藏+]

标签:c   a   数据      数据库   window   


在Oracle数据库中安装sqlplus中帮助命令行的脚本在$ORACLE_HOME/sqlplus/admin/help下面。
如下所示:
[oracle@rh64 admin]$ cd $ORACLE_HOME/sqlplus/admin
[oracle@rh64 admin]$ ls -ltr
total 20
-rw-r--r-- 1 oracle oinstall 2118 Feb 16  2003 pupbld.sql
-rw-r--r-- 1 oracle oinstall  813 Mar  7  2006 plustrce.sql
-rw-r--r-- 1 oracle oinstall  368 Apr 10  2011 glogin.sql
-rw-r--r-- 1 oracle oinstall  226 Jul 17  2013 libsqlplus.def
drwxr-xr-x 2 oracle oinstall 4096 May 14 02:39 help
[oracle@rh64 admin]$ cd help
[oracle@rh64 help]$ ls -ltr
total 84
-rw-r--r-- 1 oracle oinstall   265 Feb 16  2003 helpbld.sql
-rw-r--r-- 1 oracle oinstall  2154 Jan  3  2011 hlpbld.sql
-rw-r--r-- 1 oracle oinstall   366 Jan  3  2011 helpdrop.sql
-rw-r--r-- 1 oracle oinstall 71817 Aug 16  2012 helpus.sql
[oracle@rh64 help]$ pwd
/u01/app/db11g/product/11.2.0/dbhome_1/sqlplus/admin/help
[oracle@rh64 help]$ 


helpus.sql---->>>被helpbld.sql所调用,是往sqlplus里面插入文本的帮助内容
helpdrop.sql---->>>顾名思义,就是删除帮助表的,不过要以system用户来执行脚本
HLPBLD.SQL ---->>>to drop and create new help tables.


安装步骤如下:
1. Log in to SQL*Plus as the SYSTEM user with:
SQLPLUS SYSTEM


2. In UNIX run the SQL script, HLPBLD.SQL, from SQL*Plus with:
@$ORACLE_HOME/SQLPLUS/ADMIN/HELP/HLPBLD.SQL HELPUS.SQL
In Windows run the SQL script, HLPBLD.SQL, from SQL*Plus with:
@ORACLE_HOME\SQLPLUS\ADMIN\HELP\HLPBLD.SQL HELPUS.SQL
The HLPBLD.SQL script creates and loads the help tables.

drop更简单,都是官方文档上直接做就行


----------->>>这章没有啥可以啃的骨头,过过眼即可。

重新发现Oracle太美之如何重新安装sqlplus help?,布布扣,bubuko.com

重新发现Oracle太美之如何重新安装sqlplus help?

标签:c   a   数据      数据库   window   

原文地址:http://blog.csdn.net/lemontree1123/article/details/28444601

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!