function
| Library: Database access (OMDB legacy) Include: omdb.xin | Returns: OMDB OCI9i library version and copyright information. | 
define external string function 
   dbLibraryVersionOCI9i
    
Use dbLibraryVersionOCI9i 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:
include "omdb.xin" process output dbLibraryVersion || "%n" output dbLibraryVersionOCI9i || "%n"