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!

Configuring multiple ports for the same oracle DB?

928518Jun 11 2015 — edited Jun 11 2015

Hi All,

I have 2 separate web applications running on 2 respective Tomcat servers. Both the Tomcats are on the same server machine though. 

I have an oracle DB running on another server machine.

My requirement is that both the applications should connect to the same oracle DB.

Infact, first application is already connecting to the DB using port 1522.

I need to connect the other application to the same DB now.

My question is if it is recommended to configure in DB a separate port (available are 1521 & 1523) for the second application to connect or the second application can also connect to the DB using the same port (i.e. 1521) the one used by the first application?    

This above scenario is just for testing the application.

In the live environment, each application will be connecting to a dedicated DB server (each available on a separate DB machine).

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 9 2015
Added on Jun 11 2015
6 comments
1,387 views