Search This Blog

Tuesday, July 27, 2010

Create oracle 10g database manually

It is assumed in this article that you have already installed oracle software.

The purpose of this article is to learn how we can manually create a oracle 10g database without the help of 'DBCA'(Database configuration assistant).
Read more >>

Monday, July 26, 2010

Network Activity Indicator for Windows 7

Miss those two blinking network lights taht were in windows xp, here is a small app that can get that function to windows 7.

Here's the link to the authors website.

http://www.itsamples.com/network-activity-indicator.html
Read more >>

Sunday, July 25, 2010

Oracle 10g Datapump.

In order to work with oracle data pump we will have to first unlock the scott user and create a directory object. The directory object is only a pointer to a physical directory, creating it does not actually create the physical directory on the file system.
Read more >>

Friday, July 23, 2010

Wonderful application for slow booting computers.

Is your system too overloaded with apps? Does it take way too much time to boot up? Would you like a simple, uncomplicated software that can help you optimize the programs that load on Windows startup and decrease the time it takes your system to boot up? If so, you should check out Soluto.

http://www.soluto.com/
Read more >>

Thursday, July 22, 2010

Online Tutorial of Oracle APEX.



Here is the brief description description that i found at the oracle’s website.
“Oracle Application Express (Oracle APEX) is a rapid web application development tool for the Oracle database. Using only a web browser and limited programming experience, you can develop and deploy professional applications that are both fast and secure. Oracle APEX is a fully supported, no cost option of the Oracle database.”
…….and this is the link where you can learn how to use this tool.
http://www.mandsconsulting.com/oracle-apex-video-training-tutorials-complete-list
Read more >>

Tuesday, July 20, 2010

Oracle 10g Installation on Linux

This post assumes that you have already installed Red Hat Enterprise Linux 4. (Cent OS 4 can also be used for this purpose.)
1) First we will add groups by runing the following commands.
groupadd oper
groupadd dba
groupadd oinstall

Read more >>