You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: data-platform/core-converged-db/real-application-testing/db-replay/files/README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,20 +4,20 @@ This folder provides SQL scripts for the usage of Database Replay (DB Replay). P
4
4
5
5
## Scripts
6
6
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).
8
8
9
9
Keep in mind that appropriate permissions are required to
10
10
- Create directory objects
11
11
- 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!
13
13
14
14
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.
15
15
16
16
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.
17
17
18
18
In general, please follow the suggested script order.
19
19
20
-
### 1) Capture the Database Workload on the production environment
20
+
### 1) Capture the Database Workload in the production environment
21
21
22
22
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).
23
23
@@ -36,7 +36,7 @@ Before starting, check the [Workload Capture restrictions](https://docs.oracle.c
36
36
- Preprocess: processcapture.sql
37
37
- (optional) Check duration: processmonitor.sql
38
38
39
-
### 3) Replay the Database Workload on test environment
39
+
### 3) Replay the Database Workload on the test environment
40
40
41
41
- (optional) Add filters: replayfilter.sql and replayfilterset.sql
0 commit comments