OTN forums etiquettes

Finally finally finally a small sticky has been posted on OTN Database forums homepage. But its there only on Database forums page not on PL/SQL. It reads like: Posters, please mind these common-sense rules when participating here: - When asking a question, provide all the details that someone would need to answer it. Consulting documentation first is highly recommended. (See http://blogs.oracle.com/shay/2007/03/02 for more hints.) - When answering a question, please be courteous; there are different levels of experience represented here. A poorly worded question is better ignored than flamed - or better yet, help the poster ask a better question. Thanks for doing your part to make this community as valuable as possible for everyone! - OTN ...

April 4, 2008 at 7:09 AM · 3 min · 430 words · Amardeep Sidhu

DBAzine.com is back :)

Few days ago i posted about DBAzine being down. I was just checking to see if its back. Its rocking now. Welcome back DBAzine.com :) Comments Comment by arshad on 2011-11-01 01:46:03 +0530 I saw your article — interesting I need to know many things 1st of all please let me know how to move (parameter, text) to word document from oracle form 6i. data is queried from table i can open existing document i can create new document now I wanyt to move text to my document like it would had been through mail-merge ...

March 31, 2008 at 9:54 PM · 1 min · 109 words · Amardeep Sidhu

Upgrading to WordPress 2.5

Just finished upgrading to Wordpress 2.5. Everything seems to be working fine. Another issue I just came to know that wherever i am using syntaxhighlighter to format the code, it doesn’t display properly in Internet Explorer. May be something to do with the plugin. Will try to fix it. It works fine in Mozilla.

March 30, 2008 at 5:46 PM · 1 min · 54 words · Amardeep Sidhu

Upgrade 10gR1 to 10gR2 – DBUA error

Today I was upgrading 10gR1 to 10gR2 (10.2.0.1) on Linux x86. The upgrade went almost fine (except that I had to install one package and change few kernel parameters) but while running DBUA to upgrade databases, it gave an error: [sourcecode language=‘css’]Could not get database version from the Oracle Server component. The CEP file rdbmsup.sql does not provide the version directive and Start of root element expected. Upgrade Configuration file ‘C:\Oracle10g2\cfgtoollogs\dbua\test\upgrade5\upgrade.xml’ is not a valid XML file.[/sourcecode] ...

March 27, 2008 at 10:53 PM · 2 min · 329 words · Amardeep Sidhu

EXP-00008: ORACLE error 600 encountered

Today I was running export of an Oracle 9.2.0.1 database. The export completed but with an ORA-600 error: [sourcecode language=‘css’] EXP-00008: ORACLE error 600 encountered ORA-00600: internal error code, arguments: [xsoptloc2], [4], [4], [0], [], [], [], [] ORA-06512: in “SYS.DBMS_AW”, line 347 ORA-06512: in “SYS.DBMS_AW”, line 470 ORA-06512: in “SYS.DBMS_AW_EXP”, line 270 ORA-06512: in line 1 EXP-00083: The previous problem occurred when calling SYS.DBMS_AW_EXP.schema_info_exp[/sourcecode] I googled a bit and found that the problem is with applying some patchset. Then metalink confirmed the same. Somebody tried applying a patch to upgrade it to 9.2.0.5 but didn’t perform all the steps (missed post installation steps, to be precise). Metalink Note 300849.1 covers the issue and also gives the solution. In nutshell startup the database with startup migrate and run catpatch.sql. ...

March 24, 2008 at 11:06 PM · 1 min · 129 words · Amardeep Sidhu

Get rid of your copy paste woes in Windows

I was copying some data from a DVD and it stopped in between due to some error with some file. Then I was reminded of Total Copy (A small alternate utility to Windows copy) but even thats is not much stable and you have to right click & drag for copy/paste. I googled a bit and came across another small utility called Tera Copy. Its just 1 MB download and replaces Windows copy/paste. It provides many options like skipping a file, resuming copy and some other stuff. A must have for all Windows users. There is a pro version too. ...

March 23, 2008 at 10:19 PM · 1 min · 197 words · Amardeep Sidhu

Solid state cooling for processors

Engineers Develop Solid-state Fan That Puts Traditional Coolers to Shame Cool ! isn’t it ? Soon we may be using 5 Ghz super cool processors in our desktop box :)

March 23, 2008 at 11:40 AM · 1 min · 30 words · Amardeep Sidhu

dbazine.com has expired

Today I was googling about Oracle Data Guard and came across an article on dbazine.com. I opened the link and it showed some stupid page. I checked again and again. Finally I noticed a message on top right: dbazine.com expired on 03/13/2008 and is pending renewal or deletion. :( It was a nice website.

March 22, 2008 at 3:45 PM · 1 min · 54 words · Amardeep Sidhu

Autonomous Transactions in Oracle

I came across a very nice post about Autonomous Transactions in Oracle written by Kevin Meade on orafaq. Thought about sharing the link. His blog also has some very nice stuff. Comments Comment by Aman…. on 2008-03-09 12:28:30 +0530 Nice one Sidhu.learned some thing new about AT. 🙂 Cheers, Aman….

March 4, 2008 at 8:33 PM · 1 min · 50 words · Amardeep Sidhu

Syntax highlighting for code in WordPress

I came across a post about syntax highlighting for code in Wordpress on Thomas Roach’s blog who in turn saw it on Tyler Muth’s blog. There is a plugin called syntax highlighter which does all the beauty. Use is very simple: Download it from here. Upload to your blog’s plugins folder and extract it over there. Now (on Wordpress) go to Plugins page and activate the plugin. To use it wrap your code like ...

March 3, 2008 at 10:07 PM · 2 min · 232 words · Amardeep Sidhu