Showing posts with label ORACLE. Show all posts
Showing posts with label ORACLE. Show all posts

Tuesday, April 24, 2012

OWB/OMB+ connect to oracle database

Some handy function if you want to query an oracle database directly from OMB+
###########################################################
#                                                         #
# Oracle DataBase Connection                              #
#    Functions to execute select statements on a           #
#   Oracle DB using OMB+ / tcl                            #
#                                                         #
# (C) Ciber Nederland John Minkjan    OMB101.blogspot.com      #
#        V001    Init Version                              #
#        V002    Validated against OWB11gR2                #
#                                                         #
###########################################################
# based on orginal code from Michael Broughton aka ZEPPO
# file: OMB_ORCL_MASTER.tcl

package require java