You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently utPLSQL requires that most of the installation is done by DBA. Some companies have however strict split of responsibilities i.e.:
DBA manage datase, i.e. creates users
Developer manages his own schema, and installs all required files.
With the current documentation / installation files, it is not possible to properly execute ./source/create_synonyms_and_grants_for_user.sql since file contains grants (should be executed from utplsql schema) and also synonyms for user schema.
The file should be split to two to solve this issue.
PS: if required I could help with this easy change however, I've still hard time to understand git / branches concept, so maybe I will have some stupid questions (i.e. on slack).
The text was updated successfully, but these errors were encountered:
Currently utPLSQL requires that most of the installation is done by DBA. Some companies have however strict split of responsibilities i.e.:
With the current documentation / installation files, it is not possible to properly execute ./source/create_synonyms_and_grants_for_user.sql since file contains grants (should be executed from utplsql schema) and also synonyms for user schema.
The file should be split to two to solve this issue.
PS: if required I could help with this easy change however, I've still hard time to understand git / branches concept, so maybe I will have some stupid questions (i.e. on slack).
The text was updated successfully, but these errors were encountered: