Results 1 to 8 of 8

Thread: oracle 8i installation problem.

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Expert Member
    Join Date
    Sep 2006
    Answers
    130

    Re: oracle 8i installation problem.

    Hi vmshenoy,

    In Hostname, enter the Machine ID on which the oracle is been installed.

    TNSNAMES.ORA is very important for the database connectivity.
    A tnsnames.ora file provides the ability to reference oracle databases by a simple alias.
    The tnsnames details has given below,
    Code:
    [service_name] =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS = (PROTOCOL = TCP)(HOST = [hostname])(PORT = 1521))
        )
        (CONNECT_DATA =
          (SID = [oracle_SID])
        )
      )
    Instead of Hostname, the Server IP can also be given in the HOST value.
    As far as to my knowledge, Windows XP does not support Oracle 8i very well.
    For Windows XP, its better to go for either Oracle 9i or 10g version.

    Probably it will be appreciable if we get comments from others who have used Oracle 8i in Windows XP.

    Last edited by Innila; 05-30-2007 at 07:53 AM.
    *** Innila ***

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
About us
Applying for a job can be a stressful and frustrating experience, especially for someone who has never done it before. Considering that you are competing for the position with a at least a dozen other applicants, it is imperative that you thoroughly prepare for the job interview, in order to stand a good chance of getting hired. That's where GeekInterview can help.
Interact