Licenses: Updated the list of licenses and added a PDF containing all license texts
[check_mk.git] / .werks / 1902
blob4097139948f8b3adaac70cf03603c5d2645dda09
1 Title: mk_oracle: Performance hint for RMAN checks
2 Level: 1
3 Component: checks
4 Compatible: compat
5 Version: 1.2.7i1
6 Date: 1427651517
7 Class: feature
9 There are some environments with performance issues in RMAN check. There is
10 a known issue from Oracle regarding deleted objects in the controlfile of
11 the database. See Note 465378.1 in MyOracleSupport for details.
13 Another solution is adding a hint in the SQL statement. This werk adds the
14 function to insert the hint with a variable in <tr>mk_oracle.cfg</tr>. Please
15 add the following entry:
16 <tr>HINT_RMAN="+RULE"</tr>