How to handle application connectivity change when moving from Oracle to Postgres in GCP
From: kunwar singh <krishsingh.111_at_gmail.com>
Date: Sun, 10 Sep 2023 13:42:37 -0400
Message-ID: <CAJSrDUo+vAB2hM0jOy_Pu_01PJMeQeAW9A=BQqvE54zvM=vXjw_at_mail.gmail.com>
Hi Listers,
Date: Sun, 10 Sep 2023 13:42:37 -0400
Message-ID: <CAJSrDUo+vAB2hM0jOy_Pu_01PJMeQeAW9A=BQqvE54zvM=vXjw_at_mail.gmail.com>
Hi Listers,
Say we have this App->DB connectivity Model.
APP1
Contains synonyms which point to objects under APP1.
APPOWN
Contains the tables, indexes
And it is a Java application that connects to APP1.
- What needs to be done at the database end in terms of schema setup in order to ensure the application is able to connect to the relevant tables without any concerns?
- Do I need to create users APP1 and APPOWN in postgres? If so, what privileges are required to be assigned to these?
- How to tie them with service accounts?
- With which username/service account does the application make connection to the database?
I still don't understand user/schema concepts in postgres tbh as I'm still a noob :)
-- http://www.freelists.org/webpage/oracle-lReceived on Sun Sep 10 2023 - 19:42:37 CEST