dbLibraryVersionOCI11g

function

Library: Database access (OMDB legacy)
Include: omdb.xin

Returns: OMDB OCI11g library version and copyright information


Declaration
define external string function 
   dbLibraryVersionOCI11g
    


Purpose

Use dbLibraryVersionOCI11g to obtain the version and copyright information for the OmniMark database OCI11g library.

Example

To display the copyright and version information for both the generic part of OMDB and the OCI11g part:

  include "omdb.xin"
  
  process
     output dbLibraryVersion || "%n"
     output dbLibraryVersionOCI11g || "%n"