Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to change the Default connection port from 1521 to 1525 on Oracle XE

1044098Aug 25 2015 — edited Aug 26 2015

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 ? 

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 23 2015
Added on Aug 25 2015
14 comments
2,075 views