#####Till Next Time
# CREATE LOCATION
#####
OMBCREATE LOCATION 'SH_LOC' \
SET PROPERTIES \
(BUSINESS_NAME, DESCRIPTION, TYPE, VERSION, CONNECTION_TYPE, USER_NAME,HOST,PORT,SERVICE_NAME) \
VALUES \
('SH_LOC','Sales History on localhost','ORACLE_DATABASE', '11.2' , 'HOST_PORT_SERVICE','SH','localhost','1521','orcl.world');
OMBCOMMIT;
OMBCONNECT CONTROL_CENTER;
OMBCOMMIT;
OMBALTER LOCATION 'SH_LOC' SET PROPERTIES (PASSWORD) VALUES ('password');
OMBCOMMIT;
OMBREGISTER LOCATION 'SH_LOC';
OMBCOMMIT;
#####
# DELETE LOCATION
#####
OMBUNREGISTER LOCATION 'SH_LOC';
OMBCOMMIT;
OMBDROP LOCATION 'SH_LOC';
OMBCOMMIT;
A Collection of all my OMB+ / tcl scripts to manage my OWB (Oracle Warehouse Builder) stuff
Wednesday, April 25, 2012
OMB+/OWB create, register, delete en unregister an OWB Location:
How to create, register, delete en unregister an OWB Location:
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
Subscribe to:
Posts (Atom)