Size: 535
Comment:
|
Size: 537
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
===ssh tunel ssh -L=== | === ssh tunel ssh -L === |
ssh tunel ssh -L
How to access the Database Home Page "http://127.0.0.1:8080/apex" remotely using ssh tunnel.
# install sshd package on your local machine # 2. add a line in /etc/sshd/sshd_config
AllowTcpForwarding yes
# restart sshd service # ssh <oracle db host> -L 8081:localhost:8080 # login to db web admin console
# login with 'SYS' account, then click the 'Administration' button, 'Tasks - Manage HTTP Access' , then enable HTTP accesss from remote clients.