Blog Archives
Oracle ADDM report: “Significant Virtual Memory Paging Was Detected…”
During my experimentation with ADDM with Oracle10g on Windows 2003 x64 I found frequent warning at the top of the report, such as:
Significant virtual memory paging was detected on the host operating system.
RECOMMENDATION 1: Host Configuration, 100% benefit (8567 seconds)
ACTION: Host operating system was experiencing significant paging but no
particular root cause could be detected. Investigate processes that
do not belong to this instance running on the host that are consuming
significant amount of virtual memory. Also consider adding more
physical memory to the host.
I knew that this message is likely a bogus one, considering that Windows OS handles virtual memory a bit different than other operating systems. If you launch Task Manager you can easily observe Page Faults rapidly increasing during warm up phase of the Oracle instance (for example after fresh startup):
The other day I found Oracle official explanation:
Note:395957.1 ADDM Reports “Significant Virtual Memory Paging Was Detected On The Host Operating System”
My recommendation is that ADDM advice on Windows platform should be cross checked with OS trying to find out if real memory paging is going on. If you found that for example Oracle process Peak Memory Usage is (was) close to the amount of physical memory, it’s very likely that ADDM warning is not a bogus one and that real memory paging is going on, that need to be addressed.
SQL Developer Data Modeling
During my regular RSS feed browsing I noticed Sue Harper announcement of Early Adopter Release of Oracle SQL Developer Data Modelling tool. This is really a good news.
We used to be a vivid Designer/Developer shop in the past but we left this Oracle technology track in 6i time frame. Rightly so, considering that only Oracle (“a damage control section of it”;-) itself believes in long Developer/Designer prospect – let’s face it, both product lines are dead, we should not pretend to believe otherwise (and yes, I read Oracle white paper – State of direction and I still think the same).
What I miss the most are perhaps Designer ER modeling and Reverse Engineering capabilities. Not so long ago we tried Quest Toad Data Modeler which is not a bad tool. It’s cheap, relatively light (thought it can become a memory & CPU hog), easy to learn and use, supports all major RDBMS vendors and can do reverse engineering, but the competition never hurts.
I just downloaded Early Adopter Release and tried a few things. What to say? I do like look and feel of OSDM, but it’s too early to do a fair justice to the product. What I do know is that the price is right ;-).
Sample screenshot:
Bug 6471770 – OERI [32695] [hash aggregation can’t be done] from Hash GROUP BY
Today we hit another bug related to Oracle hash group by aggregation. I said another because we already had serious problem with hash group by in 10.2.0.1, as I noted here.
At the moment we’re using 10.2.0.3 Patch 12 and bug is fixed in 10.2.0.5 (and 11.1.07). User encountered bug while processing large dataset with SAS as a front end (extensively utilizing Oracle Analytical functions), on top of that it was during the period of time when server was already under heavy workload.
We’ll try to:
- repeat the error ORA-600 on the same data set with the same tool (SAS) but during off-peak hours. I have a feeling that heavy workload is somehow part of the problem.
- use hint NO_USE_HASH_AGGREGATION within all potential queries. (Con: we’ll see how well will this query work without group by hash feature.)
- disable gby at session level by setting “_gby_hash_aggregation_enabled” to FALSE
I’m certainly not fond to use the same “workaround” as last time by disabling group by hash at instance level, because this time it’s not a “hidden” error and it seems it’s rather sporadic (the same query run well on the same dataset and RDBMS version in the past).
Reference: Metalink Note 6471770.8.
Regards,
AlesK
De-support of RAW devices in 12g
According to Metalink Note: 578455.1 “Announcement of De-Support of using RAW devices in Release 12G” Oracle will no longer support RAW devices for datafiles, OCR and voting disks. I believe this is a good news considering cumbersome management associated with raw devices – thought not necessarily in all cases and situations.
I’m sure ASM is going to become a mature product by then; perhaps it’s because I’m getting old, but when it comes to changing such critical component as storage management layer I tend to react with caution and conservatism. So far, I survived with cooked file system, avoiding RAW devices, but I’m sure in the long run ASM will be a storage manager of choice, even for non-RAC Oracle customers.
Three Great Ways to Get OOW 2008 content – LOL :)
Apparently someone at Oracle thinks, it’s the perfect time (at the doom of worldwide economy recession) to squeeze some extra money from customer pockets and charge for OOW presentation material. I found their offer one of the most ridiculous (stupid) one that I encountered in the last 10 years. Let’s see what they offer:
- if you’re lucky that you could attend OOW 2008, then you can access pdf’s for free. Big deal, because they’re really not free, considering overpriced registration fee.
- if you attended OOW 2008, but want to get multimedia content (or whatever “On Demand” means), you’ll have to shell out 400$
- of course, you can also get DVD Kit for a mere 200$. (Imho, that’s close to the robbery.)
- anyone who was not a full conference attendee must shell out 700$ to get “On Demand” access. (Yeah right, suckers who missed — or could not afford — OOW will rush and order On Demand access.[grin])
I have a strange filling that Oracle is digging it’s own hole in which it’ll end. If I can hold up with Oracle greedy attempt to charge for multimedia content access, I think it’s unfair to charge 400$ to those who already paid full OOW registration fee. For the first time, OOW pdf’s are not going to be available for free to Oracle community at large. Personally, I think this is not a big deal for us after all, because I’m sure all big names will publish their presentations on blogs. On the other hand it’s certainly a headache for Oracle public affairs department – with such cheap moves they’re casually gambling with their reputation. Nothing new in the West.
Regards,
AlesK
p.s. Next week I’ll attend Microsoft event related to Windows SQL Server 2008 and I certainly don’t expect to be ripped off by them.


You must be logged in to post a comment.