oracle如何设置权限,ORACLE的权限设置
創(chuàng)建用戶
create user abc identified by 123;
----------------------------------------------------
授權(quán)
grant create session,create table to abc
grant create sysdba to database----------------------------------------------------
然后
conn abc
密碼:123
----------------------------------------------------
登陸用戶就可以建表,你也可以授權(quán)其他權(quán)限給用戶。
create?? user?? username?? ...
grant?? connect?? to?? username?? ;
grant?? resource?? to?? username?? ;
connect?? username/password?? ;
create?? table?? tablename?? ...
創(chuàng)建表
create?? table
(
col1?????? varchar(20)?? not?? null,
col2?????? number(14,2)?? null
....
...
constraint?? table1_pk_col1name?? primary?? key?? (col2,col1)
);
例如:
create table h
(
aa???? varchar(20) not null,
bb???? number(12,2),
constraint h_pk_aa primary key (aa)
);
----------------------------------------------------
插入數(shù)據(jù)
insert into hr_bm values('22','dd')
----------------------------------------------------
查看所有用戶
select * from all_users;
查看所有的表
select table_name from tabs;
查看表內(nèi)字段的屬性
desc 與表名
desc table_name
總結(jié)
以上是生活随笔為你收集整理的oracle如何设置权限,ORACLE的权限设置的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: axios代理跨域 cli4_vuecl
- 下一篇: 戴尔电脑怎么样重装系统win7系统 戴尔