db.omdb-version-oci11g

function

Library: Database access (OMDB)
Import : omdb.xmd

Returns: OMDB OCI11g library version and copyright information


Declaration
export external string function 
   omdb-version-oci11g
    


Purpose

Use db.omdb-version-oci11g 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:

  import "omdb.xmd" prefixed by db.
  
  process
     output db.omdb-version || "%n"
     output db.omdb-version-oci11g || "%n"