|
to find and display all names ,
which match a given pattern , and comments of all tables accessible to
the user
|
|
extending the above concept to cover
all types of objects.
|
|
to find and display all synonyms
which match a given pattern and the objects referred by the synonyms.
Additionally this script prompt to determine if the user would like to
validate the synonyms. If yes , it them checks to see if the objects
referred by the synonyms exists or not and displays the appropriate
status. NOTE requesting synonym validation can take some time, so the
default option is always No.
|
|
to find and drop multiple objects
with names that contain a given string. This scripts prompts for a
confirmation before it actually drops the object. It also saves the
drop script with a unique filename to allow the user to drop the
objects as per his will at a later time.
|
|
alter the defatlt date format using
convenient shorthands without losing the query in the current SQL*Plus
buffer.
|
|
retrieves the code for a stored
procedure (procedures/functions/packages) from the database and opens
the same in a editor.
|
|
to find and display useful
information about various database sessions where the username match a
given pattern. additionally it also shows the SQL statement being
executed by any given session and may optionally be enhanced to show
all the locks held by a given session.
|
|
displays details about all the locks
acquired or requested by a given session.
|
9.
|
.......more coming soon.........
|