Oracle Applications DBA SQL utilites [ID 108207.1]

Oracle Applications DBA has useful collection of SQL scripts. They reside under $AD_TOP/sql. The following list shows the description of each script along with its availability for each Applications release.
 

 

Script
11.0.x
10.7NCA
10.7SC/16.1
Description
adcompsc.pls
x
x
x
Compile objects in a given schema
adcpresp.sql
x
    The script duplicates rows in FND_RESPONSIBILITY in the following way:
Find data_group_id dg_id for the given data_group_name.
For each row with data_group_id 0 in FND_RESPONSIBILITY, look for a corresponding row with data_group_id dg_id, with the same application_id, and responsibility_name that only differs in the given suffix string suffix_string. If such a row does not exist for the data_group_id dg_id, insert it.
aderrch2.sql
x
x
x
Reports all compilation errors for a given schema.
aderrchk.sql
x
x
x
Same as aderrch2.sql plus it fails if there are any errors
adtresp.sql
x
    A fix for customers who have more than one set of books and they installed languages other than AMERICAN English. The symptom of the bug is that responsibility names are not translated properly for non-Standard data groups.
adutcobj.sql
x
x
x
Count objects by object type in schema
adutconf.sql
x
x
x
Utility script to display configuration of Applications
adutfip.sql
x
x
x
Utility script to display worker information
adutfpd.sql
x
x
x
Utility script to display product dependency information
ADXANLYZ.sql
x
x
x
Analyze all tables in an ORACLE ID with estimate sample 20%
ADXCKPIN.sql
x
x
x
Query the shared_pool area to determine space used by PL/SQL objects and whether they have been pinned.
ADXGNPIN.sql
x
x
x
Creates and runs a "pin" script for all packages and functions in a give schema
ADXGNPNS.sql
x
x
x
Creates and runs a "pin" script for all sequences in a give schema
ADXINMAI.sql
x
x
x
Install tables and views used by the Applications*DBA sql scripts.
adxirc.sql
x
x
x
AD - index - report columns
adxirn.sql
x
x
x
Drops and recreates an index as nonunique.
ADXLMCBC.sql
x
x
x
Live Monitor, Categorize Block Contention
ADXLMLSO.sql
x
x
x
Live Monitor, List Session Objects
ADXLMQMS.sql
x
x
x
Live Monitor, Query Monitor Statistics
ADXLPFLS.sql
x
x
x
Lock Problem, Find Lock Source
ADXLPSLU.sql
x
x
x
Lock Problem, Show Lock Users
adxpriv7.sql
x
x
x
grant privileges to a user
ADXRCSDC.sql
x
x
x
Report Configuration, Show Database Configuration formerly, config.sql (rollback, tablespace, data files)
ADXRCSTG.sql
x
x
x
Report Configuration, Select Table Grants
adxrfmi.sql
x
x
x
report installed modules from fnd_module_installations
adxrfpi.sql
x
x
x
report rows from fnd_product_installations and related tables
ADXRSEBH.sql
x
x
x
Estimate the effect of a bigger SGA cache on cache hit rate.
ADXRSESH.sql
x
x
x
Estimate the effect of a smaller SGA cache on cache hit rate.
ADXRSFIS.sql
x
x
x
Find the size (blocks, extents, extpct) of the given index.
ADXRSFTS.sql
x
x
x
Find the size (blocks, extents, extpct) of the given table.
ADXRSFUA.sql
x
x
x
Report the number of blocks used and the number of extents used for every table or index in every user in the database.
ADXRSLFS.sql
x
x
x
Report free extents in each tablespace.
ADXRSQDP.sql
x
x
x
Check for cache effectiveness for dc_xxxxx parameters' values.
ADXRSRTS.sql
x
x
x
Produce a brief database used space report.
ADXRSSIE.sql
x
x
x
Generate a list of tables and indexes whose next extent to be grabbed would be too large to be allocated in their corresponding tablespaces.
ADXRSSMF.sql
x
x
x
List tables and indexes with a number of allocated extents close to their max_extents.
ADXRSSMS.sql
x
x
x
Find space used for one's own segments.
ADXRSSRS.sql
x
x
x
Show v$rollstat statistics.
ADXRSSSU.sql
x
x
x
For a username, report the number of blocks used and the number of extents used for every table or index in that username.
ADXRSSTF.sql
x
x
x
Produce a brief report of database fragmentation by tablespace.
ADXRSSUS.sql
x
x
x
Report how much space each user has.
ADXUPLUP.sql
x
x
x
Generate a list of processes which the given user (NOT the database account's username) owns.
ADXUPSRU.sql
x
x
x
Show all users that have active transactions per Rollback Segment that they are writing to.
applcrt.sql  
x
x
Modified CRT definitions for Applications Environment

 

 

posted @ 2013-05-10 22:48  PPTNotes  阅读(249)  评论(0编辑  收藏  举报