Kamran Agayev's Oracle Blog

Kamran Agayev's Oracle Blog

My Oracle e-books

Here you can find all ebooks that I’ve published.

I’ve decided to create an e-book based on all “Step by Step Installation Guides” that I have in my blog. This e-book contains the following step-by-step guides:

1. Step by Step Installing Oracle Database 10gR2 on Linux

2. Step by Step Installing Oracle Database 10gR2 on Oracle Solaris 10

3. Step by Step installing Oracle 11g R2 on OEL 5.5

4. Step by Step installing Oracle 11g R2 on Oracle Solaris 10

It consists of 200 pages and contains 188 screenshots! You can download it “for free” from the following link:


Downloaded 2482 times

14 Responses to “My Oracle e-books”

  1. prashant Says:

    hello sir it’s my first visit on this site it’s awesome and helpful for freshers thanks for sharing your wonderful knowledge here.

  2. Paradesaiah Says:

    First I need to say Thank you sir,
    First time I visited to this site. This is Wonderful site to learn new thing on oracle.
    Thanks a lot sir,
    Paradesaiah

  3. Roberto Says:

    Thank you. Wonderful site.

  4. SureshK Says:

    Hello Kamran, thanks a lot for sharing the information through your wonderful website. It has made things really simple for many people. I have been using this website for quite some time now. Thanks again.

  5. ANIL Says:

    hi sir,
    how to install multiple databases on a single server..
    is it required to reset the oracle_home/base in the .bash_profile or i need to create a new one in the bash_profiel..

    pls guide me

  6. Kamran Agayev A. Says:

    ORACLE_HOME and ORACLE_BASE should remain. You can add aliases to the bash_profile and make setting ORACLE_SID environment variable easy
    Create new database, export ORACLE_SID each time and connect to the database you’ve specified

  7. ANIL Says:

    thanks kamran,
    can u pls tell me the step by step procedure for installing multiple database on a single server

  8. ANIL Says:

    hi sir,
    my bash_profile is like this
    what are the modifications to be done for installing multiple database in a single server…

    thanks in advance

    my bash profile is
    #bash_profile
    #get the aliases and functions
    if [ -f ~/.bashrc ]; then
    ~/.bashrc
    fi
    #user environment and startup programs
    PATH=$PATH:$HOME/bin
    export PATH
    unset USERNAME
    ORACLE_SID=prod ; export ORACLE_SID
    ORACLE_BASE=/u01/app/oracle; export ORACLE_SID
    ORACLE_HOME=$ORACLE_BASE/product/10.2.0/db_1; export ORACLE_HOME
    PATH=/usr/sbin:$PATH; export PATH
    PATH=$ORACLE_HOME/bin:$PATH; export PATH
    LD_LIBRARY_PATH=$ORACLE_HOME/CLASS_PATH/lib:/lib:/usr/lib; export LD_LIBRARY_PATH
    CLASS_PATH=$ORACLE_HOME/JRE:/ORACLE_HOME/jlib:$ORACLE_HOME/rdbms/jlib; export CLASS_PATH

  9. manveer walia Says:

    hello..
    today i was installing oracle 10g on linux platform the installation was all okay but when i open the site my database page showed down arrows i found i started up and shutdown the problem i am detecting is off listener can you help me out with this how i can make my database up.

    Regards
    Manveer
    India

  10. Kamran Agayev A. Says:

    Don’t make it up using EM. Login to sqlplus and run the following commands:

    sqlplus / as sysdba
    startup

  11. riaz Says:

    assalam alikum,

    kamran,

    i am working as an oracle dba..

    i am very thankful to you because you are sharing your knowledge with others.

    i want to share and discuss my doubts with you..

    please let me know…

    thanks

    allh hafiz

    –Riaz

  12. anhtuank7c Says:

    hi.
    can you make a tutorial step by step config physical standby database?
    thanks.

  13. Sergio Coutinho Says:

    Hi Kamran,

    My Name is Sergio and i live in Brazil (south America).

    Our blog is very interesting, and i will mention your URL on GLUFKE ORACLE FORUN (a brazilian forun of oracle), as an interesting site to visit.

    Best regards,

    Sergio

  14. Kamran Agayev A. Says:

    Hi Sergio, nice to meet you
    Thanks for sharing my link. I really appreciate it

    As I’m training Brazilian Jiu Jitsu, I’m planning to visit Brasil in the near future :)
    Thanks again

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>