Database Blog

Start Tuning….

How to Start tuning: Server Level (Focus from Oracle Database) Whenever there is server level issue, The tuning starts from the server .. Just remember the phrase “The person who…

Read More

Apps User who are assigned a particular responsibility

— This is to list the  Apps User who are assigned a particular responsibility select a.user_name,b.responsibility_name  from fnd_user a,fnd_responsibility_vl b ,FND_USER_RESP_GROUPS c where a.user_id = c.user_id and c.RESPONSIBILITY_ID = b.RESPONSIBILITY_ID…

Read More

List Responsibilities That Can Run a Given Concurrent Program

Purpose ——- This script helps in identifying the list of responsibilities that can run a given concurrent request REM Save this file as whocanrun.sql REM Usage: sqlplus apps/apps @whocanrun REM…

Read More

Upgradation of Discoverer from 4i to 10g for Applications 11i CU2 (11.5.10.2)

Upgradation of Discoverer from 4i to 10g for Applications 11i CU2 (11.5.10.2)Environment Details : Operating system : Solaris Sparc 64 Bit (5.10)Applications : 11i CU2 (11.5.10.2)Database : 10.2.0.2.0Oracle AS (Infra…

Read More

Issue in Preclone process after upgrading 11i with 10g R2

Dear all, This post is relating to following issue we face after upgrading 11i with 10g R2 in Preclone process of dbTier. ERROR: The version of the OUI found in…

Read More

Some ADADMIN Activities Shortcuts

Dear all, This post is to share some shortcuts for adadmin activities. To Enable and disable maintainence mode 1. Enable Maintainence mode sqlplus -s apps/<`apps password`> @$AD_TOP/patch/115/sql/adsetmmd.sql ENABLE 2. Disable…

Read More

Oracle EBS Apps in MS-Vista

Dear All, This post is relating to using Vista in EBS. Info: Vista is certified in Ebs 11i. Permenant solution : Upgrade Sun Java Plug-in JRE 1.5.0_12 Certified Configurations Release…

Read More

Sending Mails through Os( Unix ) with Mailx

Dear All, This Post is relating to Useful Operating system techniques to send mails using command : Mailx 1. To send mails with body and without attachments syntax : cat…

Read More

R12 New Features

Hi, Please find the Release 12 New features through the below link. http://beginapps.blogspot.com/2008/06/release-content-document-release-12.html Thanks & Regards, Narasimha Rao.K

Read More

Complete Guide for upgrading oracle applications 11i with 10g R2

Dear All, Sub: Upgrading oracle applications 11i with 10g R2. ( This ll be the complete guide for upgradation ) 1. Complete the Installation of Oracle Apps EBS 11.5.10 (…

Read More