690 shaares
3 liens privés
3 liens privés
Exposer une base de données sur une IP particulière (en dev seulement, non recommandé, security breach, etc...) pour une connection sans service
Dans le fichier listener.ora ($ORACLE_HOME/network/admin/listener.ora)
LISTENER=
(DESCRIPTION=
(ADDRESS_LIST=
(ADDRESS=(PROTOCOL=tcp)(HOST=localhost)(PORT=1521))
(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.56.101)(PORT=1521))
(ADDRESS=(PROTOCOL=ipc)(KEY=extproc))))
SID_LIST_LISTENER=
(SID_LIST=
(SID_DESC=
# (GLOBAL_DBNAME=localhost) -- commenter pour autoriser la connection externe
(ORACLE_HOME=/home/oracle/oracle-product/product/12.1.0/dbhome_1)
(SID_NAME=sid11))
(SID_DESC=
# (GLOBAL_DBNAME=localhost) -- commenter pour autoriser la connection externe
(ORACLE_HOME=/home/oracle/oracle-product/product/12.1.0/dbhome_1)
(SID_NAME=sid12))
(SID_DESC=
(SID_NAME=plsextproc)
(ORACLE_HOME=/home/oracle/oracle-product/product/12.1.0/dbhome_1)
(PROGRAM=extproc)))
Et pense-bête
lsnrctl start/stop