

Dear Bro and Zus,
For this edition, I'd like to share of my little bit of my knowledge, it's about How do we make Oracle Database in our local pc. Basically, for this installation you must have at least 256MB RAM, OS likes Windows XP etc, Pentium III processor 800Mhz.
First at all, you have to make folder which can we use to store for all transactions by Oracle. Those folder are :
1. ArchiveFile, it used for keep all the historical data.
2. ControlFile, it used for keep the historical datas about the time when we have commited transaction.
3. DataFile, it keep information of the historical datas that we have commited.
4. ParameterFile, it keep the informations about our setting of Oracle Database
5. RedologFile, its keep information of the historical datas that we do not commit.
6. DumpFile and it consists of 3 folders, they are :
a. BDump, it keep information of Background Process of what application that we have used to access the database.
b. CDump, it keep informations about What are queries, procedures, functions, views in Oracle database.
c. UDump, it keep informations about whose user and what did user do to database.
Now lets start our installation.
1. insert your 1 CD in drive
2. you'll find "Welcome" as tittle in this step then click Next button
3. this stage you'll find "File Location" as the tittle. You can change the folder name in the path-box then click Next button.
4.Iit show 4 radio button and you shall choose "Custom", it because you want to by your own configuration, right ? Then click Next button.
5. It show product installation, you may check or add for label security box then click next button. (if there will show and asking about to create database just choose "NO" because you do not create the database yet)
6. It will show all product installations that you have selected then click Next button.
7. The installation process indicator will appear.
8. When the installation stops and ask for the next source CD, you just put the CD in to Drive then click OK.
9. Do it the same way as no. 8 for Disk 3rd.
10. Wait until this process finish then press Exit button.
Until this stage, you just finished for Oracle Application, but you do not Your Database yet.
I wish this will lead you to know about how to install Oracle Database.


