Skip to content

ORACLE module

This is a module which provides Oracle connectivity for OpenSIPS. It implements the DB API defined in OpenSIPS. If you want to use the nathelper module, or any other modules that calls the get_all_ucontacts API export from usrloc, then you need to set the DORACLE_USRLOC define in the Makefile.defs file before compilation.

The following modules must be loaded before this module:

  • No dependencies on other OpenSIPS modules.

The following libraries or applications must be installed before running OpenSIPS with this module loaded:

  • instantclient-sdk-10.2.0.3 - the development headers and libraries of OCI.

Timeout value for any operation with BD.

Possible values is from 0.1 to 10.0 seconds.

Default value is 3.0 (3 second).

If value of timeout parameter set to 0, module use synchronous mode (without timeout).

Set timeout parameter
...
modparam("db_oracle", "timeout", 1.5)
...
Disable asynchronous mode
...
modparam("db_oracle", "timeout", 0)
...

Timeout value for connect (create session) operation.

Possible values is from 0.1 to 10.0 seconds.

Default value is 0.2 (200 milliseconds).

Set reconnect parameter
...
modparam("db_oracle", "reconnect", 0.5)
...

No function exported to be used from configuration file.

Because it dependes on an external library, the oracle module is not compiled and installed by default. You can use one of the next options.

  • edit the “Makefile” and remove “db_oracle” from “excluded_modules” list. Then follow the standard procedure to install OpenSIPS: “make all; make install”.
  • from command line use: ‘make all include_modules=“db_oracle”; make install include_modules=“db_oracle”’.

For working with opensipsctl 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 opensips_orasel, 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 OpenSIPS for the work with Oracle and formats printing taking these into account.

Top contributors by DevScore(1), authored commits(2) and lines added/removed(3)

#NameDevScoreCommitsLines++Lines—
1.Iouri Kharon21123630
2.Bogdan-Andrei Iancu (@bogdan-iancu)1296167
3.Stefan Darius (@dariusstefan)7415525
4.Peter Lemenkov (@lemenkov)64404
5.Henning Westerholt (@henningw)53197
6.Razvan Crainea (@razvancrainea)42193
7.fabriziopicconi31182
8.Ovidiu Sas (@ovidiusas)311212
9.Liviu Chircu (@liviuchircu)3188
10.Sergio Gutierrez3141

All remaining contributors: Razvan Pistolea.

(1) DevScore = author_commits + author_lines_added / (project_lines_added / project_commits) + author_lines_deleted / (project_lines_deleted / project_commits)

(2) including any documentation-related commits, excluding merge commits

(3) ignoring whitespace edits, renamed files and auto-generated files

#NameCommit Activity
1.Stefan Darius (@dariusstefan)Jun 2026 - Jul 2026
2.Razvan Crainea (@razvancrainea)Oct 2011 - Jun 2026
3.Liviu Chircu (@liviuchircu)Mar 2014 - Mar 2014
4.fabriziopicconiJun 2013 - Jun 2013
5.Bogdan-Andrei Iancu (@bogdan-iancu)Jul 2008 - Jan 2013
6.Peter Lemenkov (@lemenkov)Aug 2012 - Aug 2012
7.Ovidiu Sas (@ovidiusas)Jun 2012 - Jun 2012
8.Razvan PistoleaJul 2009 - Jul 2009
9.Sergio GutierrezFeb 2009 - Feb 2009
10.Henning Westerholt (@henningw)Apr 2008 - Jun 2008

All remaining contributors: Iouri Kharon.

(1) including any documentation-related commits, excluding merge commits

Last edited by: Razvan Crainea (@razvancrainea), Bogdan-Andrei Iancu (@bogdan-iancu), Henning Westerholt (@henningw), Iouri Kharon.

All documentation files (i.e. .md extension) are licensed under the Creative Common License 4.0