function
| Library: Database access (OMDB) Import : omdb.xmd | Returns: OMDB OCI9i library version and copyright information. | 
export external string function 
   omdb-version-oci9i
    
Use db.omdb-version-oci9i to obtain the version and copyright information for the OmniMark database OCI9i
        library.
      
To display the copyright and version information for both the generic part of OMDB and the OCI9i part:
import "omdb.xmd" prefixed by db. process output db.omdb-version || "%n" output db.omdb-version-oci9i || "%n"