Can't Start svrmgrl or sqlplus

Whenever I try to launch the aforementioned apps, I get the
following errors:
svrmgrl: error in loading shared libraries
libclnsh.so.1.0: cannot open shared object: no such file or dir
So... what's the deal here? Where did I goof it up?
-Tim
null

Mathias Kaldenhoff (guest) wrote:
: ...and don't forget to run root.sh after installation !
: ...and don't forget to add your lib-directory to your PATH !
: also written down -> installation guide
: Regards
: Mathias
: Roman Sykora (guest) wrote:
: : Tim Bolin (guest) wrote:
: : : Whenever I try to launch the aforementioned apps, I get the
: : : following errors:
: : : svrmgrl: error in loading shared libraries
: : : libclnsh.so.1.0: cannot open shared object: no such file or
: dir
: : : So... what's the deal here? Where did I goof it up?
: : : -Tim
: : Set your LD_LIBRARY_PATH to the correct value or configure
: : /etc/ld.so.conf (try 'man ldconfig' for help). Maybe you
should
: : read the "Oracle for Linux Installation Guide", it's all
there
: : -Roman
I had the same problem. I was able to start svrmgrl, however you
have to type in "svrmgrlO" to get into it. I have yet to figure
out what is going on with SQLPLUS. If someone has an answer for
that one, I will appreciate a note on the subject.
null

Similar Messages

  • Please Help me can't start svrmgrl

    After I have installed Oracle8i Linux(glibc2.1) :
    when i try the command
    sqlplus:
    Message file sp1.msb not found Error 6 initializing SQL*Plus
    when i try the command
    svrmgrl:
    Message 4505 not found; No message file for product=SVRMGR,facility=MGR
    Error while trying to retrieve text for error ORA-03113
    Appreciate any help.
    I specified in my PATH :$ORACLE_HOME/sqlplus/mesg
    Thanks for your time

    Do the following,
    This workaround is for Redhat 7.0 and oracle 8.1.6
    Workaround
    ~~~~~~~~~~
    (for RedHat 7.0) Install the following packages: U can install the packages using rpm command mount the cdrom redhat 7.0 type the following command
    rpm -i compat-egcs-6.2-1.1.2.9.i386.rpm this is the filename in the cdrom for the following first package. For second package you should follow the same step above.
    compat-egcs-6.2-1.1.2.9
    compat-glibc-6.2-2.1.3.2
    and modify all occurrences of CC and LINK definitions in all env_*.mk
    makefiles in the $ORACLE_HOME software tree from either $(LDCCOM) or
    gcc to i386-glibc21-linux-gcc.
    To better illustrate the needed changes, the lines such as
    CC=cc
    LINK=$(LDCCOM)
    LINK=$(PURECMDS) gcc $(LDFLAGS) $(COMPOBJS)
    will become
    CC=i386-glibc21-linux-gcc
    LINK=i386-glibc21-linux-gcc
    LINK=$(PURECMDS) i386-glibc21-linux-gcc $(LDFLAGS) $(COMPOBJS)
    Be sure there will be multiple accurances of the above mentioned expressions check twice. That is CC= may accour twice in the file. You have to apply change for both.
    You will also need to modify the genclntsh shell script and substitute
    LD="ld -shared -L${ORACLE_HOME}/lib"
    LD_RUNTIME="-R${ORACLE_HOME}/lib"
    LD_OPT="-h ${CLNT_LIB}"
    with
    LD="i386-glibc21-linux-gcc -shared -L${ORACLE_HOME}/lib"
    LD_RUNTIME="-Wl,-R${ORACLE_HOME}/lib"
    LD_OPT="-Wl,-h${CLNT_LIB}"
    Finally, rebuild libclntsh.so by running 'genclntsh' and relink oracle,
    svrmgrl etc. using the usual relink commands. You'll get warnings in
    the relink process but they can be ignored. While running the genclntsh you will get unrecognized command something like that.Ignore those errors. If you get exit code 1 then check the modifications you have done and run it again. If it is successfull it wont give exit code 0.
    This has been tested on env_rdbms.mk, env_sqlplus.mk, env_network.mk
    but should be working on the other makefiles as well.
    All the best,it will work out. Thanks for those who made this possible.
    Hari

  • How can i start oracle databases? i am using Oracle 8.1.6 for linux.

    when i run dbstart,it gives me following message:
    Database "ora4cweb" warm started.
    but when i use sqlplus,it says:
    ORA-01034: ORACLE not available
    i made a mistake ,i shutdown my linux before i shutdown oracle databases,how can i start oracle databases now?thanks in advance.

    try it without the scripts...
    login to linux as oracle
    start server manager
    svrmgrl
    connect internal
    startup
    select sysdate from dual;if that works
    exitcheck listener
    lsnrctl
    statif nothing running type
    start
    exitnull

  • Can not start http server

    start http server powered by apache.I got such message:
    '[alert]<5>...:FastCGI:CreateMUtex()failed
    Syntax error on line 92 of c:/oracle/ora92/sqlplus/admin/isqlplus.conf:
    Failed to create FastCGI application accept mutex'
    my isqlplus.conf:
    # Copyright (c) 2001, 2002, Oracle Corporation. All rights reserved.
    # NAME
    # isqlplus.conf
    # PURPOSE
    # Oracle HTTP Server directives for the iSQL*Plus server
    # USAGE
    # This file should be included in the Oracle HTTP Server
    # "oracle_apache.conf" file.
    # Enable handling of all virtual paths beginning with "/iplus/"
    # Note: only /iplus/ is mapped, /iplus is not being mapped
    <IfModule mod_alias.c>
    Alias /iplus/ "C:\oracle\ora92\sqlplus\admin\iplus/"
    # Disallow users from trying to access /iplus/ directory listing
    <Directory "C:\oracle\ora92\sqlplus\admin\iplus">
    AllowOverride None
    Options FollowSymLinks
    Order deny,allow
    Allow from all
    </Directory>
    </IfModule>
    # Maps all virtual paths beginning with "/isqlplus*" to the iSQL*Plus
    # FastCGI application
    <IfModule mod_alias.c>
    ScriptAliasMatch ^/isqlplus(.*) C:\oracle\ora92\bin\isqlplus
    ScriptAliasMatch ^/isqlplusdba(.*) C:\oracle\ora92\bin\isqlplus
    <Directory "C:\oracle\ora92\bin">
    AllowOverride None
    Options FollowSymLinks
    Order deny,allow
    Allow from all
    </Directory>
    </IfModule>
    # Enable handling of all virtual paths beginning with "/isqlplus"
    <Location /isqlplus>
    SetHandler fastcgi-script
    Order deny,allow
    # Comment "Allow ..." and uncomment the four lines "AuthType ..."
    # to "Require ..." if Oracle HTTP authentication access is required
    # for the http://.../isqlplus URL
    Allow from all
    #AuthType Basic
    #AuthName 'iSQL*Plus'
    #AuthUserFile C:\oracle\ora92\sqlplus\admin\iplus.pw
    #Require valid-user
    </Location>
    # Enable handling of all virtual paths beginning with "/isqlplusdba".
    # Note: Oracle HTTP authentication access must be configured to
    # prevent unauthorized users performing DBA operations on
    # the database
    # Use the HTTP server utility script "htpasswd" to add users to the
    # "iplusdba.pw" file.
    <Location /isqlplusdba>
    SetHandler fastcgi-script
    Order deny,allow
    AuthType Basic
    AuthName 'iSQL*Plus DBA'
    AuthUserFile C:\oracle\ora92\sqlplus\admin\iplusdba.pw
    Require valid-user
    </Location>
    # Setup the iSQL*Plus FastCGI application.
    <IfModule mod_fastcgi.c>
    FastCgiServer C:\oracle\ora92\bin\isqlplus -port 8228 -initial-env iSQLPlusNumberOfThreads=20 -initial-env iSQLPlusTimeOutInterval=30 -initial-env iSQLPlusLogLevel=off -initial-env iSQLPlusAllowUserEntMap=none -idle-timeout 3600
    </IfModule>

    I appreciate your help.
    I have been offline for a long time since I had a business trip two week ago.
    I can not start the apache http server, so it isn't on running status within NT services manager.
    In fact, there is someting wrong---fail to create FastCGI when startup. Oracle system message tells me that syntax error exists on line 92 of isqlplus.conf but I don't know how to correct it.
    Henry

  • ISQL*PLUS service can't start

    Hello,
    I installed Oracle 10g on Windows XP, SQLPlus is OK, but I can't start iSQL*Plus service. Please help me how to fix this problem.
    Thks a lot.
    Best regards,
    Kim Hung

    What error message is returned when You try to start it?
    Additionaly You can read Metalink note 400812.1 - How to Create iSQL*Plus Service after Software Only Install on Windows Machine
    And Metalink note 334695.1 is usefull as well.

  • How can I start oracle databse in linux ?

    I have rebooted the machine and oracle database did not start.
    How can I start manually oracle database ?
    Thanks a lot !!!

    sqlplus
    connect as sysdba
    startup pfile=<Path to your init.ora>

  • How can I start using Oracle Express Edition

    Good afternoon, how can I start using Oracle Express Edition? I have it installed it but I can not enter any user or key that allows me to manage the program from the Internet. I have understood that this version is free.
    Correct me I'm wrong and please do noted me. In my country this course very expensive and I'm looking to learn on my own.
    Edited by: user12301712 on 03-dic-2009 9:46

    Hi
    During installation wizard asked you about password for SYS and SYSTEM user, you had to set it. If you forgot you can loggin to ORACLE via SQL plus without password:
    c:\>SQLPLUS / sys as sysdba
    after connect you can set new password for any user, for example (SYSTEM user):
    ALTER USER SYSTEM identified by NEW_PASSWORD;
    After this you can login to APEX (Internet enviroment)
    Remember Oracle it's not only Internet frontend, it's huge tools with many functions. If you need study Oracle you need many time and zest but it is worth-while.
    Yes Oracle XE is free (read licence agreement).

  • Can not start the cluster database using srvctl

    Created a RAC database with CRS.
    When i start the cluster database with srvctl, it appears that the database is started (i made sure using srvctl status), but when i try to login to the database using sqlplus, i get a message 'connected to idle instance'. if i try to start the database from sqlplus, i get message 'requested INSTANCE_NUMBER is busy!.
    any thoughts why i can not connect to the database using sqlplus after i start the database using srvctl?
    I stop the database using srvctl and started using traditional sqlplus, it will start with out any problem.
    what am i missing?

    check ur oracle_sid,also try to connect as sqlplus sys/****@prod as sysdba
    may be this is due to improper setting of init.ora file.
    and post ur sqlplus output here.
    Thanks
    Kuljeet Pal Singh

  • Can nort start  OC4J_BI_FORM  after Portal password change(9.0.4)

    We changed PORTAL password by going top sqlplus and OAS. Thinking it will make changes at both places. Now we see that when we start OAS. OC4J_BI_FORM does not start???

    I provided an answer in the Portal Security forum:
    Can not start OC4J_BI_FORM after PORTAL user password change

  • Can't start infrastructure ADMN-906025

    I reset the OracleAS 9.0.2 password using emctl set password <newpassword>. I did a dcmctl resyncInstance <myinstance>. Now when I try to start the infrastructure it fails on dcmctl start -ct ohs, reporting ADMN-906025. I used dcmctl getError ADMN-906025 to get the error message below, but that does not help.
    ADMN-906025
    The exception, 806212, occurred at Oracle9iAS instance "infra.<myhost.mydomain>"
    "The opmn request has failed. From opmn: HTTP/1.1 204 No Content
    Content-Length: 0
    Content-Type: text/html
    Response: 0 of 1 processes started.
    Check opmn log files such as ipm.log and ons.log for detailed.".
    Resolve the indicated problem at the Oracle9iAS instance where it occurred then resync the instance
    I looked at the two logs and can find no errors.

    Hi Donald,
    in theory the emctl set password should have had no impact on the dcm shell not working.
    The error you state I have seen before when there has been a failure in one of the underlying components. i.e. the OID or Database.
    In 9.0.2 it is very important to start the various services in the correct order due to the dependency chain.
    My advice would be to shutdown the database cleanly, i.e. shutdown immediate. Then stop/kill all the other oracle processes. I am assuming this will not impact users.
    Now start the procs in the following order:
    Start the database
    sqlplus sys as sysdba
    startup
    Start the database listener
    lsnrctl start
    Start the oid bits and pieces
    oidmon start
    oidctl connect=iasdb server=OIDLDAPD instance=1 flags='port=4032' start
    Use dcmctl to restart the middle tier
    $ORACLE_HOME/dcmctl shell
    >start
    >getState -v
    Start webcache (OPTIONAL)
    Set the ORACLE_HOME to the ORACLE_HOME containing the webcache executable
    $ORACLE_HOME/bin/webcachectl start
    If you want the emd running (OPTIONAL):
    emctl start
    See if that recifies the issue.
    cheers
    Nick

  • Can we start DB with srvctl start DB?

    I can't access sqlplus can i start db with this command in 9i?
    srvctl start db

    Hello,
    Probably your PATH is not set correct provided your sqlplus utility is functioning.
    Set your environment either in .profile or .bash_profile in $HOME directory (Solaris / UNIX flavor)
    export ORACLE_SID=orcl
    export ORACLE_HOME=/u01/oracle/product/XXXX
    export ORACLE_BIN=$ORACLE_HOME/bin
    export PATH=$PATH:$ORACLE_BIN
    now you try to run sqlplus at command line. It should work. Please customize the environment varibles for your own environment.
    Let me know if this works. Hope this helps.
    - Leo

  • How can i start lsnrctl

    I have install ora805SE on Redhat5.1 correctly, but i can not
    start the TNS listener thread.
    I had copy my ora734 listener.ora & tnsnames.ora to my linux,
    and modified it as ora805 needed.
    I could run lsnrctl start,and got a services handle.
    But when I connected with sqlplus with TNS,ora12500 error
    occured.
    I thought that the lsnrctl process did not start.
    when i use ps -aux to list all the process, no listener shows.
    i did the same in my ora734 for DEC Unix, a lsnrctl process
    shows.
    does ora805SE have the Sql*net server, and can be a server? or
    it was just a personal edition?
    null

    linhuaimin (guest) wrote:
    : I have install ora805SE on Redhat5.1 correctly, but i can not
    : start the TNS listener thread.
    : I had copy my ora734 listener.ora & tnsnames.ora to my linux,
    : and modified it as ora805 needed.
    : I could run lsnrctl start,and got a services handle.
    : But when I connected with sqlplus with TNS,ora12500 error
    : occured.
    : I thought that the lsnrctl process did not start.
    : when i use ps -aux to list all the process, no listener shows.
    : i did the same in my ora734 for DEC Unix, a lsnrctl process
    : shows.
    : does ora805SE have the Sql*net server, and can be a server? or
    : it was just a personal edition?
    I don't know if you have already found a solution to
    your problem, but your question has to do with permissions.
    If you look carefully in the $ORACLE_HOME/bin directory
    you will see that the owner of lsnrctl exe is not your oracle
    user. I think that this is the problem, because I had
    also a problem like this. Good luck!!!
    null

  • CRS Can not start instance PRKP-1001

    Hello
    I have a 2 node database and on the first node I can not start the instance using srvctl start instance it gives the following error: PRKP-1001 : Error starting instance htdb1 on node telepin1. When I start it using sqlplus it is ok.
    Can someone please explain?
    Thanks

    Do you also see CRS-0215? There's a known problem , when parameter sqlnet.inbound_connect_timeout is set in sqlnet.ora, it should be unset. Unfortunately the error is a little bit generic, if this parameter is currently not set, you have another problem.
    Werner

  • Error "can not start the configuration in parallel does not correct"

    Hello everybody,
    I have Windows 7 SP1, and when I install Business Objects 4.1 Client, it is install correctly but when i execute the program, for example BO Rich Client, an error appear "can not start the configuration in parallel does not correct" Could you help me?
    Thanks in advance!

    Check this KB
                  1678498  - BI 4.0 Universe Designer Gives Side-by-Side configuration incorrect Error

  • Can not start data Collection service

    I have installed Fabric Manager version 3.3.(4). In the Performance Web Client I can not start the service Data Collection is in starting forever.
    I also could not stop it. I rebooted the server and the status for this service is in starting.
    Thanks,

    Please provide more details like: Server OS, Java version, and what type of database you are using for the FM Server.  Have you considered using a newer version of FM Server?

Maybe you are looking for

  • How can I find Bitlocker External Key File location?

    My Windows 8.1 PC includes a system drive and data drives. All the drivers were encrypted using Bitlocker with the data drives set for autounlock.  I recently decrypted the system drive (without decrypting the data drives) and reinstalled the OS, aft

  • Page navigation

    I have two pages that call a shared "edit" page. When page 1 calls the edit page and the Update button is pressed I want to branch back to page1. When page 2 calls the edit page I want to branch back to page 2. I am using an edit button with the edit

  • Need suggestion on forms customization

    Hi All, I'm new to Oracle Forms and would like to know how to go about the following on a seeded form in Oracle apps R12. 1) On the 'Create Service' form which is available under Field Service Manager responsibility, we have a field called 'Category'

  • User Exits for MM01 & MM02 transaction

    Hi SDN, Is there any user exit available for Change, create Material so that i can update some materail related data. Regards, Rahul

  • Which method do you prefer for laying out a site?

    Hi i know tables are old now, but i know that its good for all round compatibility. Is it true that using layers to create a website is a bad idea? Do i need to really start learning how to type more in code mode? and start using DIV tags? And if i d