Oracle sql_trace parameter and its impact

Oracle Performance  case study on sql_trace being set improperly   My apps system was generating lot of trace files and mount was getting , resulting in I/O issues.  we cleaned up the trace files and but again it came backUpon investigation we found that some body has by mistake set the init.ora parameter sql_trace to […]

Oracle sql_trace parameter and its impact 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 »

PHP echo construct

Today I had learned about echo in PHP , it is not a function , it is a language construct. By language construct I mean that meaning that it is an integral part of PHP itself. It allows us to output data on the users web browser. You can output values stored in a variable

PHP echo construct Read More »

Scroll to Top