Module: kamailio Branch: master Commit: d2a1df24b8042de7802bbf466441cda95b7e64f2 URL: https://github.com/kamailio/kamailio/commit/d2a1df24b8042de7802bbf466441cda9...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2021-03-26T13:25:15+01:00
db_oracle: docs - tool name is kamailio_orasel
---
Modified: src/modules/db_oracle/doc/db_oracle_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/d2a1df24b8042de7802bbf466441cda9... Patch: https://github.com/kamailio/kamailio/commit/d2a1df24b8042de7802bbf466441cda9...
---
diff --git a/src/modules/db_oracle/doc/db_oracle_admin.xml b/src/modules/db_oracle/doc/db_oracle_admin.xml index e5e9842fa1..05e6aaccf2 100644 --- a/src/modules/db_oracle/doc/db_oracle_admin.xml +++ b/src/modules/db_oracle/doc/db_oracle_admin.xml @@ -143,16 +143,16 @@ modparam("db_oracle", "reconnect", 0.5) </itemizedlist> </section> <section> - <title>Utility openser_orasel</title> + <title>Utility kamailio_orasel</title> <para> - For working with &ctltool; script, should be able to print the 'query' - results to the terminal in a user-readable form. The standard command-line - Oracle client (sqlplus) is not quite suitable for this, as it cannot align - row width to real (received) data's (it always prints a cell width as - described in the db scheme). This problem has been solved by inclusion the - utility openser_oracle, which formats printing approximately in the same - way as the 'mysql' client utility. In addition, this utility known about - the "agreements and types" in DB that are used in &kamailio; for the work + For working with &ctltool; script, should be able to print the 'query' + results to the terminal in a user-readable form. The standard command-line + Oracle client (sqlplus) is not quite suitable for this, as it cannot align + row width to real (received) data's (it always prints a cell width as + described in the db scheme). This problem has been solved by inclusion the + utility kamailio_oracle, which formats printing approximately in the same + way as the 'mysql' client utility. In addition, this utility known about + the "agreements and types" in DB that are used in &kamailio; for the work with Oracle and formats printing taking these into account. </para> </section>