Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> sql script library parser

sql script library parser

From: Vitaliy Mogilevskiy <vit100gain_at_earthlink.net>
Date: 12 Nov 2001 18:54:27 -0800
Message-ID: <b8e0d722.0111121854.b98f852@posting.google.com>


I finally finished working on SQL Directory - SQLDIR.

If you are using DBAToolZ SQL Script library come and check what SQLDIR can do for you:

Highlights:

SQLDIR creates a searchable directory of SQL scripts to aid an Oracle DBA. Directory is stored in Oracle database and is accessed via SQLDIR SQL*Plus script. SQL scripts are automatically scanned for description and are assigned to SQL Group (Categories). This is achieved by embedding two pairs of SQLDIR tags:

Group TAG:

    <SQLDIR_GRP></SQLDIR_GRP>
    SQLDIR assigns sql scripts to predefined groups using this tag.

Description TAG:

    <SQLDIR_TXT></SQLDIR_TXT>
    SQLDIR parses sql script descriptions using this tag.

SQL scripts can be assigned to one or many groups for ease of management and access though SQLDIR menu. SQLDIR groups are defined in special configuration file that can be customized to suit your environment.
Demo version is available now.

Regards,

--
Vitaliy Mogilevskiy
DBAToolZ
http://www.dbatoolz.com
Received on Mon Nov 12 2001 - 20:54:27 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US