Oracle Performance predicatable ?

Posted on Monday, October 22, 2007 at 07:20AM by Registered CommenterKarl Reitschuster in | CommentsPost a Comment | EmailEmail

Hi reader, after Migration of an Oracle Database from AIX 5.3 to Sun Solaris 5.10 and from Oracle 10.2.0.2 to 10.2.0.3 I made some tests with Parallel query performance on the new platform. Following query was executed with parallel degree 4 and then with parallel degree 8; The query itself was generated with the DBMS_STATS package to gather statistics for an index of a partitioned table.

Click to read more ...

PGA_AGGREGATE_TARGET and _PGA_MAX_SIZE

Posted on Tuesday, October 16, 2007 at 07:31AM by Registered CommenterKarl Reitschuster in , | CommentsPost a Comment | References2 References | EmailEmail

Hi reader, due to strange behavior (Oracle 10.2.0.3, Sun Solaris 5.10, 64bit) of the SORT operation with manual PGA, independent of SORT_AREA_SIZE set occurrence of Waitevent DIRECT TEMP READ/WRITE with a lot of elapsed time did not disappear, we had to set up a batch friendly configuration with automatic PGA;

Click to read more ...

PL/SQL and Generics Support?

Posted on Thursday, September 6, 2007 at 09:46AM by Registered CommenterKarl Reitschuster in | CommentsPost a Comment | References3 References | EmailEmail

Dear reader, looping thru data i wanted to declare a simple counter variable in a PL/SQL declaration section. Usually i use a PLS_INTEGER type. This time I wanted to make it exact. Counting rows would not need negative values. I would only need a range from 0 .. [a very high positive value]. After browsing the documentation I found the right type for it - NATURAL.

Click to read more ...

White Belt hit Black Belt

Posted on Tuesday, August 21, 2007 at 06:07AM by Registered CommenterKarl Reitschuster in | CommentsPost a Comment | EmailEmail

Hi,

yesterday evening in the dojo (Karate-Do Training place) I talked with my sensei (The master Trainer - black belt 3rd degree) about the way to get certified for the next belt colour. Currently I am on beginner level and should be target on the yellow belt. Then he told me about a group of karate's which train only for certification to get to the next belt level as fast as possible. Surely they will get the belts faster then the other ones which are concentrating on the whole common stuff. But he told karate is much much more then the stuff tested in a belt certification.

And that was the link for me to the oracle certifications. Some specialists - not database ones - but query form experienced ones - pass one examine after the other - but oracle - working with oracle is much more then a 90-120 minutes certification. This is nothing against certification. But something against black belts outsides but white belts insides.

There is no shortcut for getting experience(d). Not with Karate and not with Oracle.

Karl Reitschuster

 

The database is gone!!

Posted on Friday, August 17, 2007 at 01:04PM by Registered CommenterKarl Reitschuster in | CommentsPost a Comment | References3 References | EmailEmail

Dear reader, got a call from user of a web based application that the database was gone!! Now first I checked if the user's message really hit the root cause.

Click to read more ...

Successfully launch of a new data interface or The egg preceded the chicken

Posted on Wednesday, August 15, 2007 at 07:13AM by Registered CommenterKarl Reitschuster in , | CommentsPost a Comment | References1 Reference | EmailEmail

Dear reader, i created a data interface for new demand of incoming data exchange from another system. Finally before the new Interface was released to production i took some tests on a production clone database. Usually in development the interface processed 6m rows in about 15 minutes. But on the clone database the processing did not end after hours. After some analysis i found out that the interface related tables had statistics gathered before processing and resulted in 0 rows per interface table.

Click to read more ...

Explain Plan - What you see is sometimes not what you get

Posted on Monday, July 23, 2007 at 10:14AM by Registered CommenterKarl Reitschuster in | Comments4 Comments | References3 References | EmailEmail

Updated on Wednesday, August 1, 2007 at 12:58PM by Registered CommenterKarl Reitschuster

Dear reader, today support called me because of user complained about a slow system. This time I took a look into the V$SESSION_LONGOPS view which helps to find sessions running SQL lasting longer then 6 secs. Very soon I found a candidate scanning the application customers table with 6.6m rows. With the SQL_ID I found the SQL in V$SQL and pasted the SQL into an explain plan tool.

Click to read more ...

Enterprise Management Reporting for SAP R/3 - in 72 hours - (Frankfurt/Dreieich 25th of June)

Posted on Monday, June 25, 2007 at 06:09PM by Registered CommenterKarl Reitschuster in | Comments2 Comments | References2 References | EmailEmail

Updated on Thursday, July 5, 2007 at 10:24PM by Registered CommenterKarl Reitschuster

Dear reader, SAP comes with an own Datawarehouse solution for SAP R/3 called SAP BW. SAP BW due to it's complex source system and the amount of data and structure is very complex to handle. To startup a DWH Solution for a SAP R/3 customer development round trips for getting first reports out of the system lasts for weeks or even for months. And so the costs for customizing a SAP BW are high.

Click to read more ...

Thanks to Oliver ...

Posted on Friday, June 22, 2007 at 07:02AM by Registered CommenterKarl Reitschuster | CommentsPost a Comment | EmailEmail

dear reader,

Oliver pointed me out to take a try with squarespace blogging - and i am absolutely thrilled!
Working with some other sophisticated guys in a project - you can learn a lot - even non oracle stuff ;-)

Oliver is a Senior Developer and an expert of it's own - you find his page on ...

http://weichhold.com/

Karl Reitschuster

 

Tough three days with Jonathan Lewis (Bonn 12th-14th of June)

Posted on Friday, June 15, 2007 at 07:11AM by Registered CommenterKarl Reitschuster in | CommentsPost a Comment | References2 References | EmailEmail

Dear reader,

i was able and indeed very happy to visit three sessions Jonathan Lewis did this week in Germany. It was a lot of very interesting stuff with a high input rate;-)

  • Cost Based Optimisation, 12. Juni 2007
  • Trouble-Shooting and Tuning, 13. Juni 2007
  • Writing Optimal SQL, 14. Juni 2007

I do not want to give a summary report about every session but i do want to write three follow ups about one aspect per day i found very interesting and i did not know or did not see it that way before.

And i want to provide a (very) small picture gallery of the event.

Another interesting point was is to meet a lot of folks working with Oracle in a different way and to share experiences.

Karl Reitschuster