People and Culture Blog

STEPS TO INSTALL oci-cli TOOL FOR UPLOAD FILES TO ORACLE CLOUD INFRASTRICTURE.

PYTHON: If you’re using Oracle Linux 7, you can use yum to install the CLI. sudo yum install python36-oci-cli The CLI will be installed to the Python site packages: /usr/lib/python3.6/site-packages/oci_cli…

Read More

SETTING A PROFILE FOR ENABLE DIAGNOSTICS OPTION TO A SPECIFIC USER IN R12

Below the steps for enable DIAGNOSTICS option to a specific user in R.12. 1.Login as a sysadmin user in front end. 2.In the EBS dashboard , choose SYSTEM ADMINISTRATOR Responsibility…

Read More

Opening Files from Server in Oracle Forms

Opening Files from Server in Oracle Forms. Introduction: Script to open the Pdf or Image files from Server in Oracle Forms. Cause of the issue: In Oracle Forms user requested…

Read More

Dynamic Alert Message in Oracle Forms

Dynamic Alert Message in Oracle Forms. Introduction: The Alert Message need to be changed at run time based on the condition criteria. Cause of the issue: In Oracle Forms, we…

Read More

API to Approve the POs

API to Approve the POs. Introduction: API to Approve the POs. Cause of the issue: In PO Migration from one unit to another unit, the old unit POs need to…

Read More

ORA-08104: this index object is being online built or rebuild

” ORA-08104: this index object 4357688 is being online built or rebuilt ” error in index Rebuild. Details of error are as follows. SQL> ALTER INDEX MSDBA.TEST_INDEX REBUILD TABLESPACE MYTBS…

Read More

How to Create Database Links in Oracle 12C

           A database link allows you to reference objects in a remote database. Typically, the remote database will be another Oracle database, but it can be…

Read More

The All-New Oracle Cloud Infrastructure Flexible Network Load Balancer

Without load balancing, the cloud experience of end-users can crumble. It acts as the gateway between the users and the cloud infrastructure and is responsible for fulfilling the needs of…

Read More

The system has encountered an error while processing the request in R12.2

Error : The system has encountered an error while processing the request.   Changes made: Single node environment and Cloning was done. Cause : Login to E-business suite weblogic console Click…

Read More

Script to delete concurrent program and the xml templates and data definitions

Begin fnd_program.delete_program(‘program short name’,’applicaton shot name’); fnd_program.delete_executable(‘program short name’,’applicaton shot name’); commit; End; Example: If you have a concurrent Progam called “Employee Details Report” with the short name EMPDTLSREP and…

Read More