Controlling Diagnostic and Tuning Pack
In this blog, we will see what controls Automatic Workload Repository in Oracle. For those who arrived to this blog and new, you will need to know more about Controlling…
Read MoreIn this blog, we will see what controls Automatic Workload Repository in Oracle. For those who arrived to this blog and new, you will need to know more about Controlling…
Read MoreHow to increase oacore/jvm processes in R12.1.3 Below are the steps to increase oacore process: STEP1: Take a backup of context file and opmn.xml file. a. /u01/inst/apps/<CONTEXT_NAME>/ora/10.1.3/opmn/conf/opmn.xml b.$CONTEXT_FILE STEP2: Modify…
Read MoreThe most efficient/effective way to defrag/shrink a big tablespace in oracle is to migrate the tables/indexes to new tablespaces. Here below are the steps: Step 1. find tablespace “BMW” whether…
Read MoreIn the current business environment, cloud-based services have grown in high popularity among companies. Statistically, 93% of enterprises preferred the multi-cloud approach, while 87% focused on hybrid cloud strategies in…
Read MoreIntroduction: Here is small tip how to create filter / search field for APEX shuttle item values. For this you need just place jQuery code to page JavaScript Function and…
Read MoreIntroduction First create interactive report. In this example rows where manager name equals APP_USER value are highlighted. I have used following query joining EMP and DEPT tables for interactive report:…
Read MoreBelow is the example to create an excel file in Oracle Forms. Pass the Sql query string to the below procedure to generate an Excel file using Ole2 package. Sample…
Read MoreIntroduction Show_alert is used to display model window messages in Oracle Forms and Find_alert searches the list of valid alerts in Form Builder, when the given alert is located, the…
Read MoreIntroduction When a query is open in the block, the Post-Query trigger fires each time Form Builder fetches a record into a block. The trigger fires once for each record…
Read MoreIntroduction Play sound is used to play audio files in Oracle Forms, Play Sound plays the sound object in the specified sound item PLAY_SOUND examples The following plsql block you…
Read More