-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rest API Database Lock #50
Comments
|
We had a meeting with Mark Head concerning theis problem. The root of this problem is that whenever SPOTPRO database refresh is executed in Delphix for any of the other Oracle database environments including the SPOTPUB Database (SPOTDV1, SPOTDV2, SPOTDV3, SPOTTST, SPOTPUB, SPOTPUBFALL, SPOTCTV, SPOTPREL), the SPOTPRO "gwas user" password overwrites the password of the given database. The agreed solution is to create other "non gwas" users and password for each Oracle database in SPOTPRO. if this "non gwas" user is used to connect from the application to the Oracle Database, the password will still be working after SPOTPRO refresh, because this new users and passwords will be thesame after DB Refresh. With this, the lock will not occur again. Ticket INC0060321 is used to work on this fix. |
Mark is now on holiday, when this was tested on the last data release, the changes Mark Head made did not work. Waiting for Mark to fix the changes he made ... |
Mark has recreated all the users in upper case in SPOTPRO, sorry my mistake on creating them lower case. |
I've tested these for the 7 databases, they are all now working perfectly. While testing, I discovered that some Oracke View Tables that are accessible when we connect to the Oracle via the gwas user are not accessible when we connect with this new user. We might just need to double check why this is the case. |
@sprintell test Mark head's final solution to be sure new user accounts can access the Views in Oracle |
there were multiple issue due to which new DB pointing was not implemented
|
Still getting issues with running rest API locally with the new DB user , the sequence are not accessible by the API , Mark from DBA had applied some fix , still it didn't work, will continue to coordinate with DBA to fix |
Reviewing the strategy to overcome Database Lock issue in the Rest API
The text was updated successfully, but these errors were encountered: