Relinking problem while installing oracle 9i on solaris 9

Hello,
i have big problems installing oracle9i on solaris 9. machine is a sunblade100 64 bit sparc architecture.
installation went fine until compiling / relinking the binaries. i ignored the messages because i wanted to compile binaries later with the "relink" command.
After exectuting the command i encountered following message:
/export/home/oracle9/OraHome1/bin/genclntsh
ld: fatal: dlopen() of support library (libmakestate.so.1) failed with error: ld.so.1: /usr/ccs/bin/sparcv9/ld: fatal: libmakestate.so.1: open failed: No such file or directory
my $LD_LIBRARY_PATH is
/export/home/oracle9/OraHome1/lib:/usr/lib:/usr/ccs/lib:/usr/sadm/lib
my $LD_LIBRARY_PATH_64 is
/usr/lib/64
the file libmakestate.so.1 exists in /usr/bin.
its 32bit, might that be a problem ?
well, i also installed the packages
SUNWbtool, SUNWlibm, SUNWarc, SUNWhea and SUNWsprot, which are necessary for compiling (see installation handbook)
did you have the same problems? is it only a system path problem?
please help,
thanks in advance,
yours frank

Hi,
Yes, You Need the 64-bit version of the libmakestate.so.1 library. This library should exist in the /usr/lib/sparcv9 directory. you Have to installed required Solaris package for this file. The package name is: SUNWsprox Sun WorkShop Bundled 64-bit make library You can check for this package by running the following command: % pkginfo -i SUNWsprox If it is not installed, install it and retry the relink.
Hope this ll help you.
-Yogi

Similar Messages

  • Error while installing Oracle 10g on Solaris 10.

    Hi all,
    I am trying to install Oracle 10g on Solaris 10 (x86). I did every thing that is given in the Installation manual
    created user,group and directories. set all the env variables.
    executing the runinstaller it throws error
    error in writing to directory /tmp/OraInstall2009-04-06_07-14-09PM.please ensure that this directory is writable and has atleast 69MB of disk space.Installation Cannot continue.+
    *:Error 0*
    I have given recursive a+rwx permission to /tmp folder and /tmp has 3.2 GB free space. am i missing some thing??
    I am very new to Solaris and Oracle;Please help me with this.
    Thanks.
    Regards
    Akhilesh Bhale

    Check also if the t-bit is set:
    [root@vtl1g121 ~]# ls -dl /tmp
    drwxrwxrwt 11 root root 4096 Apr 10 11:44 /tmp
    This is needed to mark the filesystem/directory as temporary.
    Sometimes this can cause such problems also
    Command: chmod +t   /tmp                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Problem while installing oracle 9i on windows xp professional

    while installing oracle 9i iam getting strange error.
    the error is:
    Create process : null -new -sid oiddb -startmode m error=2.
    The problem what we figured out is ORADIM which should be under ORACLE_HOME\bin is not yet installed also some files are also missing under bin directory. Is there any one who can solve my problem
    its very urgent
    thanks in advance...

    The problem what we figured out is ORADIM which
    should be under ORACLE_HOME\bin is not yet installed
    also some files are also missing under bin directory.
    Is there any one who can solve my problemIs it enough disk space?
    Is it software installation successful before creating DB?
    Can you run : c:\oradim ?

  • Error while installing Oracle 10g on Solaris 9 x86

    Hi all,
    I got several error after install oracle 10g. After I run the root.sh. It prompt :
    Starting Oracle CSS service under init(1M)
    Expecting the CRS daemons to be up within 120 seconds.
    Giving up: Oracle CSS stack appears NOT to be running.
    and when I start sqlplus, it prompt:
    ERROR:
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Intel SVR4 UNIX Error: 2: No such file or directory
    and following the error message prompt every minutes.
    "oracle: (Oracle CSSD will be run out of init)"
    "root: Failure in CSS initialization opening OCR."
    I don't think reinstall oracle will solve my problem if I don't figure out what going wrong. Could anyone tell me what I need to do? Thanks very much for helping.
    Cheers,
    Alex

    Check also if the t-bit is set:
    [root@vtl1g121 ~]# ls -dl /tmp
    drwxrwxrwt 11 root root 4096 Apr 10 11:44 /tmp
    This is needed to mark the filesystem/directory as temporary.
    Sometimes this can cause such problems also
    Command: chmod +t   /tmp                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Problem while installing oracle 9i on cyrix

    hi..
    i'm installing oracle 9i on my VIA cyrix III 550 mhz machine,
    with 128+64 MB SDRAM on windows 2000 professional with service pack 4.
    i'm using Internet explorer 6.0 & JVM 5.00,,
    but the problem is universal installer is not running..
    The error coming in log file is of
    hot spot JVM error
    how can my problem can be rectified..
    pls elaborate it.., kindly tell wat i've to do?
    thanks a lot

    I want to install oracle by loggin at OS as a root userWhy ?
    Did you read the documentation ?
    Caution:
    Do not run the Installer as the root user.

  • Display Problem while installing Oracle 10g on RHEL 5

    All,
    I'm in the process of installing Oracle 10g R2 on RHEL4, when i'm trying to issue ./runInstaller i'm getting the below error.
    I could get the xclock on the host, even then i'm getting below display error, could any one please help me to resolve this ?
    e@dhcppc6 database]$ ./runInstaller
    Starting Oracle Universal Installer...
    Checking installer requirements...
    Checking operating system version: must be redhat-3, SuSE-9, redhat-4, UnitedLinux-1.0, asianux-1 or asianux-2
    Passed
    All installer requirements met.
    Preparing to launch Oracle Universal Installer from /tmp/OraInstall2009-11-18_02-21-10PM. Please wait ...[oracle@dhcppc6 database]$ Xlib: connection to ":0.0" refused by server
    Xlib: No protocol specified
    Exception in thread "main" java.lang.InternalError: Can't connect to X11 window server using ':0.0' as the value of the DISPLAY variable.
    at sun.awt.X11GraphicsEnvironment.initDisplay(Native Method)
    at sun.awt.X11GraphicsEnvironment.<clinit>(Unknown Source)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Unknown Source)
    at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(Unknown Source)
    at java.awt.Window.init(Unknown Source)
    at java.awt.Window.<init>(Unknown Source)
    at java.awt.Frame.<init>(Unknown Source)
    at oracle.ewt.popup.PopupFrame.<init>(Unknown Source)
    at oracle.ewt.lwAWT.BufferedFrame.<init>(Unknown Source)
    at oracle.sysman.oio.oioc.OiocOneClickInstaller.<init>(OiocOneClickInstaller.java:378)
    at oracle.sysman.oio.oioc.OiocOneClickInstaller.main(OiocOneClickInstaller.java:2091)
    [oracle@dhcppc6 database]$

    export DISPLAY=<hostname>:0
    Are you running from the same terminal or connecting remotely?
    If connecting remotely, you need a Xserver running on the client machine.

  • Oracle Installer Problem while installing Oracle 9i on HP Unix

    Hi Everyone ,
    I had earlier installed 9.2.0.1 on Linux and had no probs whatsoever . When i am trying to install Oracle 9.2.0.1 on HP Unix , the Oracle Installer opens up a window saying CHOOSE JDK HOME DIRECTORY . I have already set the PATH environment variable to point to /opt/java1.4 and /opt/java1.4/jre/bin and also JAVA_HOME to point to /opt/java1.4 . Even after trying to put the directory information it refuses to go thru giving the Error INVALID JDK HOME.PLEASE ENTER CORRECT JDK LOCATION.
    Any replies would be greatly appreciated
    Thanks
    Ravi

    This could be due to you have multiple JDK homes like java1.4 and java1.3. Instead of type JDK home in the windows box, try to browse and select the JDK home and try it. Otherwise, if you have multiple JDK homes, then try to remove one of them.

  • Connectivity Problem while installing Oracle

    I have been trying to install Oracle Personal Edition of 8i on Win 98 PC, after successfull installaion I get a very common Oracle error : ORA-12541 TNS : no listener, when I try to connect to SQL Plus.
    I am unable to resolve it, tips reqd.
    thanx in advance.

    Hi Sanchayan,
    thanx for the reply, I tried what u suggested. But there is no such file on my PC, when I searched I found a file named 'lsnrauto.exe' in the BIN directory, tried started that by double-clicking but it didn't work. So anything else that you can suggest ???
    Shalu
    <BLOCKQUOTE><font size="1" face="Verdana, Arial, Helvetica">quote:</font><HR>Originally posted by Sanchayan Roy Choudhury ([email protected]):
    Hi,
    Check if the OracleTNSListener service is running. If not, open a cmd window and give the command -
    c:> lsnrctl80 (corresponding exe in 8i!)
    lsnrctl80> start
    this will give errors if there are any
    in the listener.ora file.
    Otherwise, check that the entry for the
    database is proper in this file!
    Cheers,
    Sanchayan<HR></BLOCKQUOTE>
    null

  • Problem while installing Oracle 9i on FC 3

    Hi Experts,
    Also after following standard steps, i am not able to install Oracle 9i on Fedora core 3.
    The Oracle Universal Installer starts in GUI mode, accepts all settings (I tried with Standard as well as Enterprise Edition) when i click on final install button , It starts but thereafter it does not show any progress..I waited for 2-3 hours..still same
    Please Please help....
    Thanks in advance
    Sandy

    Thanks for your reply.
    As i am new to Linux/Oracle-on-Linux, i don't have much resources available except this forum, So can you please suggest me how i will be able to perform this task ? as my job profile is under change along with Oracle PL/SQL Developer to Shell scripting, So for this purpose i need to develop shell scripts which will work with oracle db.
    At my work location we are using MKS Toolkit on windows to develop shell scripts, (which i cannot afford to buy for practice purpose) but here i cannot do any practice which is must for me to learn the shell programming technique.
    Please suggest.
    Thanks again
    Sandy

  • Problem while installing Oracle Grid Control 10.2.0.2 in XP

    Hi Gurus,
    M trying to install Oracle Grid Control 10.2.0.2 in XP.
    This is the 4th day.
    Everything goes fine till Web Cache Configuration Assistant.
    After that the below error happens:
    Command = G:\OracleHomes\oms10g\jdk\bin\javaw.exe -DORACLE_HOME=G:\OracleHomes\oms10g -Djava.net.preferIPv4Stack=true -classpath G:\OracleHomes\oms10g\sysman\webapps\emd\WEB-INF\lib\webcachecfg.jar;G:\OracleHomes\oms10g\sysman\webapps\emd\WEB-INF\lib\emd.jar;G:\OracleHomes\oms10g\lib\emSDK.jar;G:\OracleHomes\oms10g\dcm\lib\dcm.jar;G:\OracleHomes\oms10g\jlib\repository.jar;G:\OracleHomes\oms10g\lib\xmlparserv2.jar;G:\OracleHomes\oms10g\jlib\emConfigInstall.jar;G:\OracleHomes\oms10g\jdbc\lib\classes12.zip;G:\OracleHomes\oms10g\jdbc\lib\nls_charset12.jar;G:\OracleHomes\oms10g\jlib\jndi.jar;G:\OracleHomes\oms10g\jlib\rt.jar;G:\OracleHomes\oms10g\jdk\lib\i18n.jar;G:\OracleHomes\oms10g\jlib\ldapjclnt10.jar;G:\OracleHomes\oms10g\jlib\ojmisc.jar;G:\OracleHomes\oms10g\j2ee\home\jazn.jar;G:\OracleHomes\oms10g\j2ee\home\jaas.jar oracle.ias.webcache.config.WebcacheConfig -oh G:\OracleHomes\oms10g
    2
    Failed in smi manipulation().
    Error initializing SMISessionManager.createSession().
    Resolution:
    Please make sure the file is in the correct location.
    Base Exception:
    This command requires communication with DCM daemon, the communication failed. The base exception is {0}.
    Resolution:
    Check the base exception to determine why the operation failed.
    oracle.ias.sysmgmt.exception.TaskException: Base Exception:
    This command requires communication with DCM daemon, the communication failed. The base exception is {0}.
    Resolution:
    Check the base exception to determine why the operation failed.
         at oracle.ias.sysmgmt.task.TaskMaster.daemon_exec(Unknown Source)
         at oracle.ias.sysmgmt.task.TaskMaster.process(Unknown Source)
         at oracle.ias.sysmgmt.smi.remote.RemoteEntitySource.createRequestAndExecute(Unknown Source)
         at oracle.ias.sysmgmt.smi.remote.RemoteEntitySource.createRequestAndExecute(Unknown Source)
         at oracle.ias.sysmgmt.smi.remote.RemoteEntitySource.getRootEntity(Unknown Source)
         at oracle.ias.sysmgmt.entity.Session.<init>(Unknown Source)
         at oracle.ias.sysmgmt.smi.SMIEntryPoint.<init>(Unknown Source)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
         at java.lang.reflect.Constructor.newInstance(Constructor.java:274)
         at oracle.ias.sysmgmt.smiapi.SMISessionManager.loadAndCreateInstance(Unknown Source)
         at oracle.ias.sysmgmt.smiapi.SMISessionManager.createSession(Unknown Source)
         at oracle.ias.sysmgmt.EntryPoint.getConfiguration(Unknown Source)
         at oracle.ias.webcache.config.WebcacheConfig.smiSetup(WebcacheConfig.java:489)
         at oracle.ias.webcache.config.WebcacheConfig.smiEnableWebcache(WebcacheConfig.java:454)
         at oracle.ias.webcache.config.WebcacheConfig.enableConfiguration(WebcacheConfig.java:299)
         at oracle.ias.webcache.config.WebcacheConfig.main(WebcacheConfig.java:87)
    Steps followed further:
    1) Have tried the below commands to check the status of dcmctl:
    G:\OracleHomes\oms10g\opmn\bin>G:\OracleHomes\oms10g\dcm\bin\dcmctl.bat getstate
    Current State for Instance:EnterpriseManager0.l-716429
    Component Type Up Status In Sync Status
    ================================================================================
    1 home OC4J Up True
    2 HTTP_Server HTTP_Server Up True
    2) Also tried the below command to check the status of opmnctl.
    D:\Documents and Settings\arijit>G:\OracleHomes\oms10g\opmn\bin\opmnctl.exe status
    Processes in Instance: EnterpriseManager0.l-716429
    ------------------------------------------------+---------
    ias-component | process-type | pid | status
    ------------------------------------------------+---------
    DSA | DSA | 2140 | Alive
    HTTP_Server | HTTP_Server | 3544 | Alive
    LogLoader | logloaderd | N/A | Down
    dcm-daemon | dcm-daemon | 2068 | Alive
    OC4J | home | 2560 | Alive
    WebCache | WebCache | 1800 | Alive
    WebCache | WebCacheAdmin | 1960 | Alive
    3) After that tried to "Retry" the Web cache configuration Assistant, but still the error is continuing.
    Please someone help.
    Regards,
    Arijit

    Hi,
    Have made the %WINDIR%\system32\drivers\etc\hosts file as below:
    #127.0.0.1 localhost
    172.16.58.203 L-716429
    And "Retry" Web cache configuration. Same error is popping up.
    Please help.

  • Problem while installing oracle 10g 2 on solaris x86

    bash-3.00$ ./runInstaller
    Starting Oracle Universal Installer...
    Checking installer requirements...
    Checking operating system version: must be 5.10. Actual 5.10
    Passed
    Checking Temp space: must be greater than 250 MB. Actual 1133 MB Passed
    Checking swap space: must be greater than 500 MB. Actual 2070 MB Passed
    Checking monitor: must be configured to display at least 256 colors. Actual 1
    6777216 Passed
    All installer requirements met.
    Preparing to launch Oracle Universal Installer from /tmp/OraInstall2008-12-27_11
    -46-01PM. Please wait ...bash-3.00$
    After that $ prompt I do not get anything... did I miss out something...
    bash-3.00$ env |grep -i oracle
    OLDPWD=/export/home/oracle
    MAIL=/var/mail/oracle
    PWD=/export/home/oracle/database
    HOME=/export/home/oracle
    LOGNAME=oracle
    Plz help....

    I think it has got to do something with my profile...
    plz see...
    bash-3.00$ cat local.profile
    # Copyright (c) 2001 by Sun Microsystems, Inc.
    # All rights reserved.
    # ident "@(#)local.profile 1.10 01/06/23 SMI"
    stty istrip
    PATH=/usr/bin:/usr/ucb:/etc:.
    export PATH
    bash-3.00$
    bash-3.00$ echo $DISPLAY
    unknown:0.0
    bash-3.00$ xclock
    bash: xclock: command not found
    bash-3.00$ usr/openwin/bin/xclock
    bash: usr/openwin/bin/xclock: No such file or directory
    bash-3.00$

  • What's the Problem While Installing Oracle Express Server/Client On P-IV System

    Hi,
    Please let me know if there is any problem with the Pentium-4 systems while installting the Oracle Express or the Client Software. I baught a P4 system and MS Windows 200 is installed.
    When I run the setup for the Oracle express server or oracle express client, Only the Hour Glass pops up for few second and nothing happens. Even there is no error message displayed.
    I enquuired to one of the Local Software Service centre and was told that Oracle products are facing problm with Pentium -4 .
    If it is so Please suggest me waht to do....
    Regards
    Rajesh

    Hello,
    Please repost this question in the appropriate section of the Discussion Forum.
    This forum is for general suggestions and feedback about the OTN site.
    You can also use our new offering called OTN Service Network:
    For Oracle Advice/Minimal Support (fee based) on the Oracle Database Server, Oracle9i Application Server Containers for J2EE (OC4J), Oracle9i JDeveloper, Reports, Forums, SQL*Plus, and PL/SQL, please go to: http://www.oracle.com/go/?&Src=912386&Act=45
    For customers with paid support (Metalink) please go to:
    http://www.oracle.com/support/metalink
    Regards,
    OTN

  • Problem while installing Oracle 9i (9.2.0.1.0)

    I think I've gotten past most of it. I'm now at the OUI's Configuration Tools installation window. It's been trying to install the Oracle Database Configuration Assistant for the past half hour. The status for that item says "in progress...", and the Details box below is blank. Also, it has an open console that says "C:\oracle\ora92\bin\sqlplus.exe" in the title bar, and that is also blank.
    What's going on?
    I'm using Windows XP, have 15GB of free disk space, and 1GB of on-board RAM.
    Help please. Thanks.

    Nevermind.
    I tried clicking stop, and it wouldn't stop. So, I closed the console window. That stopped it with a "failed" status, and the installer immediately finished successfully the remaining two items on the same screen. Afterwards, going back to the first item (the Configuration Assistant) and clicking "Retry" would fail midway through, saying that the service already exists.
    So, I opened up a new console window and typed:
    oradim -delete -sid <SID>
    Then I went back and clicked "Retry" again. This time it completed successfully.
    What a piece of @#$&!

  • Problem while installing oracle 10g on linux fedora 9 (suphur)

    fallied to check sistem operating
    is not found in the log of this session in / tmp/orainstall2008-8-21_03-34-55pm/installactions2008-08-21_03-34-55PM.log
    some can help me about this please.
    thanks

    Actually that Linux version is not supported for 10g. You may try starting the installer as
    $ ./runInstaller -ignoreSysPrereqs
    BTW, not sure you won't have any problems afterwards, but it should work.

  • Problem while installing Oracle 10g Routing Engine

    I am trying to run the procedure
    exec sdo_router_partition.partition_router('NODE_PART', 1000); on my dataset.
    While executing it gives an error class not found.. and comes out.
    When i look at the database table, i find a lot of tables named
    node_part_1112, node_part_1113, node_part_1114, .... and so on..
    Please suggest..!!
    If i use some other number other than 1000, then it makes the system hang..!!
    Q1) If i have a dataset with 2.5+ lac records in edge table..what is the number which would be appropriate for running the procedure.!!
    Thanks and Regards
    Ashish Dhawan

    The first thing you need to do is be sure the Router's log directory is set up properly and that the right users have permission from both SQL and Java to write to the log file. From SQL execute the following
    select * from all_directories where directory_name='SDO_ROUTER_LOG_DIR';
    Make sure the directory_path that is returned is correct.
    If the directory doesn't exist you can create it with
    CREATE DIRECTORY sdo_router_log_dir as '<explicit_log_directory>';
    Once created make sure the correct users have privs to write to the directory with the following:
    GRANT read, write ON DIRECTORY sdo_router_log_dir TO <routeserver_user>;
    call dbms_java.grant_permission('<ROUTESERVER_USER>', 'java.io.FilePermission',
    '/<explicit_log_directory>/*', 'read,write');
    GRANT read, write ON DIRECTORY sdo_router_log_dir TO MDSYS;
    call dbms_java.grant_permission('MDSYS', 'java.io.FilePermission',
    '/<explicit_log_directory>/*', 'read,write');
    Replace <explicit_log_dir> with the full directory path to where the directory was created.
    Note that <explicite_log_dir> on the permission setup for java must be terminated with /*
    as it is above.
    Replace <routeserver_user> with the name of the user that set up and uses the Routeserver data.
    Once this is set up properly try and rerun the partitioning. With the set up you should get access to
    a log file that will give us more information if something goes wrong with the actual partitioning
    process.

Maybe you are looking for