Hi all ,
I have a setup like this
1.Client tries to connect to 1521 port which is Database listening port.
2.The Database listener is configured to default port ie 1521.
now i want to put a data masking client that should listen to 1521 from the client and apply the data masking logic to hide the sensitive data
and redirect the connection to database to a changed port number (let say 1525)
( i want to put the data masking client in between the client application and the database)
i mean to say i want to change the database port from 1521 from 1525
so do i need to modify the port number both from tnsname.ora and listener.ora ?