- Stop the listener
- Buka file listener.ora yang ada di DIR:\oraclexe\app\oracle\product\10.2.0\server\NETWORK\ADMIN\
- Ubah port 1521 menjadi 1522.
- Simpan file.
- Start listener.
- melalui command prompt masuk kedalam sqlplus
- Connect dengan system
ALTER SYSTEM SET LOCAL_LISTENER = "(ADDRESS=(PROTOCOL=TCP)(HOST=localhost)(PORT=1522))";
ALTER SYSTEM REGISTER;
- verifikasi memakai command
lsnrctl
status pastikan muncul "
Service "XE" has 1 instance(s). Instance "XE", status READY, has 1 handler(s) for this service..."
akses kembali apex http://localhost:8080/apex
Sumber : Managing Network Connections on Oracle® Database Express Edition 2 Day DBA
Tidak ada komentar :
Posting Komentar