Skip to content

Commit

Permalink
WMS ID: 11454 - Improve application performance with True Cache, in c…
Browse files Browse the repository at this point in the history
…oroprate PM review feedback (#595)

* Truecache livelabs first change

* true cache livelabs 2nd revision

* Truecache 3rd revision

* True Cache lint checker fix

* Some more lint check bug fix

* Remove unused files

* Updating the manifest.jspn for other folders

* Code review comments

* Code review comments and some screenshots

* Links to images with the oraclelivelabs absolute location

* Update manifest.json

Remove lab 1 and 2 for Green button Sandbox and rename labs

* Update manifest.json

Remove lab 1 and Lab 2 for Sandbox and Desktop version.

* Update manifest.json

* Update manifest.json

Change the workshop title to "Improve application performance with True Cache"

* Update prepare-setup.md

Changed the resource manager zip file to correct hyperlink for true cache.

* Update prepare-setup.md

Changed the hyperlink to reflect the resource manager for True cache

* Update manifest.json

Changed the workshop title

* Update prepare-setup.md

Spell check

* Update manifest.json

* True Cache lab documentation review changes

True Cache lab documentation review changes

* Incorporate PM review comment True Cache livelabs

Incorporate PM review comment for True Cache livelabs

---------

Co-authored-by: vivek-vishwanathan <[email protected]>
  • Loading branch information
sambitppanda and vivek-vishwanathan authored Jul 26, 2024
1 parent 85c5c75 commit 378bed0
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion truecache/cleanup/cleanup.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ This lab walks you through the steps to running a destroy job

3. Choose the compartment that you chose in Lab 1 to install your stack (on the left side of the page).

4. Click the name of the stack that you created in Lab 1.The Stack details page opens.
4. Click the name of the stack that you created in Lab 1.The Stack details page opens.

5. Click **Destroy**.

Expand Down
6 changes: 3 additions & 3 deletions truecache/data-load/data-load.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ This lab assumes you have:
3. Alter the session to log in to the PDB
```
<copy>
alter session set container=PRODPDB;
alter session set container=ORCLPDB1;
</copy>
```
Expand All @@ -60,10 +60,10 @@ This lab assumes you have:
![dataload step1](https://oracle-livelabs.github.io/database/truecache/data-load/images/dataloadstep1.png " ")
5. Log on to SALES service as the transactions user using the password specified in step1 and run the step2 and step3.
5. Log on to SALES1 service as the transactions user using the password specified in step1 and run the step2 and step3.
```
<copy>
sqlplus transactions/******@PRODPDB:1521/SALES
sqlplus transactions/******@ORCLPDB1:1521/SALES1
</copy>
```
Expand Down
Binary file modified truecache/data-load/images/dataloadstep1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified truecache/data-load/images/dataloadstep2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified truecache/data-load/images/dataloadtruecachelogin.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion truecache/jdbc/jdbc.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ This lab assumes you have:
```
![app container](https://oracle-livelabs.github.io/database/truecache/jdbc/images/appcontainer.png " ")
2. Run the application by running TransactionApp.sh , This first runs the application against the primary database for 2 minutes. Then it runs the application against True Cache for 2 minutes with 50 threads.
2. Run the application by running /stage/clientapp/TransactionApp.sh , This first runs the application against the primary database for 2 minutes. Then it runs the application against True Cache for 2 minutes with 50 threads.
![transaction app](https://oracle-livelabs.github.io/database/truecache/jdbc/images/transactionapp.png " ")
3. Observe the improve in performance while using True Cache.
Expand Down

0 comments on commit 378bed0

Please sign in to comment.