Home » Page 119

What is Session Persistence,Web Entry Point and Server Load Balancer

Session Persistence Session Persistence is the act of keeping a specific user’s traffic going to the same server that was initially hit when the site was contacted for the first HTTP transaction. This is especially important for E-Business Suite as various modules bundled with the suite need to maintain session state.  Session persistence is sometimes …

What is Session Persistence,Web Entry Point and Server Load Balancer Read More »

What is HTML5

HTML5 is a core technology markup language of the Internet used for structuring and presenting content for the World Wide Web. It is the fifth revision of the HTML standard (created in 1990 and standardized as HTML 4 as of 1997) and, as of December 2012, is a candidate recommendation of the World Wide Web …

What is HTML5 Read More »

Oracle Advanced Queuing

Oracle Advanced Queuing provides message queuing as an integrated part of the Oracle Server, thereby creating a message-enabled database. Oracle uses the following components to deliver AQ fuctionality: Message A message is the smallest unit of information inserted into and retrieved from a queue. It contains user data (payload) in the form of an object …

Oracle Advanced Queuing Read More »

Workflow Notification Mailer Configuration in Oracle EBS

Workflow notification mailer in Oracle apps The Workflow Notification Mailer performs email send and response processing for the Oracle Workflow Notification System.By deploying the Workflow Notification Mailer workflow users receive their notifications by email, as well as from the Work-list web pages. Currently Java based workflow notification mailer is being used in Oracle apps. Previously …

Workflow Notification Mailer Configuration in Oracle EBS Read More »

How to create ADDM task and check its report

In this post, I will explain How to create ADDM task  and check its report We are using start snapshot as 900 And end snapshots as 950 BEGIN — Create an ADDM task. DBMS_ADVISOR.create_task ( advisor_name      => ‘ADDM’, task_name         => ‘900_950_AWR_SNAPSHOT’, task_desc         => ‘Advisor for snapshots 900 to 950.’); — Set the start and end …

How to create ADDM task and check its report Read More »

Scroll to Top