Manipulate the hostname of a particular host before connecting to database.
Is there a way I can manipulate the hostname of a particular host before connecting to database. So that host related information would get captured with the manipulated hostname in v$session.
e.g., if below are actual hostname and IP address of my source machine:
Host - abc.domain.com
IP addr - 1.2.3.4
We want v$session to capture as below:
Host - def.domain.com
IP addr - 1.2.3.4