-
Notifications
You must be signed in to change notification settings - Fork 152
WMS id#11079 - Change the cache admin user to ttadmin and not table owner users. tested against TT release 22.1.1.18.0. #436
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Made the following updates: 1. typos 2. changed URL link for TimesTen product home to the correct TT home location.
05-create-instance/Create-instance.md 1. Change to tt22.1.1.18.0 2. Ls -l /shared/sw/tt22.1.1.18.0 output update 3. ttversion output with 22.1.1.18.0 4. Updated acknowledgment for last update date.
06-prepare-oracle/prepare-oracle.md 1. Update Oracle version from 19.14 to 19.19.0 in the sqlplus output 2. Updated acknowledgment with last update date.
07-prepare-cache/prepare-cache.md 1. Add new oracle-livelabs#2 to create ttcacheadm and grant privileges to ttcacheadm to task 1 2. Move old oracle-livelabs#4 to be oracle-livelabs#3. And change the grant to only contain “create session” privileges for both OE and Appuser to task 1. 3. Add new oracle-livelabs#4 to show exit as tt instance admin user and reconnect as ttcacheadm user to task 1. 4. Remove exit from ttisql as the last step since we will be using ttcacheadm to create cache group in the next task in task 1. 5. Add new oracle-livelabs#1 to create oe cache group in task 2. 6. New oracle-livelabs#2 is to display cache group by oe in task 2. 7. New oracle-livelabs#3 is to create cache group for appuser in task 2. 8. New oracle-livelabs#4 is display cache group by appuser in task 2. 9. New oracle-livelabs#5, disconnect as ttcacheadm, reconnect as OE and check tables in task 2 10. New oracle-livelabs#6 spawn new connect as user appuser to check out the table for task 2. 11. Updated acknowledgement with last update date.
08-load-cache/load-cache.md 1. Change “Load the APPUSER and OE cache groups” to “Load cache group for APPUSER and OE cache tables.” 2. Change oracle-livelabs#1 to connect as ttcacheadm instead of appuser in task 1 3. Remove appuser from load cache group in oracle-livelabs#2 in task 1 4. Remove oracle-livelabs#4 from task 1 5. Remove the bullet oracle-livelabs#7 for disconnect since we will reuse the same ttcacheadm user for task 2 6. Remove oracle-livelabs#1 in task 1, no longer need to connect as ttcacheadm again. 7. Remove “oe.” From the load statements in task 2 8. Include individual updatestats statements for all the OE tables instead of one in task 2 9. Remove oracle-livelabs#6 to display the tables. 10. Added “oe.” to the select count stmt in task 2 for all the tables 11. Updated acknowledgement with last update date.
09-cache-refresh/cache-refresh.md 1. Under task 2, oracle-livelabs#2, update sqlplus output screen to reflect latest oracle version. 2. Updated acknowledgement with last update date.
11-query-performance/query-performance.md 1. Updated task oracle-livelabs#3 to reflect 22.1.1.18.0. 2. Updated acknowledgement with last update date.
12-dynamic-caching/dynamic-caching.md 1. Updated task1, oracle-livelabs#1 to connect as ttcacheadm user instead of appuser 2. Updated task 1, oracle-livelabs#2 to include appuser for parent and child table in the cache group 3. Updated task 1, oracle-livelabs#3 to reflect output with ttcacheadm as the cache group owner. 4. Move task1 , oracle-livelabs#5, checking off the empty table to Task 2 and replace it with disconnect as ttcacheadm user. 5. Added connect as appuser as oracle-livelabs#1 for task2. 6. Updated acknowledgement with last update date.
13-shutdown/shutdown.md 1. Updated screen to reflect latest. 2. Updated acknowledgement with last update date.
updated TT installation version.
malcherm
approved these changes
Nov 2, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
WMS id#11079
Most markdown files are updated to reflect the changes of using ttadmin to create cache group and do cache operations rather than doing these cache operations using the table owner users. PAR link is also updated to new ORM stack zip file.