skip to main | skip to sidebar

Wednesday, October 01, 2014

DBA Tips for Developers

  1. Sql Plam Management

    1. Baseline Plan of a SQL Query

    2. SQL Plan Baseline Example

    3. SQL Plan Baselines: Migration from one Instance to Another

  2. Log Messages Missing from Concurrent Program Log File

  3. Sql statements executed by a Concurrent Request

  4. Trace File Size

  5. Trace Option for Concurrent Program

  6. Create Database Link

  7. Runaway Sql Sessions

  8. Query Being executed by Concurrent Program

  9. ORA-01031: insufficient privileges

  10. Composite Index with NULL Columns

  11. Session(s) locking a pl/sql package

  12. Seesion Information of a Concurrent Request

  13. Oracle Procedure DBMS_SPACE.SPACE_USAGE

  14. Identifying Locked Objects in Oracle Applications

  15. Oracle Table Stats

  16. All Indexes on a Table

  17. Metalink Notes/White Papers and other links

    1. SQL Plan Management in Oracle Database 11g

    2. Sql Plan Management - By Arun Nanda

    3. ORA-01555: Snapshot too old - Error in Oracle. This link offers a good explanation.

    4. Semi-Join and Anti-Joins : This is a good article on the subject

    5. Oracle Database 10g Release 1 (10.1) New and Updated Features for Performance Tuning

Posted by Sanjai Misra at 5:55 PM
Labels: DBA Tips for developers

No comments:

Post a Comment

Newer Post Older Post Home
Subscribe to: Post Comments (Atom)

Oracle Apps

During my work, sometimes I come across some information that I am sure to forget in a given time period. So I started this blog to post such information for future use. If it is of any use to you, please let me know.

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments
My photo
Sanjai Misra
Minneapolis, MN, United States
View my complete profile

Followers

Categories

  • Accounts Payable (28)
  • Accounts Receivable (18)
  • API Examples (1)
  • Can You Please answer these Questions (1)
  • DBA Tips for developers (22)
  • Example Scripts (4)
  • FND (Application Object Library) (54)
  • How to Debug (11)
  • Linux (2)
  • Oracle Alert (1)
  • Oracle Analytic (1)
  • Oracle and XML (3)
  • Oracle Forms (7)
  • Oracle General Ledger (3)
  • Oracle Inventory (4)
  • Oracle Magzine Articles (2)
  • Oracle Order Management (14)
  • Oracle Payments (22)
  • Oracle Pricing (7)
  • Oracle Projects (4)
  • Oracle Purchasing (3)
  • Oracle Reports (3)
  • Oracle Support (2)
  • Python Programs (1)
  • Ready for Delete (2)
  • References (4)
  • Release 12 Upgrade (7)
  • Self Service (1)
  • SQL Developer (2)
  • Sql Examples (4)
  • SQL Hints (1)
  • Sqlplus Tricks (15)
  • Trading Community Architecture (19)
  • Workflows (2)
  • XML Publisher (8)
  • zGeneral (6)
  • zMy Thoughts (4)
  • zQ (1)

Total Pageviews

Popular Posts

  • Customer's Phone, Email and URL
    Contact point such as Phone, Email or UL can be attached to a customer at multiple levels such as Customer itself, Customer's Address o...
  • FND_PROFILE.save Example
    This simple script shows how to use FND_PROFILE.save function. This could be of some use when you need to save multiple profile options for ...
  • Supplier Bank Account Details
    Bank Account can be associated with Supplier at following levels 1. Supplier 2. Supplier site 3. Party Site 4. Party Site + Org This query c...
  • UTL_HTTP Example
    SET SERVEROUTPUT ON size 1000000 DECLARE l_req UTL_HTTP.req; l_resp UTL_HTTP.resp; l_buffer VARCHAR2(32767); l_body VARCHAR2(327...
  • TCA API Example: HZ_CONTACT_POINT_V2PUB.update_contact_point
    DECLARE l_phone_rec HZ_CONTACT_POINT_V2PUB.phone_rec_type; l_email_rec HZ_CONTACT_POINT_V2PUB.email_rec_type; l_co...
  • Responsibility: Menu Exclusion
    This query can give details of a Oracle Application Responsibility and list of menus and functions that are excluded from that responsibil...
  • Bank and Bank Branches in Rel12
    Bank and Bank branches are stored in HZ_PARTIEES. Bank and Bank Branches have PARTY_TYPE value as ORGANIZATION. Bank_id and bank_branch_...
  • Query for Application of Receipts/Credit Memos to Invoices/Debit Memos
    I have a custom pl/sql program that applied credit memos and receipts to invoices and debit memos. At the end of program i wanted to see wha...
  • Payables Table: AP_SUPPLIER_SITES_ALL
    This is a simple table. I saved this query to remind myself that phone, fax and email entered on Supplier Address region are stored in hz_c...
  • FND_FLEX_EXT.get_ccid Example
    DECLARE l_coa_id gl_sets_of_books.chart_of_accounts_id % TYPE; l_ccid gl_code_combinations.code_combination_id % TYPE; l...
 

--------------------------------------------