Hurriyet

6 Mart 2014 Perşembe

Oracle E-Business Suite: Oracle Application Library SQL Scriipts

Aşağıdaki tabloda E-Business Suite için yer alan SQL scriptleri yer almaktadır. $FND_TOP/sql altında SQL'lerimizi bulabiliriz.

SQL Script11.0.x10.7NCA107SC/16.1Purpose
afchrchk.sql
x
x
Check requested table.columns for invalid trailing spaces and control characters. These characters cause 'FRM-40654: Record has been updated.' Errors when column is queried in a form. Please note that afchrchk.sql SHOULD NOT run against FND_FLEX_VALUES with option 3 (check for control characters) set to Yes, and automatic fix set to Yes. This will strip the control characters from the COMPILED_VALUE_ATTRIBUTES column. Hence, impacting the General Ledger natural account value sets as they lose all their segment qualifiers.
afcmcreq.sql
x
x
x
Prints the Log file names of the managers that can run a given request
afcmrrq.sql
x
x
x
For use by DBA's for quick look of all running requests
afcmstat.sql
x
x
x
Displays all defined Managers and shows current status of manager processes.
afffanld.sql
x
Diagnoses inconsistencies in key flexfield segment delimiters that may be introduced by the 10.7 upgrade because of an AutoInstall bug (492585).
affixcvr.sql
x
x
x
Fixes cross-validation rules and lines by deleting any which refer to non-existent flexfield structures, and by disabling any rules which have no lines. User must manually commit or rollback after execution.
afhlpfix.sql
x
Find data integrity problems in FND_HELP and delete the orphan rows.
afimchk.sql
x
x
x
Checks to see if the Concurrent Manager monitor is actually running
afimlock.sql
x
x
x
Script to detect if the Internal Concurrent Manager is in a gridlock situation with another oracle process. The script will print the user, process id, machine, program and the terminal which is causing the gridlock.
afimpmon.sql
x
x
x
Sets the PMON method based on the argument ( for CONC_PMON_METHOD )
afimveri.sql
x
x
x
Resets the Concurrent Manager monitor
afpub.sql
x
x
x
Grants select privileges and creates synonym for APPLSYS PUBlic account
afqpmex.sql
x
x
x
This script is used for sql tuning. The input is the name of a file containing a sql statement. The output is the execution plan for the statement along with information about the index columns and the sizes of the tables involved. The results are spooled to the file explain.out. This is an elaboration of the old-fashioned results from querying plan_table after running "explain plan for...". This script assumes the file contains a single, bare SQL statement, with no blank lines and no terminating ";" or "/". Also see afqpmexq.slq/explainq.sql
afqpmexq.sql
x
x
x
This script is used for sql tuning. (See description for afqpmex.sql)
afqpmind.sql
x
x
x
This script is used for sql tuning. The input is a table name (without a schema prefix) and the output is information about it's indexes and the total size of the allocated extents. The data for the DISTINCT_KEYS column comes from the analyze command.
afqpminq.sql
x
x
x
This script is used for sql tuning. The input is a table name (without a schema prefix) and the output is information about it's indexes. The data for the DISTINCT_KEYS column comes from the analyze command.Also see afqpmiq.sql/iq.sql.
afqpmiq.sql
x
x
x
This script is used for sql tuning.
afqpmlck.sql
x
x
x
This script is used for sql tuning. It lists all sessions that are waiting for a lock. The process holding the root of the lock tree is the left most process printed. Those printed to the right of it are waiting for locks to the left of it.
afqpmmws.sql
x
x
x
This script is used for performance monitoring. This script analyzes a table of wait samples. The single input parameter for the script is a table of wait samples which has the same columns as fnd_wait_samples.Some ways to create the input table:create or replace view wait_samples_view as select * from fnd_wait_samples; create table temp_wait_samples as select * from fnd_wait_samples;
afqpmmys.sql
x
x
x
This script is used for sql tuning. It lists the session id, user process id, server process id, OS user id, and Oracle user id for the current session.
afqpmmyw.sql
x
x
x
This script is used for sql tuning. It returns the cummulative totals for all wait events for the current session.
afqpmopd.sql
x
x
x
This script is used for sql tuning. The input is the process id of the Oracle server process. The output includes the session id, the user process id, and the OS user id.
afqpmpid.sql
x
x
x
This script is used for sql tuning. The input is an OS process id for the user process. The output includes the session id, server process id, and OS user id for the process.
afqpmrid.sql
x
x
x
This script is used for sql tuning. The input is a concurrent manager request_id, and the output is the operating system process id of the corresponding FNDLIBR process.
afqpmsid.sql
x
x
x
This script is used for sql tuning. The input is the Oracle session id and the output includes the user process id, the server process id, the OS user id, and the program being run.
afqpmsql.sql
x
x
x
This script is used for sql tuning. The input is the user process id and the output is a listing of the sql statement currently in progress.
afqpmsqx.sql
x
x
x
This script is used for sql tuning. The input is the user process id. The output is the execution plan and a description of the tables and their indexes (the same as is produced by qpmex.slq/explain.sql).
afqpmwta.sql
x
x
x
This script is used for sql tuning. It returns a snapshot of all the wait events in the database at this instant.
afqpmwti.sql
x
x
x
This script is used for sql tuning.The input is the user process id and the output includes the table or index name of the last I/O. This is a moderately long-running script. When the DELAY column contains "CPU - recent:" this indicates that the query is currently using CPU and the last non-CPU delay will be reported. When the current (or most recent) delay was not for IO, the TABLE_OR_INDEX_NAME and TYPE columns are null.
afqpmwtp.sql
x
x
x
This script is used for sql tuning. Input is the user process id and the output is a snapshot of the current action of the server process.
afqpmwtr.sql
x
x
x
This script is used for sql tuning. It returns a snapshot of all the wait events, but only for the real-time processes. (compare to afqpmwta.sql/wait_all.sql)
afrqpend.sql
x
x
x
Selects all the Pending Requests with status ‘I’.
afrqrun.sql
x
x
x
Lists all Running, Terminating, Paused Requests
afrqscm.sql
x
x
x
Prints the Log file names of the managers that can run a given request
afrqstat.sql
x
x
x
Summary of concurrent request execution since Date
afrqwait.sql
x
x
x
Selects all the Pending Requests with status Q
afsecchk.sql
x
x
x
Release 7.5 Referential Integrity Display
afsetpri.sql
x
x
x
Used to set Program level priority for concurrent programs
afsetseq.sql
x
x
x
Set ORACLE Sequence
afsetsqx.sql
x
x
x
Set ORACLE Sequence. The difference between this script (afsetsqx.sql) and afsetseq.sql is that this script performs EXIT at the end as it is called directly from driver files.
afsyn01.sql
x
x
x
Drop synonyms for old tables, views and sequences.
afuiddrv.sql
x
x
x
Sets all sequences
afwebdbg.sql
x
x
Print WebServer setup debugging information.
afxpmmws.sql
x
x
x
This script is used for performance monitoring. This script analyzes a table of wait samples. The single input parameter for the script is a table of wait samples which has the same columns as fnd_wait_samples.
fdmchk.sql
x
x
Check menu entry dangling references.
fdmfix.sql
x
x
Check & fix menu entry dangling references.
FNDATPRG.sql
x
x
Purge audit trail tables before a given date
FNDCPDC2.sql
x
x
Delete a concurrent program and SRS definition if needed, calls FNDCPDCP.sql
FNDCPDCP.sql
x
x
Delete a concurrent program and SRS definition if needed
fndfbdpm.sql
x
x
Deletes a flexbuilder parameter.
fndfbfxn.sql
x
x
Generate a list of FlexBuilder functions and parameters for a given application. Some parameters have multiple definitions, but this report lists each parameter only once.
fndfbprm.sql
x
x
Generate a list of FlexBuilder functions and parameters, including detailed information about how the parameter is defined for a given application. This report includes all definitions for each parameter, ordered by sequence number. The information in this report corresponds to information in the Define FlexBuilder Parameters form.
fndffbdd.sql
x
x
x
Finds independant segment values which don't have the default dependant segment value defined for them.
FNDFFCVS.sql
x
x
Copy flexfield value set from one database to another creates a sql script filename.sql which can be run on another database to copy value sets
FNDFFDDS.sql
x
x
Delete a descriptive flexfield definition from AOL tables
FNDFMFXR.sql
x
x
Forms Trigger Exception Report
fndgofpr.sql
x
x
Creates Grants Only for a Full PRivileged Oracle ID. This assumes fndgsspr.sql was run first to create a limited set of SELECT only privileges which are not recreated here.
fndgsnpa.sql
x
x
Revokes all AOL grants and drops all AOL synonyms from a user. Must also revoke synonym GL_CURRENCIES which uses FND_CURRENCIES.
fndgsspr.sql
x
x
Creates Grants and Synonyms for a Select only Privileged Oracle ID.
FNDMDCMR.sql
x
x
Creates a report of all messages for an application in the given language.The report is located in the application's message directory and has the name {language short name}.FDDTMFEXT. For example: /applications/fnd/5.0/mesg/usaeng.msg. The standalone FNDMDCMF (Create Message File) runs this report after creating the binary message file to produce a human-readable version.
fndmncpy.sql
x
x
Copy application menus to another, custom application (Rel. 9 to 10 backup)
FNDNLADD.sql
x
x
x
Add missing translation rows for FND _TL tables.
FNDNLCHK.sql
x
x
Check _TL tables for inconsistent or missing translation data. FNDNLCHK does not fix anything, it only reports bad data. Use FNDNLADD to fix errors found by FNDNLCHK.
fndnlhlp.sql
x
x
Updates fnd_loader_formats
FNDNLICR.sql
x
x
NLS Insert non-ISO currency
FNDNLINS.sql
x
x
x
Update _TL tables to populate rows for new language when a new language is installed.
FNDNLMVL.sql
x
x
Install multi-language versions of _VL views.
fndnmts.sql
x
x
Populate FND%_TL subtables with data from main FND% tables ( In 10.5 this script is superceded by FNDNLADD.sql and should not be used by customers. )
fndnstm.sql
x
x
Populate FND_ main tables with data from subtables.
fndrspfm.sql
x
x
Report on Users who Access a Given Form
FNDRSTST.sql
x
x
SRS Test Program - expects three arguments and prints them
fndscats.sql
x
x
Signon Audit Time Stamp
FNDSCETS.sql
x
x
x
Set end time stamp (FND_LOGINS, FND_LOGIN_RESPONSIBILITIES, FND_LOGIN_RESP_FORMS)
FNDSCGRP.sql
x
x
x
Reports on which applications, sets and programs have been assigned to which responsibility. Accepts application name and responsibility name.
FNDSCPRG.sql
x
x
x
Purge signon audit tables from given date
FNDUDUAL.sql
x
x
x
This script ensures only one record exists in FND_DUAL.
fndutcsq.sql
x
x
Converts rows in FND_UNIQUE_IDENTIFIER_CONTROL to Sequences
srstest.sql
x
x
SRS test script
TSTSQPLS.sql
x
x
x
SQL script to test execution methods for RTs.
wfbkg.sql
x
x
x
WorkFlow BacKGround engine, starts the background engine, running for the indicated number of minutes.
wfbkgchk.sql
x
x
WorkFlow Background Check. It displays a status report on background work waiting to be processed.
wfdirchk.sql
x
x
WorkFlow Directoy Servoices Data Model Check
WFNLADD.sql
x
x
Add missing translation rows for WF _TL tables.
wfnldat.sql
x
Add default language data for standalone Workflow install.
wfnlena.sql
x
Enable/disable an installed language (workflow)
wfntfsh.sql
x
x
x
WorkFlow NoTiFication SHow status
wfprot.sql
x
x
x
WorkFlow PROTection level reset. It resets the protection level for all objects in a specified item type to the supplied value. After resetting the protection level NOTHING in the item type will be customizable by a higher access level.
wfrefchk.sql
x
x
WorkFlow Primary,Unique and Foreign Key constraint checker. It checks for all invalid workflow data that is missing primary key data for a foreign key
wfretry.sql
x
x
x
WorkFlow Handle error'ed activity. It displays a list of errored activities for the indicated item. Type in the name of the activity, and command to skip, retry, or reset.
wfrmall.sql
x
x
WorkFlow ReMove ALL. It DELETES all workflow information. ALL OF IT.
wfrmbref.sql
x
Deletes all invalid workflow data that is missing primary key data for a foreign key
wfrmita.sql
x
x
WorkFlow ReMove ITem Attribute. It deletes all workflow information for the specified item attribute.
wfrmitms.sql
x
x
x
WorkFlow ReMove ITMeS. It removes item status information for items which match the supplied type and key patterns.
wfrmitt.sql
x
x
WorkFlow ReMove ITemType. It deletes ALL workflow information for the specified item type.
wfrmtype.sql
x
x
x
WorkFlow ReMove TYPE. It purges ALL runtime data associated with a given item type.
wfrun.sql
x
x
x
WorkFlow RUN a process. It creates and starts the specified process.
wfstat.sql
x
x
x
WorkFlow item STATUS report. It displays a status report on the indicated item (132 charachter output).
wfstatus.sql
x
x
x
WorkFlow item STATUS report. It displays a status report on the indicated item (132 charachter output).
wfver.sql
x
x
x
WorkFlow VERsion display. It displays version information for all WF source.
wfverchk.sql
x
x
WorkFlow Version Check. It checks all workflow activities for potentially invalid version histories (more than one version of an activity active at any given time). Correct any errors found.



Hiç yorum yok:

Yorum Gönder