Quantcast
Channel: Question and Answer » oracle
Viewing all articles
Browse latest Browse all 717

Not getting current IP address in my oracle database [closed]

$
0
0

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.


Viewing all articles
Browse latest Browse all 717

Trending Articles