Now we will setup JDBC connection to our virtual host that we already defined before. Go to Monitor in your SAP BTP Integration Suite --> Integrations and APIs --> Manage Security tab --> JDBC Material.
1. Click ‘Add’ to adding JDBC data resource.
2. Let fill the parameters
Name: PosgreTest
Description: Connection to PosgreSQL
User: admin_db
Password: [fill with your own db pwd]
JDBC URL: jdbc:postgresql://postgresql-test:123/sales
Location ID: JKT (please fill this with your cloud connector location ID)
Then we click ‘Deploy’
For JDBC URL format you can ask your DB engineer or follow SAP documentation. Don’t confuse! The format should be different with Ms. SQL.
Link for step 3 (part 3)