Posted in Links by: prodlife
Comments Off
01 Feb
Friday morning is not complete without going over the latest Log Buffer and choosing few good articles to read over the weekend. Problem is that the last two Log Buffers are too MySQL oriented for me, and missing terrific posts from Oracle blogs.
As a service to my readers, here are the missing posts:
Rob Van-Wijk demonstrates […]
Posted in Community, Oracle by: APC
Comments Off
01 Feb
Recently here’s been a whole bunch of Web2.0 initiatives in the Oracle space.
Plus all the other sites like LinkedIn. And now Eddie Awad has create an Oracle Community site, a kind of Facebook it’s okay to like.
I have signed up for Oracle Community but I’m really not sure whether I’ll use it much. We’ve gone from almost nothing apart from OFF TOPIC threads in the forums to a plethora of sites in a few months. A man doesn’t have to be Howard Rogers to feel that this is getting out of hand. There’s a tremendous amount of overlap between all these sites and the purpose of each site isn’t completely clear. Oracle Wiki seems to consist mainly of people redacting the documentation. Oracle Mix struck me as both over-engineered (lots of different things it could do) and under-engineered (impossible to find anything on the site); perhaps its purpose has become clearer now but I must admit the site navigation was so flawed I stopped visiting.
I will be interested to see whether Oracle Community keeps going after the initial spike of registrations and page customisation. There is an obvious need for some better form of communication between Oracle enthusiasts than adding comments to blog posts or forum threads but which doesn’t require giving out personal contact details to all and sundry. Perhaps Oracle Community is the one.
Postscript
Just after I signed up I read this article on The Register about Facebook fatigue. It’s worth a read.
Posted in Oracle, blog, forum, socialnetwork by: Eddie Awad
Comments Off
01 Feb
I pre-launched OracleCommunity.net as a private, invite only social network this morning. If you follow me on Twitter, you probably got the scoop first.
Now, I’m officially launching OracleCommunity.net and making it public and available to everyone in the Oracle community. If you are an Oracle developer, DBA, customer, employee, or just interested in Oracle databases, […]
Posted in Oracle Internals by: Hector Rivera Madrid
Comments Off
01 Feb
The orastack utility is a tool provided by oracle to set the stack size reserved or commited on a per thread basis in the Oracle Server on Windows Operating Systems. I had to use it because on a 10gR2 Winx32 database frequent ORA-04030 errors display…
Posted in Oracle Internals by: Hector Rivera Madrid
Comments Off
01 Feb
I have faced this exact situation, a large awful Error stack with errors such as:ORA-04030, TNS-12518.The particular environment where I faced these issues was:Oracle 10gR2 (10.2.0.1.0) for Windows x32Windows 2003 Enterprise Edition 32 bitsIt was Right…
Posted in General, Internals by: jonah.harris
Comments Off
01 Feb
If you’ve used Oracle for awhile, you’ve no doubt seen an Oracle function name in some error message, trace, or call stack; names like ksedst, ksedmp, or kslgetl which stand for Kernel Service Error Dump Stack Trace, Kernel Service Error Dump, and Kernel Service Lock Management Get Latch, respectively. Occasionally, I’ll post what the […]