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