Yearly Archives: 2021

Order Creation Using API

Script to OE_ORDER_PUB.PROCESS_ORDER ( Sample Script  Create Sales Order ) Script PROCEDURE xx_bdg_so_interface ( errbuf OUT VARCHAR2, retcode OUT VARCHAR2, p_org_id NUMBER ) IS v_api_version_number NUMBER := 1; v_return_status VARCHAR2…

Read More

Remove Options from the Interactive Grid Row Action menu

1. Overview This document talks about how to remove the options from the interactive grid action menus. 2. Technologies and Tools Used The following technologies have been used to achieve…

Read More

Auto New Line Generation in Interactive Grid

1.  Overview When using Interactive grid, sometimes user don’t want to go with add row button for a new row generation. On those cases, this document shows, how to generate…

Read More

ORA-29283: invalid file operation ORA-06512: at “SYS.UTL_FILE”, line 536 ORA-29283: invalid file operation

Description: The oracle OS user does not have the appropriate privileges on the OS directory, or if the path specified in the database does not match to an actual path,…

Read More

CREATING DATABASE SCHEDULER JOBS

Description: Scheduler jobs are the automated process handled by the database scheduler in oracle. It will run the scheduler jobs in a specific server time intervals like daily , weekly…

Read More

Responsive Report

1. Overview Responsive Reports can be created in Oracle Apex Classic Reports. Standard Oracle APEX which shows the tabular format of the dataset doesn’t support the responsiveness as the device…

Read More

How to check what current IDLE_TIME is set at in 11g ORACLE DATABASE

The Idle Time Resource Usage setting limits the maximum idle time allowed in a session. Idle time is a continuous inactive period during a session, expressed in minutes. Long-running queries…

Read More

Popup Menu in Apex

1.Overview A popup menu can be created in the application by using Lists and associating a button with the menu. To create a popup menu in the application, first have…

Read More

RMAN-03009: ORA-17628:

Error:- While the RMAN Active Duplicate is initiated, the rman job failed with the below errors, RMAN-03009: failure of backup command on C1 channel ORA-17628: Oracle error 19505 returned by…

Read More

Unknown Parameter Name ‘utl_file_dir’

ERROR:- SQL> create spfile from pfile; create spfile from pfile * ERROR at line 1: ORA-01078: failure in processing system parameters ORA-32003: error occured processing parameter ‘utl_file_dir’ LRM-00101: unknown parameter…

Read More