Licenses: Updated the list of licenses and added a PDF containing all license texts
[check_mk.git] / .werks / 4116
blob915a0cf1df81bde5e79a5c5186e911b46f41a5eb
1 Title: mk_oracle.ps1: added Oracle wallet support to Windows plugin
2 Level: 2
3 Component: checks
4 Compatible: compat
5 Version: 1.4.0i3
6 Date: 1480406962
7 Class: feature
9 The plugin for windows could be used with the Oracle wallet. The support is
10 limitted to all Instances except ASM. This function is only for
11 administrators who really knows how to use the wallet.
13 You have to add an entry with the name of the instance. Please check the
14 connection with SQLPlus before trying to use the plugin.
15 The plugin use the following connection:
16 sqlplus /@<ORACLE_SID>
18 You have to add a credential to the wallet with the ORACLE_SID as name for
19 the entry:
20 Example:
21 mkstore -wrl <Wallet Directory> createCredential „<ORACLE_SID>" <Username> <Password>
23 The wallet is only used, when username is set to '/'. Password,
24 hostname and listener-port is ignored, because the tnsnames.ora is used.
26 Please read the doumentation from Oracle for using the wallet. The
27 sqlnet.ora must be configured for your environment and the wallet must be
28 created before adding some entries. You could use TNS_ADMIN in
29 mk_oracle_cfg.ps1 for pointing to the sqlnet configuration for the plugin.