Heim  >  Artikel  >  Datenbank  >  在Oracle10gisqlplus下登录dba用户

在Oracle10gisqlplus下登录dba用户

WBOY
WBOYOriginal
2016-06-07 15:18:151063Durchsuche

欢迎进入Oracle社区论坛,与200万技术人员互动交流 >>进入 在Oracle10gisqlplus下登录dba用户 可能有很多人不知道,设置如下: oracle isqlplus dba账户设置: 1、 cd $ORACLE_HOME/oc4j/j2ee/isqlplus/application-deployments/isqlplus 2、 $ORACLE_HOME/j

欢迎进入Oracle社区论坛,与200万技术人员互动交流 >>进入

在Oracle10gisqlplus下登录dba用户
可能有很多人不知道,设置如下:


oracle isqlplus dba账户设置:
1、
cd $ORACLE_HOME/oc4j/j2ee/isqlplus/application-deployments/isqlplus

2、
$ORACLE_HOME/jdk/bin/java -Djava.security.properties=$ORACLE_HOME/oc4j/j2ee/home/config/jazn.security.props -jar $ORACLE_HOME/oc4j/j2ee/home/jazn.jar -user "iSQL*Plus DBA/admin" -password admin_password -shell

3、操作:
1〉创建用户
JAZN:〉 adduser "iSQL*Plus DBA" username password
2〉用户列表
JAZN:〉 listusers "iSQL*Plus DBA"
3〉赋予webdba权限
JAZN:〉 grantrole webDba "iSQL*Plus DBA" username
4〉删除用户
JAZN:〉 remuser "iSQL*Plus DBA" username
5〉撤销webdba权限
JAZN:〉 revokerole webDba "iSQL*Plus DBA" username
6〉更改口令
JAZN:〉 setpasswd "iSQL*Plus DBA" username old_password new_password

设置完以上步骤,isqlplus需要重起。

 

在Oracle10gisqlplus下登录dba用户

Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn