oracle用户授所有权限

1grant alter system to linder; 
  2grant audit system to linder; 
  3
  4grant create session to linder; 
  5grant alter session to linder; 
  6grant restricted session to linder; 
  7grant debug connect session to linder; 
  8
  9grant create tablespace to linder; 
 10grant alter tablespace to linder; 
 11grant manage tablespace to linder; 
 12grant drop tablespace to linder; 
 13grant unlimited tablespace to linder; 
 14
 15grant create user to linder; 
 16grant become user to linder; 
 17grant alter user to linder; 
 18grant drop user to linder; 
 19
 20grant create rollback segment to linder; 
 21grant alter rollback segment to linder; 
 22grant drop rollback segment to linder; 
 23
 24grant create table to linder; 
 25grant create any table to linder; 
 26grant alter any table to linder; 
 27grant backup any table to linder; 
 28grant drop any table to linder; 
 29grant lock any table to linder; 
 30grant comment any table to linder; 
 31grant select any table to linder; 
 32grant insert any table to linder; 
 33grant update any table to linder; 
 34grant delete any table to linder; 
 35grant under any table to linder; 
 36grant flashback any table to linder; 
 37
 38grant create cluster to linder; 
 39grant create any cluster to linder; 
 40grant alter any cluster to linder; 
 41grant drop any cluster to linder; 
 42
 43grant create any index to linder; 
 44grant alter any index to linder; 
 45grant drop any index to linder; 
 46
 47grant create synonym to linder; 
 48grant create any synonym to linder; 
 49grant drop any synonym to linder; 
 50grant create public synonym to linder; 
 51grant drop public synonym to linder; 
 52
 53grant create view to linder; 
 54grant create any view to linder; 
 55grant drop any view to linder; 
 56grant under any view to linder; 
 57grant merge any view to linder; 
 58grant drop any materialized view to linder; 
 59grant create materialized view to linder; 
 60grant create any materialized view to linder; 
 61grant alter any materialized view to linder; 
 62
 63grant create sequence to linder; 
 64grant create any sequence to linder; 
 65grant alter any sequence to linder; 
 66grant drop any sequence to linder; 
 67grant select any sequence to linder; 
 68
 69grant create database link to linder; 
 70grant create public database link to linder; 
 71grant drop public database link to linder; 
 72grant alter database to linder; 
 73grant administer database trigger to linder; 
 74grant export full database to linder; 
 75grant import full database to linder; 
 76
 77
 78grant create role to linder; 
 79grant drop any role to linder; 
 80grant grant any role to linder; 
 81grant alter any role to linder; 
 82
 83grant force transaction to linder; 
 84grant force any transaction to linder; 
 85grant select any transaction to linder; 
 86
 87grant create procedure to linder; 
 88grant create any procedure to linder; 
 89grant alter any procedure to linder; 
 90grant drop any procedure to linder; 
 91grant execute any procedure to linder; 
 92grant debug any procedure to linder; 
 93
 94grant create trigger to linder; 
 95grant create any trigger to linder; 
 96grant alter any trigger to linder; 
 97grant drop any trigger to linder; 
 98
 99grant create profile to linder; 
100grant alter profile to linder; 
101grant drop profile to linder; 
102grant drop any sql profile to linder; 
103grant alter any sql profile to linder; 
104grant create any sql profile to linder; 
105
106grant create type to linder; 
107grant create any type to linder; 
108grant alter any type to linder; 
109grant drop any type to linder; 
110grant execute any type to linder; 
111grant under any type to linder; 
112
113grant create any directory to linder; 
114grant drop any directory to linder; 
115
116grant create library to linder; 
117grant create any library to linder; 
118grant alter any library to linder; 
119grant drop any library to linder; 
120grant execute any library to linder; 
121
122grant create operator to linder; 
123grant create any operator to linder; 
124grant alter any operator to linder; 
125grant drop any operator to linder; 
126grant execute any operator to linder; 
127
128grant create indextype to linder; 
129grant create any indextype to linder; 
130grant alter any indextype to linder; 
131grant drop any indextype to linder; 
132grant execute any indextype to linder; 
133
134grant create dimension to linder; 
135grant create any dimension to linder; 
136grant alter any dimension to linder; 
137grant drop any dimension to linder; 
138
139grant manage any queue to linder; 
140grant enqueue any queue to linder; 
141grant dequeue any queue to linder; 
142
143grant query rewrite to linder; 
144grant global query rewrite to linder; 
145
146grant create any context to linder; 
147grant drop any context to linder; 
148grant create evaluation context to linder; 
149grant create any evaluation context to linder; 
150grant alter any evaluation context to linder; 
151grant drop any evaluation context to linder; 
152grant execute any evaluation context to linder; 
153
154grant create any outline to linder; 
155grant alter any outline to linder; 
156grant drop any outline to linder; 
157
158grant create rule set to linder; 
159grant create any rule set to linder; 
160grant alter any rule set to linder; 
161grant drop any rule set to linder; 
162grant execute any rule set to linder; 
163grant create rule to linder; 
164grant create any rule to linder; 
165grant alter any rule to linder; 
166grant drop any rule to linder; 
167grant execute any rule to linder; 
168
169grant administer sql tuning set to linder; 
170grant administer any sql tuning set to linder; 
171
172grant manage file group to linder; 
173grant manage any file group to linder; 
174grant read any file group to linder; 
175
176grant create job to linder; 
177grant create any job to linder; 
178grant create external job to linder; 
179
180grant select any dictionary to linder; 
181grant analyze any dictionary to linder; 
182
183grant grant any privilege to linder; 
184grant grant any object privilege to linder; 
185
186grant exempt access policy to linder; 
187grant exempt identity policy to linder; 
188
189grant alter resource cost to linder; 
190grant administer resource manager to linder; 
191
192grant sysdba to linder; 
193
194grant sysoper to linder; 
195
196grant audit any to linder; 
197
198grant analyze any to linder; 
199
200grant on commit refresh to linder; 
201
202grant resumable to linder; 
203
204grant advisor to linder; 
205
206grant execute any program to linder; 
207
208grant execute any class to linder; 
209
210grant manage scheduler to linder; 
211
212grant change notification to linder; 
213
214

posted on 2011-02-11 17:20 Mr.wang 阅读(611) 评论(0)  编辑 收藏 引用 所属分类: Oracle


只有注册用户登录后才能发表评论。
网站导航: 博客园   IT新闻   BlogJava   知识库   博问   管理


<2011年2月>
303112345
6789101112
13141516171819
20212223242526
272812345
6789101112

导航

统计

常用链接

留言簿

随笔分类

随笔档案

搜索

最新评论

阅读排行榜

评论排行榜