Java技术研讨
JavaEE技术研究
oracle用户授所有权限
1
grant
alter
system
to
linder;
2
grant
audit system
to
linder;
3
4
grant
create
session
to
linder;
5
grant
alter
session
to
linder;
6
grant
restricted session
to
linder;
7
grant
debug connect session
to
linder;
8
9
grant
create
tablespace
to
linder;
10
grant
alter
tablespace
to
linder;
11
grant
manage tablespace
to
linder;
12
grant
drop
tablespace
to
linder;
13
grant
unlimited tablespace
to
linder;
14
15
grant
create
user
to
linder;
16
grant
become
user
to
linder;
17
grant
alter
user
to
linder;
18
grant
drop
user
to
linder;
19
20
grant
create
rollback
segment
to
linder;
21
grant
alter
rollback
segment
to
linder;
22
grant
drop
rollback
segment
to
linder;
23
24
grant
create
table
to
linder;
25
grant
create
any
table
to
linder;
26
grant
alter
any
table
to
linder;
27
grant
backup
any
table
to
linder;
28
grant
drop
any
table
to
linder;
29
grant
lock
any
table
to
linder;
30
grant
comment
any
table
to
linder;
31
grant
select
any
table
to
linder;
32
grant
insert
any
table
to
linder;
33
grant
update
any
table
to
linder;
34
grant
delete
any
table
to
linder;
35
grant
under
any
table
to
linder;
36
grant
flashback
any
table
to
linder;
37
38
grant
create
cluster
to
linder;
39
grant
create
any
cluster
to
linder;
40
grant
alter
any
cluster
to
linder;
41
grant
drop
any
cluster
to
linder;
42
43
grant
create
any
index
to
linder;
44
grant
alter
any
index
to
linder;
45
grant
drop
any
index
to
linder;
46
47
grant
create
synonym
to
linder;
48
grant
create
any
synonym
to
linder;
49
grant
drop
any
synonym
to
linder;
50
grant
create
public
synonym
to
linder;
51
grant
drop
public
synonym
to
linder;
52
53
grant
create
view
to
linder;
54
grant
create
any
view
to
linder;
55
grant
drop
any
view
to
linder;
56
grant
under
any
view
to
linder;
57
grant
merge
any
view
to
linder;
58
grant
drop
any
materialized
view
to
linder;
59
grant
create
materialized
view
to
linder;
60
grant
create
any
materialized
view
to
linder;
61
grant
alter
any
materialized
view
to
linder;
62
63
grant
create
sequence
to
linder;
64
grant
create
any
sequence
to
linder;
65
grant
alter
any
sequence
to
linder;
66
grant
drop
any
sequence
to
linder;
67
grant
select
any
sequence
to
linder;
68
69
grant
create
database
link
to
linder;
70
grant
create
public
database
link
to
linder;
71
grant
drop
public
database
link
to
linder;
72
grant
alter
database
to
linder;
73
grant
administer
database
trigger
to
linder;
74
grant
export
full
database
to
linder;
75
grant
import
full
database
to
linder;
76
77
78
grant
create
role
to
linder;
79
grant
drop
any
role
to
linder;
80
grant
grant
any
role
to
linder;
81
grant
alter
any
role
to
linder;
82
83
grant
force
transaction
to
linder;
84
grant
force
any
transaction
to
linder;
85
grant
select
any
transaction
to
linder;
86
87
grant
create
procedure
to
linder;
88
grant
create
any
procedure
to
linder;
89
grant
alter
any
procedure
to
linder;
90
grant
drop
any
procedure
to
linder;
91
grant
execute
any
procedure
to
linder;
92
grant
debug
any
procedure
to
linder;
93
94
grant
create
trigger
to
linder;
95
grant
create
any
trigger
to
linder;
96
grant
alter
any
trigger
to
linder;
97
grant
drop
any
trigger
to
linder;
98
99
grant
create
profile
to
linder;
100
grant
alter
profile
to
linder;
101
grant
drop
profile
to
linder;
102
grant
drop
any
sql profile
to
linder;
103
grant
alter
any
sql profile
to
linder;
104
grant
create
any
sql profile
to
linder;
105
106
grant
create
type
to
linder;
107
grant
create
any
type
to
linder;
108
grant
alter
any
type
to
linder;
109
grant
drop
any
type
to
linder;
110
grant
execute
any
type
to
linder;
111
grant
under
any
type
to
linder;
112
113
grant
create
any
directory
to
linder;
114
grant
drop
any
directory
to
linder;
115
116
grant
create
library
to
linder;
117
grant
create
any
library
to
linder;
118
grant
alter
any
library
to
linder;
119
grant
drop
any
library
to
linder;
120
grant
execute
any
library
to
linder;
121
122
grant
create
operator
to
linder;
123
grant
create
any
operator
to
linder;
124
grant
alter
any
operator
to
linder;
125
grant
drop
any
operator
to
linder;
126
grant
execute
any
operator
to
linder;
127
128
grant
create
indextype
to
linder;
129
grant
create
any
indextype
to
linder;
130
grant
alter
any
indextype
to
linder;
131
grant
drop
any
indextype
to
linder;
132
grant
execute
any
indextype
to
linder;
133
134
grant
create
dimension
to
linder;
135
grant
create
any
dimension
to
linder;
136
grant
alter
any
dimension
to
linder;
137
grant
drop
any
dimension
to
linder;
138
139
grant
manage
any
queue
to
linder;
140
grant
enqueue
any
queue
to
linder;
141
grant
dequeue
any
queue
to
linder;
142
143
grant
query rewrite
to
linder;
144
grant
global query rewrite
to
linder;
145
146
grant
create
any
context
to
linder;
147
grant
drop
any
context
to
linder;
148
grant
create
evaluation context
to
linder;
149
grant
create
any
evaluation context
to
linder;
150
grant
alter
any
evaluation context
to
linder;
151
grant
drop
any
evaluation context
to
linder;
152
grant
execute
any
evaluation context
to
linder;
153
154
grant
create
any
outline
to
linder;
155
grant
alter
any
outline
to
linder;
156
grant
drop
any
outline
to
linder;
157
158
grant
create
rule
set
to
linder;
159
grant
create
any
rule
set
to
linder;
160
grant
alter
any
rule
set
to
linder;
161
grant
drop
any
rule
set
to
linder;
162
grant
execute
any
rule
set
to
linder;
163
grant
create
rule
to
linder;
164
grant
create
any
rule
to
linder;
165
grant
alter
any
rule
to
linder;
166
grant
drop
any
rule
to
linder;
167
grant
execute
any
rule
to
linder;
168
169
grant
administer sql tuning
set
to
linder;
170
grant
administer
any
sql tuning
set
to
linder;
171
172
grant
manage
file
group
to
linder;
173
grant
manage
any
file
group
to
linder;
174
grant
read
any
file
group
to
linder;
175
176
grant
create
job
to
linder;
177
grant
create
any
job
to
linder;
178
grant
create
external job
to
linder;
179
180
grant
select
any
dictionary
to
linder;
181
grant
analyze
any
dictionary
to
linder;
182
183
grant
grant
any
privilege
to
linder;
184
grant
grant
any
object privilege
to
linder;
185
186
grant
exempt access policy
to
linder;
187
grant
exempt
identity
policy
to
linder;
188
189
grant
alter
resource cost
to
linder;
190
grant
administer resource manager
to
linder;
191
192
grant
sysdba
to
linder;
193
194
grant
sysoper
to
linder;
195
196
grant
audit
any
to
linder;
197
198
grant
analyze
any
to
linder;
199
200
grant
on
commit
refresh
to
linder;
201
202
grant
resumable
to
linder;
203
204
grant
advisor
to
linder;
205
206
grant
execute
any
program
to
linder;
207
208
grant
execute
any
class
to
linder;
209
210
grant
manage scheduler
to
linder;
211
212
grant
change notification
to
linder;
213
214
posted on 2010-11-02 21:51
麟德
阅读(935)
评论(0)
编辑
收藏
所属分类:
oracle
新用户注册
刷新评论列表
只有注册用户
登录
后才能发表评论。
网站导航:
博客园
IT新闻
知识库
C++博客
博问
管理
相关文章:
常见数据库的分页语句
查看oracle数据库的连接数以及用户
oracle用户授所有权限
oracle中创建用户和表
创建表空间、用户、用户授权
oralce 数据库备份与还原
Powered by:
BlogJava
Copyright © 麟德
<
2024年11月
>
日
一
二
三
四
五
六
27
28
29
30
31
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
1
2
3
4
5
6
7
导航
BlogJava
首页
新随笔
联系
聚合
管理
统计
随笔 - 2
文章 - 23
评论 - 6
引用 - 0
常用链接
我的随笔
我的文章
我的评论
我的参与
最新评论
留言簿
给我留言
查看公开留言
查看私人留言
随笔分类
(2)
励志文章(1)
(rss)
游记
(rss)
经济(1)
(rss)
随笔档案
(2)
2010年11月 (2)
文章分类
(23)
css(1)
(rss)
db2(2)
(rss)
ext
(rss)
html(2)
(rss)
java(1)
(rss)
javascript(2)
(rss)
jquery(1)
(rss)
mysql(3)
(rss)
oracle(6)
(rss)
PHP(1)
(rss)
SQLServer(1)
(rss)
tomat(1)
(rss)
UML建模(1)
(rss)
websphere(1)
(rss)
设计模式
(rss)
文章档案
(23)
2010年11月 (23)
最新随笔
1. WAS 经常有heapdump.***.phd和javacore.***.txt文件产生
2. 一个tomcat配置多个端口
3. Log4j日志文件输出为相对路径的解决方法
4. 常见数据库的分页语句
5. 查看oracle数据库的连接数以及用户
6. 手动搭建PHP运行环境
7. UML简介
8. 常用各国经济指标、术语解释
9. 做人的基本原则
10. DB2 创建数据库缓冲池和表空间
11. oracle用户授所有权限
12. oracle中创建用户和表
13. DB2中创建数据库和表的过程
14. SqlServer创建数据库和表的语法
15. mysql 创建数据库和表的法语以及常用的操作
16. 如何一次性修饰整个页面文字的大小
17. 国忌日将网站变灰的方法
18. javascript评估用户输入密码的强度
19. 在页面上添加QQ和MSN聊天工具
20. 设为首页和加入收藏
21. jquery 左侧 树形菜单
22. 创建表空间、用户、用户授权
23. oralce 数据库备份与还原
24. 全国省市级联数据sql语句 mysql版
25. mysql 主键自增长
搜索
积分与排名
积分 - 54274
排名 - 935
最新评论
1. re: Log4j日志文件输出为相对路径的解决方法[未登录]
dsfsfadfdsfadf
--ds
2. re: jquery 左侧 树形菜单
能把图片给我们就好了!
--胡旋
3. re: 做人的基本原则
说得都是实在,多苛求下自己!
--lvshuding
4. re: 做人的基本原则
乖乖啊!三十六计啊!不过修炼修炼很有好处啊!谢谢了!我要收藏。
--小六夜疯狂
5. re: 做人的基本原则
理论上的人,但是如果做到这,估计就不是人了
--@joe
阅读排行榜
1. 做人的基本原则(16420)
2. 常用各国经济指标、术语解释 (270)
评论排行榜
1. 做人的基本原则(4)
2. 常用各国经济指标、术语解释 (0)