db.omdb-version-oci10g

function

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

Returns: OMDB OCI10g library version and copyright information.


Declaration
export external string function 
   omdb-version-oci10g
    


Purpose

Use db.omdb-version-oci10g to obtain the version and copyright information for the OmniMark database OCI10g library.

Example

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

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