I have installed Oracle database in my local machine and my local machine IP address is – 192.168.1.55 but in Toad its showing different
SQL> SELECT SYS_CONTEXT('USERENV','IP_ADDRESS') FROM dual;
SYS_CONTEXT('USERENV','IP_ADDRESS')
----------------------------------------------------------
127.0.0.1
SQL>
For that I restarted Database but still it’s showing the same.What changes need to do for reflecting current IP in the Database.