Skip to content

Commit 09fb741

Browse files
Update README.md
1 parent 28492e5 commit 09fb741

File tree

1 file changed

+4
-4
lines changed
  • data-platform/core-converged-db/real-application-testing/db-replay/files

1 file changed

+4
-4
lines changed

data-platform/core-converged-db/real-application-testing/db-replay/files/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,20 @@ This folder provides SQL scripts for the usage of Database Replay (DB Replay). P
44

55
## Scripts
66

7-
You can find an example workflow, the executed scripts and a detailed description in the posting [Testing with Oracle Database Replay](https://blogs.oracle.com/coretec/post/testing-with-oracle-database-replay).
7+
You can find an example workflow, the executed scripts, and a detailed description in the posting [Testing with Oracle Database Replay](https://blogs.oracle.com/coretec/post/testing-with-oracle-database-replay).
88

99
Keep in mind that appropriate permissions are required to
1010
- Create directory objects
1111
- Use DBMS_WORKLOAD_CAPTURE and DBMS_WORKLOAD_REPLAY packages
12-
- Act as a replay client user (e.g. wrc someuser/somepassword or wrc USER=someuser PASSWORD=somepassword)
12+
- Act as a replay client user (e.g. wrc someuser/YOUR_PASSWORD or wrc USER=someuser PASSWORD=YOUR_PASSWORD) //PLEASE CHANGE YOUR_PASSWORD TO A REAL PASSWORD!
1313

1414
In the documentation [DBMS_WORKLOAD_CAPTURE Security Model]( https://docs.oracle.com/en/database/oracle/oracle-database/19/arpls/DBMS_WORKLOAD_CAPTURE.html#GUID-77C6507C-3DE6-4FB4-B180-530BEB840BE8) you will get the detailed information about it.
1515

1616
Before starting a workload capture, you should have a strategy in place to restore the database on the test system. Before a workload can be replayed, the logical state of the application data on the replay system should be similar to that of the capture system when replay begins.
1717

1818
In general, please follow the suggested script order.
1919

20-
### 1) Capture the Database Workload on the production environment
20+
### 1) Capture the Database Workload in the production environment
2121

2222
Before starting, check the [Workload Capture restrictions](https://docs.oracle.com/en/database/oracle/oracle-database/19/ratug/capturing-a-database-workload.html#GUID-4A1995F1-78F9-4080-8DFC-1E3EBCB3F4B8).
2323

@@ -36,7 +36,7 @@ Before starting, check the [Workload Capture restrictions](https://docs.oracle.c
3636
- Preprocess: processcapture.sql
3737
- (optional) Check duration: processmonitor.sql
3838

39-
### 3) Replay the Database Workload on test environment
39+
### 3) Replay the Database Workload on the test environment
4040

4141
- (optional) Add filters: replayfilter.sql and replayfilterset.sql
4242
- Initialize the replay: replayinitialize.sql

0 commit comments

Comments
 (0)