Home  >  Article  >  Database  >  在Oracle10gisqlplus下登录dba用户

在Oracle10gisqlplus下登录dba用户

WBOY
WBOYOriginal
2016-06-07 15:18:151107browse

欢迎进入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用户

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn