Quantcast
Channel: pacesettergraam
Browsing all 314 articles
Browse latest View live

Find License Manager in R12 Oracle apps EBS

Login to EBS. Switch to “system administrator” responsibility >  License managerorLog in to OAM > Site Map (Administration) > License Manager Ref : How To Use License Manager in R12? (Doc ID...

View Article


My Routine at Onsite

Wake at 4.45 Get to walk/jog at 5.30 till 6.30 Morning food : Coconut, Bread, Omlette, Fruits Afternoon : Red Rice, Groundnut Cooking and get ready till 8 After 8 go to office.

View Article


Giving Permission for linux in application server

chmod -R 722 /u01 chmod -R 722 /u01 chown -R applsit:dba /u01 su - applsit From the above command 722 – Octal Values Permission r (read): 4 w (write): 2 x (execute): 1 Total : 7 7 – Owner, 2 – Group,...

View Article

Submitting Concurrent in OAF without Parameters

Below is the code to trigger Concurrent in OAF without having Parameters public int submitCPRequest(OAApplicationModule am, OAPageContext pageContext) { int requestId;...

View Article

Image may be NSFW.
Clik here to view.

Connecting to Oracle SQL with Java from Eclipse IDE.

As Prerequisite the Eclipse IDE should be Installed. For this Demonstration I’m using the below version Eclipse : Version –> 2024-12 (4.34.0), Oracle DB –> 19c, EBS –>12.2, Instant Client...

View Article


Image may be NSFW.
Clik here to view.

Installing SQLcl in Ubuntu Linux on OCI

Java has to be installed as a prerequisite. Download the SQLcl file. SQLcl can be downloaded from this link https://www.oracle.com/database/sqldeveloper/technologies/sqlcl/download/ In linux Issue...

View Article

Image may be NSFW.
Clik here to view.

Facing Issue with Event Alert but Periodic Alert is working fine

Issue Statement: We have got a requirement to trigger alert for a custom table when a new record gets inserted Approaches taken: Development was done and then when tested using Periodic Alert – On...

View Article

Date Comparison in OAF using Java

Requirement: To compare the Start Date and End Date in the OAF Page and validate if Start date is greater than the End Date. Below code will be doing the validation String stDate = null; Date strtDate...

View Article


Image may be NSFW.
Clik here to view.

Cardinality reduction based Index – Effect on the Optimization

Consider the below Query which has 166633 value in the cardinality when seeing in the Explain Plan select inventory_item_id, organization_id, substr( replace( regexp_replace( upper(moqd.lot_number),...

View Article


Image may be NSFW.
Clik here to view.

Enable Auto-login in KDE

In your System Settings –> Colors & Themes –> Login Screen (SDDM) –> Behaviour Choose the login user and session and apply it.

View Article

Concurrent Program Parameter Unexpected functionality Oracle apps R12

Issue Scenario Some time back we got an Issue that concurrent program is not working and when checked the default parameters are not getting properly Below is the log file of the concurrent...

View Article

Query to get attachment file size module wise in Oracle apps

select module_name, module_short_name, count(attached_document_id) as attachment_count, nvl(round(sum(file_size) /(1024 * 1024), 2), 0) total_size_mb from ( select fad.attached_document_id,...

View Article

Removing Database Locks in Oracle for DB Components

Oracle will lock the package exclusively when the user attempt to compile the package. Incase, if the package is used by other process, the compilation hangs --Resolution: 1. Identify the package...

View Article


Image may be NSFW.
Clik here to view.

First Time with SELECT AI in Oracle Autonomous DB

Using natural language to interact with your database and LLMs through SQL. When you use Select AI, Autonomous Database manages the process of converting natural language into SQL. This means you can...

View Article
Browsing all 314 articles
Browse latest View live