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).