Connect to a Database Through the web with iSQLPlus
1 |
1. cd $ORACLE_HOME/oc4j/j2ee/isqlplus/application-deployments/isqlplus |
1 |
2. Run the JAZN shell: |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
$JAVA_HOME/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 welcome -shell [bo |
1 |
3. Create a user, choosing a username and password: |
1 2 3 |
adduser "iSQL*Plus DBA" username password adduser "iSQL*Plus DBA" sys sys |
1 2 3 4 5 |
4. Grant the webDba role to the user: grantrole webDba "iSQL*Plus DBA" username grantrole webDba "iSQL*Plus DBA" sys |
1 2 3 |
5. Exit the JAZN shell: exit |
1 2 3 4 5 |
Changing the password: setpasswd "iSQL*Plus DBA" username old_password new_password setpasswd "iSQL*Plus DBA" sys oracle sys |
1 2 3 |
http://machine_name.domain:5560/isqlplus/dba http://download-west.oracle.com/docs/cd/B19306_01/server.102/b14357/ch2.htm#BCEIHEJF |
Kategori seçin...