Skip to Main Content

Integration

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!

Cross‑Database Routing Issue in Tuxedo Multi‑Tenant Configuration

We are upgrading our Tuxedo application to support a multi‑tenant architecture. As part of this upgrade, we have created two separate server groups. Each server group is configured to connect to a different database group, and each group is assigned its own WSL port.

The application starts successfully. However, when we submit transactions, the data is being fetched from the wrong database. It appears that the database connections are being established dynamically at runtime, and cross‑database access is occurring even though the client is connecting through the correct WSL port associated with its server group.

We need guidance on the correct architectural approach to ensure strict isolation between tenants so that:

  • Each WSL port routes requests only to its designated server group
  • Each server group connects exclusively to its assigned database
  • No cross‑database data access occurs under any circumstances

Could you please advise on the recommended configuration or architectural pattern for implementing multi‑tenant isolation in oarcel Tuxedo 22c?

Comments
Post Details
Added on Jan 13 2026
3 comments
101 views