DBAsupport.com Forums - Powered by vBulletin
Results 1 to 5 of 5

Thread: Oracle installation error

Hybrid View

  1. #1
    Join Date
    Jan 2001
    Posts
    71
    when I tried to install Oracle 8.1.6 on Solaris 2.7, I get trouble. It return error: not able to find /usr/ccs/bin/make. what's that? Missing something?

  2. #2
    Join Date
    Feb 2001
    Location
    Kolkata- India
    Posts
    356
    hi!
    Here's What I did when I installed Oracle 8.1.6 on Solaris 2.6.
    1) Created Group dba
    2)Created User Oracle and assigned it group dba
    3) Checked if the Oracle has access to /usr/ccs/bin/ directory . If not include that directory in the .profile of Oracle8i. If this path is not icluded you might receive a error something like Uunable to bind file.
    4) Install oracle

    Also ensure that the following parameters are set in the other wise you will not be able to allocate SGA to the default database.
    Edit file /etc/system and check whether the following parameters are properly set
    set shmsys:shminfo_shmmax=1073741824
    set shmsys:shminfo_shmmin=1
    set shmsys:shminfo_shmmni=100
    set shmsys:shminfo_shmseg=10
    set semsys:seminfo_semmns=200
    set semsys:seminfo_semmni=70
    set semsys:seminfo_semmnu=64
    set semsys:seminfo_semume=64

    Regards
    Sudip

  3. #3
    Join Date
    Jan 2001
    Posts
    23

    Smile


    Hi!

    When you install Oracle 8.1.6 on Solaris 2.7, your Sun SPARC Solaris system should meet few operating system requirements.

    The following are the required Executables that must be present in the /usr/ccs/bin directory
    1. make
    2. ar
    3. ld
    4. nm

    To determine if you are using the correct system executables, enter the following commands:

    $ /usr/bin/which make

    $ /usr/bin/which ar

    $ /usr/bin/which ld

    $ /usr/bin/which nm

    Each command should point to the /usr/ccs/bin directory.

    i.e., the following will be a sample output.

    $/usr/bin/which make
    /usr/ccs/bin/make

    If the PATH variable is not set properly you may get an output
    no make in /usr/bin .

    Add /usr/ccs/bin to the PATH environment variable in the shell.

    The above said are REQUIREMENT and you MUST have those executables....

    Cheers,
    Nanda.

  4. #4
    Join Date
    Jan 2001
    Posts
    71
    I cehcked /usr/ccs/bin, it's empty. There is no "make" in this directory. where does make come from.

  5. #5
    Join Date
    Jun 2000
    Posts
    295
    Please answer the question appropriately.
    He asked "not able to find /usr/ccs/bin/make",
    You should tell him how to solve this problem instead of
    those unrelated issues.

    I think you should ask your Unix SA for help.
    Ask him
    1: Why there is not a make in /usr/ccs/bin?
    2. Can you install it?
    ...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width