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

Thread: running oracle on solaris

  1. #1
    Join Date
    Dec 2001
    Posts
    8
    Where can I more detailed information on running oracle on solaris? I've got a database here, that won't start and I don't wanna bombard you guys with questions. Thanks in advance.

  2. #2
    Join Date
    Nov 2001
    Location
    India
    Posts
    11
    go to,
    technet.oracle.com
    (or)
    otn.oracle.com

    and issue the search, you'll get plenty of documents of oracle on solaris.



  3. #3
    Join Date
    Oct 2000
    Location
    Saskatoon, SK, Canada
    Posts
    3,925
    What is the problem do you have with the install?

    Sam
    Thanx
    Sam



    Life is a journey, not a destination!


  4. #4
    Join Date
    Dec 2001
    Posts
    8

    the install's fine

    I'm just having a hard time manually starting the database. whenever I run the oracle executable I get a strange set of errors. when I log into svrmgr I get "Message 701 not foung: No message file for product=SVRMGR, facility=MGR",

    when I try to run dbstart; I get an ORA-3114
    ORA-03114: not connected to Oracle

    Do I need to check my environment variables?

  5. #5
    Join Date
    Oct 2000
    Location
    Saskatoon, SK, Canada
    Posts
    3,925
    This is because your environment was not set correctly. make sure that you have the following database environments set correctly.

    ORACLE_HOME= ...,/product/oracle_versio
    export ORACLE_HOME
    PATH=$ORACLE_HOME/bin:$PATH
    export PATH
    LD_LIBRARY_PATH=$ORACLE_HOME/lib:$ORACLE_HOME/network/lib:$LD_LIBRARY_PATH
    export LD_LIBRARY_PATH
    ORACLE_SID= SID
    export ORACLE_SID

    This will allow you to start the database

    Sam
    Thanx
    Sam



    Life is a journey, not a destination!


  6. #6
    Join Date
    Dec 2001
    Posts
    8

    thanks

    I've set the environment variables, and now when in server mgr, and I run the dbstart, I get an ORA-1034 Oracle not available message. How do I get it started?

    Also, is there any reason why I have to keep setting my environment variables?

    Thanks in advance.

  7. #7
    Join Date
    Nov 2000
    Location
    greenwich.ct.us
    Posts
    9,092
    If you set your environment variables in your .cshrc or .profile, you won't have to set them every time.

    Jeff Hunter

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