Table of Contents

OWB - OMB (Oracle Meta Base) Language

About

OMB is :

Article Related

IDE

As OMB use Tool Command Language (TCL) as support language, you can in theory use any Integrated development environment (ide) that manage Tool Command Language (TCL).

Snippet

Useful Command

Useful Commande Goal Example
[lindex argv 0] To pass parameter to a OMBPlus Script See expert article for an example
set OMBCONTINUE_ON_ERROR true; To continue on error
set systemTime [clock seconds];
OMBCOMMIT/OMBROLLBACK To Commit or Rollback

Code Modularity

To modularize the OMB code, you can use:

To get a filtered list for instance of all table with KWI in their name:

OMBLIST TABLES '.*KWI.*'

More: Using OMB*Plus to Navigate Repositories - Sample with :

Documentation, Example, Model

Reference