anandmandilwar.com
Oracle Application Technology | In pursuit of excellence…. | Page 2
https://anandmandilwar.com/page/2
In pursuit of excellence. How to change “orcladmin” user password when it is expired. December 9, 2014. Login to $ORACLE HOME/bin (Infra Home). Make sure vnc process is running and DISPLAY variable is configured to the VNC port. Export DISPLAY= server name : port no. Invoke the script -oidamin. Now login to the GUI (onVNC) with the following credential. User = “cn=orcladmin”. Password = default it is the same as that of “ias admin”. Once logged in, navigate as below. Click on cn= orcladmin. Usr/local/bin...
anandmandilwar.com
dba_users | Oracle Application Technology
https://anandmandilwar.com/tag/dba_users
In pursuit of excellence. Posts Tagged ‘dba users’. PASSWORD column NULL in DBA USERS from 11g onwards. December 16, 2014. I got a request from support team to reset the DBA user password as they were getting some error due to password expiration. However support person was not aware of the password. ALTER USER IDENTIFIED BY VALUES ‘F28740221A2D9A70’. SQL SELECT USERNAME, PASSWORD 2 FROM DBA USERS 3 WHERE USERNAME='PEOPLE'; USERNAME PASSWORD - - - - - - - - - - - - - - - - - - - - - - - PEOPLE. I have mo...
anandmandilwar.com
Oracle Apps | Oracle Application Technology
https://anandmandilwar.com/category/oracle-apps
In pursuit of excellence. Archive for the ‘Oracle Apps’ Category. Output Post Processor Concurrent Manager not able to start. January 21, 2016. Development team informed me of an issue where the concurrent job (that needs post processing) errored. On reveiwing the request log file, i notice an isue with ‘Output post Processor’. I checked the OPP in the ‘Administer Concurrent Manager’ screen and found. Actual=4 and Target=0 processes. Ps -ef grep -i FNDOPP grep -v grep. And this resulted in 0 process.
anandmandilwar.com
Common Database Wait Events | Oracle Application Technology
https://anandmandilwar.com/2015/03/23/common-database-wait-events
In pursuit of excellence. Common Database Wait Events. Common Database Wait Events. March 23, 2015. Below is the document containing the most common database waits seen during the day to day activity of an Oracle DBA. It contains the possible causes and different ways to alleviate the wait. Leave a Reply Cancel reply. Enter your comment here. Fill in your details below or click an icon to log in:. Address never made public). You are commenting using your WordPress.com account. ( Log Out. My experiences w...
anandmandilwar.com
Microsoft AD and OID synchronization not happening | Oracle Application Technology
https://anandmandilwar.com/2015/03/13/microsoft-ad-and-oid-synchronization-not-happening
In pursuit of excellence. Microsoft AD and OID synchronization not happening. Microsoft AD and OID synchronization not happening. March 13, 2015. Support team reported an issue where they were not able to see some of the new users created in AD (Active Directory) flowing to OID (Oracle Internet Directory). I started looking into the issue. I checked ODI synchronization services (odisrv process). Logged into the infra tier and ran the command. I looked into the highest COMMITTED USN in the AD. Ldapsearch ...
anandmandilwar.com
Database waits | Oracle Application Technology
https://anandmandilwar.com/tag/database-waits
In pursuit of excellence. Posts Tagged ‘Database waits’. Common Database Wait Events. March 23, 2015. Below is the document containing the most common database waits seen during the day to day activity of an Oracle DBA. It contains the possible causes and different ways to alleviate the wait. Oracle 9i,10g,11g Certified Professional. Oracle 11i,R12 APPS DBA OCP. Oracle 10g RAC OCE. Oracle Exadata 11g Certified Implementation Specialist. Oracle DB 11g Performance Tunining Certified Expert. Oracle E-Busine...
anandmandilwar.com
Oracle Database | Oracle Application Technology
https://anandmandilwar.com/category/oracle-database
In pursuit of excellence. Archive for the ‘Oracle Database’ Category. Common Database Wait Events. March 23, 2015. Below is the document containing the most common database waits seen during the day to day activity of an Oracle DBA. It contains the possible causes and different ways to alleviate the wait. PASSWORD column NULL in DBA USERS from 11g onwards. December 16, 2014. I got a request from support team to reset the DBA user password as they were getting some error due to password expiration. Today ...
anandmandilwar.com
December | 2014 | Oracle Application Technology
https://anandmandilwar.com/2014/12
In pursuit of excellence. Archive for December, 2014. PASSWORD column NULL in DBA USERS from 11g onwards. December 16, 2014. I got a request from support team to reset the DBA user password as they were getting some error due to password expiration. However support person was not aware of the password. ALTER USER IDENTIFIED BY VALUES ‘F28740221A2D9A70’. SQL SELECT USERNAME, PASSWORD 2 FROM DBA USERS 3 WHERE USERNAME='PEOPLE'; USERNAME PASSWORD - - - - - - - - - - - - - - - - - - - - - - - PEOPLE. Now log...
anandmandilwar.com
File o7725967.tmp creation for FND_FILE failed | Oracle Application Technology
https://anandmandilwar.com/2015/02/09/file-o7725967-tmp-creation-for-fnd_file-failed
In pursuit of excellence. File o7725967.tmp creation for FND FILE failed. File o7725967.tmp creation for FND FILE failed. February 9, 2015. Today support team sought a help for the issue they were encountering in the TEST instance. Error as given by the support team. ErrBufORA-20100: File o7725967.tmp creation for FND FILE failed. You will find more information on the cause of the error in request log. I tried a quick test to see if there is any issue with utl file dir. 8211; this looked Ok. Leave a Repl...