Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1417187
  • 博文数量: 239
  • 博客积分: 5909
  • 博客等级: 大校
  • 技术积分: 2715
  • 用 户 组: 普通用户
  • 注册时间: 2010-07-24 20:19
文章分类

全部博文(239)

文章存档

2014年(4)

2013年(22)

2012年(140)

2011年(14)

2010年(59)

我的朋友

分类: Oracle

2012-06-05 17:03:25

下面是创建data dictionary views, synonyms, and PL/SQL packages, and to support proper functioning of SQL*Plus的脚本:
@?/rdbms/admin/catalog.sql
@?/rdbms/admin/catproc.sql
@?/sqlplus/admin/pupbld.sql

CATALOG.SQL:
Creates the views of the data dictionary tables, the dynamic performance views, and public synonyms for many of the views. Grants PUBLIC access to the synonyms.

CATPROC.SQL:
Runs all scripts required for or used with PL/SQL.

PUPBLD.SQL:
Required for SQL*Plus. Enables SQL*Plus to disable commands by

DBMSSTDX.SQL:
Before a trigger can be created, the user SYS must run this SQL script

STANDARD.SQL:
Before run PL/SQL, the user SYS must run this SQL script
阅读(1858) | 评论(0) | 转发(0) |
0

上一篇:Oracle中的kfod命令

下一篇:Oracle中的ASMLib

给主人留下些什么吧!~~