Oracle concepts…

A very nice series of articles by Howard Rogers about Oracle Concepts. It includes all the basics like what a database, instance is ? Various types of files and all basic stuff. Read it here Sidhu Comments Comment by Anu on 2011-06-01 12:16:50 +0530 Hi Amardeep, Am a newbie for Oracle and was searching for Howard Rogers articles. I found your post but It doesn’t have his articles anymore, When i click the link. It will be great if you can send me if the correct link or where can i find them or mail me if you have any. ...

June 13, 2007 at 10:16 PM · 1 min · 197 words · Amardeep Sidhu

IMPORT & EXPORT from/to compressed files directly…

Well, a simple method to import(export) directly to(from) compressed files using pipes. Its for Unix based systems only, as I am not aware of any pipe type functionality in Windows. The biggest advantage is that you can save lots of space as uncompressing a file makes it almost 5 times or more. (Suppose you are uncompressing a file of 20 GB, it will make 100 GB) As a newbie I faced this problem, so thought about writing a post. ...

June 6, 2007 at 8:57 PM · 3 min · 628 words · Amardeep Sidhu

Burning your "OC", whyz and howz …

The very first question that may come to your mind is: what the heck this “OC” is ? Well if PC stands for Personal Computer then OC stands for Office Computer ;) The story behind all this is: One of my friend (He is working in a non-IT company) called me and asked how to burn a PC so that it no more works :) Why ? because the PC they are given is too slow & old and thats the only way they can get a new one. I thought for a while and 1 or 2 ideas came to my mind. But to dig into little more details I called my friend Vaibhav ( The guy I call to “discuss” and “know more about” all the techie things) He gave some really nice ideas. Combining all the thoughts, here is the summary of all the methods that you can use ;) ...

May 30, 2007 at 8:32 PM · 4 min · 786 words · Amardeep Sidhu

Tom Kyte…

Well, a really old post on Google groups (uesnet:comp.databases.oracle.server). Someone posted a thread about Tom Kyte and then people responded with their thoughts (perfectly as expected). Read it here. Sidhu

May 22, 2007 at 11:13 PM · 1 min · 30 words · Amardeep Sidhu

Run levels in *nix…

If you are crazy@*nix, 2 really interesting posts about run levels in *nix No runlevels?? What is the use of runlevels? Sidhu

May 14, 2007 at 11:02 PM · 1 min · 22 words · Amardeep Sidhu

Using NTLDR to boot Linux…

Sometimes, while installing Linux, installing LILO/GRUB to MBR makes you run into loads of issues, one of the most popular being that after reboot you are not able to boot into either of the OS ;) There is a way to use NTLDR to boot Linux, this way the MBR remains untouched and if you don’t want to see the Linux option, what you need to do is, edit your boot.ini and your are done. ...

May 6, 2007 at 9:26 AM · 3 min · 502 words · Amardeep Sidhu

Command line history in SQL (for Linux)…

Found a very interesting article on Dizwell’s blog. It was about keeping history of the SQL commands in SQL Plus on Linux. It is almost very simple. Just need to download a small utility called rlwrap from here. Its a tar.gz file. Download it, un-tar using [sourcecode language=‘css’] tar -xvf rlwrap-0.28.tar.gz [/sourcecode] It will create a directory with the same name. cd to the directory and run [sourcecode language=‘css’] ./configure [/sourcecode] ...

May 4, 2007 at 8:35 PM · 1 min · 145 words · Amardeep Sidhu

Utilities I cant survive without…

Well, here I am listing down the important tools and utilities I seem to use on the daily basis and without them life on internet & laptop really seems to be stuck, sort of :( 1. Winamp: No need to say anything. Winamp is possibly the best and lightest mp3 (these days videos also) player. Just run Winamp in the system tray and enjoy 2. Winrar: Utility to uncompress compressed files. Earlier winzip was my favorite but recently I swichted to Winrar as Winzip doesn’t support rar format. I am pretty happy using it. ...

April 16, 2007 at 2:46 PM · 3 min · 438 words · Amardeep Sidhu

NO_DATA_FOUND…

I was going through Eddie Awad’s blog. There was one post about an article about NO_DATA_FOUND exception in Oracle. Both the posts you can find here and here. Do read. It is really interesting. Sidhu

April 13, 2007 at 1:01 PM · 1 min · 35 words · Amardeep Sidhu

{ Height of } Helplessness…

There are times when you just can’t do anything, I repeat, you just can’t do anything. In the evening I was working on my laptop and everything was fine. Next day in the morning when I got up, switched on the laptop and clicked on IE icon, it happily gave a beautiful error message “This application failed to start because msvcrl.dll was not found. Re-installing the application may fix the problem.” So it was the time for Googling about the error. Thank God I had Opera installed. After 2-3 hits I came to know that it was a trojan. Finally, there was one dll which needed to be deleted to get rid of this error message :) But after that there was some problem with IE in opening some of the sites. One option was to upgrade to IE 7 but don’t know why, I havn’t started liking IE 7 yet. So no other option left than restoring windows (I have Windows XP Media Center Edition installed). ...

April 1, 2007 at 7:11 PM · 5 min · 941 words · Amardeep Sidhu