您的位置:首页 > 数据库 > Oracle

Oracle Applications DBA SQL utilites [ID 108207.1]

2013-05-10 22:48 363 查看
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.

Script11.0.x10.7NCA10.7SC/16.1Description
adcompsc.plsxxxCompile objects in a given schema
adcpresp.sqlxThe 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.sqlx
x
x
Reports all compilation errors
for a given schema.
aderrchk.sqlx
x
x
Same as aderrch2.sql plus it
fails if there are any errors
adtresp.sqlx
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.sqlx
x
x
Count objects by object type
in schema
adutconf.sqlx
x
x
Utility script to display configuration
of Applications
adutfip.sqlx
x
x
Utility script to display worker
information
adutfpd.sqlx
x
x
Utility script to display product
dependency information
ADXANLYZ.sqlx
x
x
Analyze all tables in an ORACLE
ID with estimate sample 20%
ADXCKPIN.sqlx
x
x
Query the shared_pool area to
determine space used by PL/SQL objects and whether they have been pinned.
ADXGNPIN.sqlx
x
x
Creates and runs a "pin" script
for all packages and functions in a give schema
ADXGNPNS.sqlx
x
x
Creates and runs a "pin" script
for all sequences in a give schema
ADXINMAI.sqlx
x
x
Install tables and views used
by the Applications*DBA sql scripts.
adxirc.sqlx
x
x
AD - index - report columns
adxirn.sqlx
x
x
Drops and recreates an index
as nonunique.
ADXLMCBC.sqlx
x
x
Live Monitor, Categorize Block
Contention
ADXLMLSO.sqlx
x
x
Live Monitor, List Session Objects
ADXLMQMS.sqlx
x
x
Live Monitor, Query Monitor Statistics
ADXLPFLS.sqlx
x
x
Lock Problem, Find Lock Source
ADXLPSLU.sqlx
x
x
Lock Problem, Show Lock Users
adxpriv7.sqlx
x
x
grant privileges to a user
ADXRCSDC.sqlx
x
x
Report Configuration, Show Database
Configuration formerly, config.sql (rollback, tablespace, data files)
ADXRCSTG.sqlx
x
x
Report Configuration, Select
Table Grants
adxrfmi.sqlx
x
x
report installed modules from
fnd_module_installations
adxrfpi.sqlx
x
x
report rows from fnd_product_installations
and related tables
ADXRSEBH.sqlx
x
x
Estimate the effect of a bigger
SGA cache on cache hit rate.
ADXRSESH.sqlx
x
x
Estimate the effect of a smaller
SGA cache on cache hit rate.
ADXRSFIS.sqlx
x
x
Find the size (blocks, extents,
extpct) of the given index.
ADXRSFTS.sqlx
x
x
Find the size (blocks, extents,
extpct) of the given table.
ADXRSFUA.sqlx
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.sqlx
x
x
Report free extents in each tablespace.
ADXRSQDP.sqlx
x
x
Check for cache effectiveness
for dc_xxxxx parameters' values.
ADXRSRTS.sqlx
x
x
Produce a brief database used
space report.
ADXRSSIE.sqlx
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.sqlx
x
x
List tables and indexes with
a number of allocated extents close to their max_extents.
ADXRSSMS.sqlx
x
x
Find space used for one's own
segments.
ADXRSSRS.sqlx
x
x
Show v$rollstat statistics.
ADXRSSSU.sqlx
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.sqlx
x
x
Produce a brief report of database
fragmentation by tablespace.
ADXRSSUS.sqlx
x
x
Report how much space each user
has.
ADXUPLUP.sqlx
x
x
Generate a list of processes
which the given user (NOT the database account's username) owns.
ADXUPSRU.sqlx
x
x
Show all users that have active
transactions per Rollback Segment that they are writing to.
applcrt.sqlx
x
Modified CRT definitions for
Applications Environment
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: