dbLibraryVersionOCI9i

function

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

Returns: OMDB OCI9i library version and copyright information.


Declaration
define external string function 
   dbLibraryVersionOCI9i
    


Purpose

Use dbLibraryVersionOCI9i to obtain the version and copyright information for the OmniMark database OCI9i library.

Example

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

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