function
Library: Database access (OMDB)
Import : omdb.xmd |
Returns: OMDB OCI11g library version and copyright information. |
export external string function omdb-version-oci11g
Use db.omdb-version-oci11g
to obtain the version and copyright information for the OmniMark database
OCI11g library.
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"