Skip to content

Instantly share code, notes, and snippets.

View blalor's full-sized avatar

Brian Lalor blalor

View GitHub Profile
@blalor
blalor / gist:233851
Created November 13, 2009 14:08
PL/SQL development snippets
/*
View: USER_SOURCE
Source of stored objects accessible to the user
---+--------+----------------+-------------------------------------------------------+
# | column | type | remark |
---+--------+----------------+-------------------------------------------------------+
1 | NAME | VARCHAR2(30) | Name of the object |
2 | TYPE | VARCHAR2(12) | Type of the object: "TYPE", "TYPE BODY", "PROCEDURE", |
| | | "FUNCTION", |
| | | "PACKAGE", "PACKAGE BODY" or "JAVA SOURCE" |