Home
Developer Scripts
Dba Scripts
SQL
PL/SQL
Oracle Errors
Miscellaneous
FITNESS-KEEP FIT
Oracle Developer Scripts
Oracle Developer Scripts
Enrorcing referial integrity when there is no index on the referenced column.
Drop all local objects in a schema
Retrive source code for a given database trigger
[07/31/2003]
Generate create table script for a given table
Oracle Developer Scripts
View the source code of a view
[08/02/2003]
Describe the indexes for a given table name
[08/02/2003]
Describe a given table along with default values
[08/02/2003]
Get the table name for a given column
[08/02/2003]
Get all the trigger details for a given table
[08/02/2003] displays the constraint_name, constraint_type, and the table with which the respective constraint is associated
Get all the constraint details for a given table
[08/02/2003]
Get all columns forming primary key for a given table
[08/02/2003]