Skip to content

Oracle scripts and queries used in the life of a software tester

Notifications You must be signed in to change notification settings

roblogic/oracle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

oracle sql snippets

Oracle scripts and queries used in the life of a software tester

tabdtl.sql

tabdtl.sql reports all the metadata associated with a table in Oracle. It is called from an Oracle sql*plus session. The parameters are:

@tabdtl.sql <db_owner> <table_name>

Example:

@tabdtl.sql airp system_instance_parameter

I have commented out the initial PROMPT inputs so that tabdtl.sql can be called from a shell command, with parameters $1 and $2 passed in. See also dba_table_info.sql or tableinfo.sql, one of whom is probably the original author.

About

Oracle scripts and queries used in the life of a software tester

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages