Giter Site home page Giter Site logo

mgperry1 / oracle_scriptlets Goto Github PK

View Code? Open in Web Editor NEW

This project forked from renenyffenegger/oracle_scriptlets

0.0 2.0 0.0 232 KB

An attempt to gather SQL scripts from my website adp-gmbh.ch

Home Page: www.adp-gmbh.ch

PLSQL 89.02% SQLPL 3.82% Visual Basic 1.81% Batchfile 4.09% Scheme 0.06% PLpgSQL 1.20%

oracle_scriptlets's Introduction

An attempt to place some scripts from my website adp-gmbh.ch under source control.

blob_wrapper

A small package used to write blobs to a file and read files into blob.

bmp

A small package that can create simple bitmaps drawn unto a blob.

calendar

A package to find out when certain dates were. Currently only supporting Easter and dates fixed in their relation to Easter.

create_db_from_cmd.exe

A cmd.exe bat file (named go.bat) that creates an oracle instance and a database and installs the data dictionary. The idea is to be able to set various settings (such as instance name or database name in the script and then let the script use these settings)

debugger

A package intended to be a wrapper for dbms_debug.

desc_table

A package to find information about tables. (Primary keys, column-comments etc). This package is used for the script /sqlpath/desc.sql

file_to_table

A mechanism to make it possible to select * from <filename> within SQL*Plus

#ODCITable

A skeleton for the ODCITable* functions to select from dynamic tables (that is: tables with a varying number of columns).

plscope

A package that uses the all_identifiers view to trace function-dependencies in PL/SQL source code.

schema_to_neato

A package that uses /desc_table to draw ERDs with graphviz/neato.

string_op

A package for operations on strings (varchar2).

sqlpath

The folder sqlpath contains scripts that are supposed to be called from SQL*Plus. Therefore, they should go to a directory that the environement variable SQLPATH points to. Usually the login.sql script goes there, too.

sql_snap

A package that 'snaps' v$sqlarea in order to compare it later with the newer values in v$sqlarea. Can be used to find SQL statements with high executions, cpu_elapsed time or block gets. The package comes with /sqlpath/sqlsnaps.sql and /sqlpath/sqlsnape.sql

trace_file

A package to read previously dumped trace file (such as those created by the 10046 event)

oracle_scriptlets's People

Contributors

renenyffenegger avatar

Watchers

James Cloos avatar Matt Perry avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.