-
Notifications
You must be signed in to change notification settings - Fork 474
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
15293 FIX mk_oracle: fix custom sql sid matching
Configuration variable `$SQLS_SIDS` can be used to define a comma seperated list of sids for which the custom sql is executed. Before this werk the custom sql was executed if the sid was a substring of one of the elements of the list in `$SQLS_SIDS`. Now custom sql is only executed if the sid is equal to the whole element provided in `$SQLS_SIDS`. Change-Id: I758f396dfccc7441bb7fbefb1d843d1d4ba35057
- Loading branch information
1 parent
2a0b111
commit 1673a68
Showing
3 changed files
with
28 additions
and
5 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
Title: mk_oracle: fix custom sql sid matching | ||
Class: fix | ||
Compatible: compat | ||
Component: agents | ||
Date: 1695821082 | ||
Edition: cre | ||
Knowledge: doc | ||
Level: 1 | ||
State: unknown | ||
Version: 2.2.0p13 | ||
|
||
Configuration variable `$SQLS_SIDS` can be used to define a comma seperated | ||
list of sids for which the custom sql is executed. | ||
|
||
Before this werk the custom sql was executed if the sid was a substring of one | ||
of the elements of the list in `$SQLS_SIDS`. | ||
|
||
Now custom sql is only executed if the sid is equal to the whole element | ||
provided in `$SQLS_SIDS`. |
This file contains 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
This file contains 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