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: warehouse-discovery-scripts/oracle/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ Run the script from your terminal, passing the Oracle connection string as the f
37
37
The script's behavior can be customized by modifying the variables within the script itself:
38
38
39
39
-`ORACLE_CONN`: The Oracle connection string. This is passed as a command-line argument, as shown in the usage example.
40
-
-`DURATION_DAYS`: The number of days of historical data to collect for AWR-based queries. Defaults to 30.
40
+
-`DURATION_DAYS`: The number of days of historical data to collect for AWR-based queries. Defaults to 7.
41
41
-`OUTPUT_DIR`: The directory where the generated CSV files will be stored. The script will create this directory if it doesn't already exist. Defaults to ./out.
42
42
-`DISCOVERY_SQLS`: An array of SQL script filenames to be executed. You can easily add or remove scripts from this list to customize your data collection.
0 commit comments