JamesBowen
19+ years progress programming and still learning.
Hi all.
I've come across a situation where in the very near future I need to put the production system into Read-only mode for a temporary period 20-minutes an hour. The company requires that operators are allow to view members details but not to update.
I've come across a situation where in the very near future I need to put the production system into Read-only mode for a temporary period 20-minutes an hour. The company requires that operators are allow to view members details but not to update.
- My ideas was to use the -RO client start-up parameter (but this does not work as expected on multi-user database).
- Take a backup up the database and let the operators do what ever they like, and the restore from backup.(not really ideal).
- Put the entire main application within one big transaction so when the operator quite/exit/leaves the application the any transactions is rolled back. (Seam all to risky).