Database assistant fails under Red hat 7.3

My Oracle 8.17installed completely but when I try to create a databse with the configuration asst, the create process hangs after it reaches 84%..Error meesages appear stating that the process cannot connect to the database.
Any help is appreciated!
Spencer

I had a similiar problem with 9iR2. I found out that my $ORACLE_SID environment variable was not set
correctly. I did the installation with corrected value and the DB Config Assistant ran fine after that.
Just a guess,
Peter

Similar Messages

  • Oracle Calendar Server Configuration Assistant fails with Red Hat ES 4

    I am trying to install Oracle Collaboration Suite 10.1.2 on a Red Hat ES 4 server platform.
    I have installed with the Advanced Installation Option. The infra installation proceeds well then when i try to install the ocs application tier (different Oracle Home) the Calendar Server Configuration Assistant fail.
    Output :
    ================================================================================================================
    Output generated from configuration assistant "Calendar Server Configuration Assistant" (attempt 1):
    Time zone selected: EBST3EBDT.Warning: Existing node(s) found in unison.ini. Using node 1 for configuration tasks.
    Current State for Instance:ocsapp.lf-ocs1.lima_e_falcao.inet
    Component Type Up Status In Sync Status
    ================================================================================
    1 HTTP_Server HTTP_Server Up True
    2 OC4J_Content OC4J Up True
    3 OC4J_Mail OC4J Up True
    4 OC4J_OCSADMIN OC4J Up True
    5 OC4J_OCSClient OC4J Up True
    6 OC4J_Portal OC4J Up True
    7 OC4J_RM OC4J Down True(Disabled)
    8 OC4J_Wireless OC4J Up True
    9 OC4J_imeeting OC4J Up True
    10 Service_Component_Cont OC4J Up True
    11 home OC4J Up True
    Warning: more than one process-type Element in the snippet. only the 1st one is appended
    Error: can not append, there is a same named process type element in the exisitng ias-instance.ias-component
    Error: Could not configure OPMN module information.
    java.io.IOException: /u01/oracle/product/10.1.2/ocs_2/jdk/bin/java returned 1
         at oracle.calendar.server.configuration.OCalConfig.runExternalProgram(Unknown Source)
         at oracle.calendar.server.configuration.OCalConfig.runExternalProgram(Unknown Source)
         at oracle.calendar.server.configuration.OCalConfig.configureOPMN(Unknown Source)
         at oracle.calendar.server.configuration.OCalConfig.run(Unknown Source)
         at oracle.calendar.server.configuration.OCalConfig.main(Unknown Source)
    3 [main] ERROR emSDK.config - oracle.sysman.emSDK.conf.TargetAdditionException: Target[oracle_calendar_ocal,ocsapp.lf-ocs1.lima_e_falcao.inet_Calendar Server] already present in /u01/oracle/product/10.1.2/ocs_2/sysman/emd/targets.xml
    oracle.sysman.emSDK.conf.TargetAdditionException: Target[oracle_calendar_ocal,ocsapp.lf-ocs1.lima_e_falcao.inet_Calendar Server] already present in /u01/oracle/product/10.1.2/ocs_2/sysman/emd/targets.xml
         at oracle.sysman.emSDK.conf.TargetInstaller.addTargetInt(TargetInstaller.java:1148)
         at oracle.sysman.emSDK.conf.TargetInstaller.addTargetFromFile(TargetInstaller.java:1075)
         at oracle.sysman.emSDK.conf.TargetInstaller.main(TargetInstaller.java:3669)
    Target[oracle_calendar_ocal,ocsapp.lf-ocs1.lima_e_falcao.inet_Calendar Server] already present in /u01/oracle/product/10.1.2/ocs_2/sysman/emd/targets.xml
    Warning: ocad.conf already included in /u01/oracle/product/10.1.2/ocs_2/Apache/Apache/conf/oracle_apache.conf.
    Error: java.io.IOException: /u01/oracle/product/10.1.2/ocs_2/jdk/bin/java returned 1: Registration of ocal_targets.xml into targets.xml failed.unistart: Oracle Calendar Server 10.1.2.0.0
    unistart: Copyright (c) 1993, 2005, Oracle.
    unistart: All rights reserved.
    unistart:
    unistart: opmnctl: opmn is already running
    unistart: opmnctl: starting opmn managed processes...
    unistart: The Calendar Server started successfully.
    Orclguest account has already been provisioned for Calendar.
    Fatal Exception caught : java.lang.NullPointerExceptionopmnctl: stopping opmn managed processes...
    Configuration assistant "Calendar Server Configuration Assistant" failed
    ================================================================================================================
    Someone can help me?
    Thanks a lot.

    is it a reinstallation or a first one on a bare server ? if there were several attempts please be sure you cleaned evrything before launching the installation :
    - product directory
    - /etc/ora*
    - database
    - oraInventory
    - /tmp (I had a similar issue with remaining files in /tmp, even after rebooting)
    If it doesn't work, check that you don't hit the NO-EXCUTE problem (see the OCS 10.1.2 release notes, look for "noexec")

  • Installing Oracle Database 10g  on Linux Red Hat 5.1

    While inslalling Oracle Database 10g Client Release 2 (10.2.0.1.0) for Linux x86-64 on Red Hat Enterprise Linux Server release 5.1 (Tikanga) we've got an error
    Checking operating system version: must be redhat-3, SuSE-9, redhat-4, UnitedLinux-1.0, asianux-1 or asianux-2
    Failed <<<<
    Could we install Oracle Database 10g on Linux Red Hat 5.1 or we need only Oracle Database 11g?

    Verify that the redhat-release RPM is installed on your Red Hat system:
    rpm -q redhat-release
    This RPM is important for RHEL since RHEL AS 4, RHEL AS 3, and RHEL AS 2.1 are Linux releases supported by Oracle. Without this RPM, Oracle 10g OUI won't be able to recognize it as a supported OS. However, the installer of 10g 10.1.0.3 does not recognize RHEL AS 4 as a supported release yet. This means that you will have to edit the /etc/redhat-release file. You also have to change /etc/redhat-release for unsupported releases like Fedora Core and RH9.
    I do not recommend to execute "runInstaller -ignoreSysPrereqs" since this will disable other checks you probably don't want to.
    On RHEL AS 4 (for 10g R1), RH9, and FC 1 you have to change the /etc/redhat-release file to make Oracle 10g believe it's running on a supported release.
    Regarding RHEL AS 4, the installer for 10g 10.1.0.3 does not recognize RHEL AS 4 as a supported release but 10g R2 OUI does.
    To change the /etc/redhat-release file, you can simply copy/paste the following commands:
    su - root
    cp /etc/redhat-release /etc/redhat-release.orig
    cat > /etc/redhat-release << EOF
    Red Hat Enterprise Linux AS release 3 (Taroon)
    EOF
    After you are done with the Oracle10g installation, undo the changes you made to /etc/redhat-release:
    su - root
    cp /etc/redhat-release.orig /etc/redhat-release
    Kamran Agayev A. (10g OCP)
    http://kamranagayev.wordpress.com

  • Migrate oracle 9iR2 database from Suse to Red Hat???

    Hi Everyone,
    We're going to move an oracle 9iR2 database from Suse to Red Hat. At this moment I don't know the detail about the platforms yet. I still like to ask a question if DB backup on Suse is compatible on RedHat? Physical restoring may be our prefer instead of exp/imp.
    Any advices?
    Thanks,
    Eric
    Message was edited by:
    emao

    I'm pretty sure (never did it myself) that there will be not problem when moving the database. The Oracle software is the same (at least when you use the x86 version) so
    the format of the datafiles and controlfiles should be identical.
    However some configuration files (network settings) might differ so try before you die :-)
    cu
    Andreas

  • Weblogic 6.1 under Red Hat 7 not indicating JSP compile errors

    I downloaded Weblogic 6.1 under Red Hat 7 and ran the console installation. Then
    I created $WL_HOME/config/mydomain/applications/DefaultWebApp/test.jsp as follows:
    <html>
    <head><title>Hello World</title></head>
    <body>
    <% String hello = "Hello"; %>
    <%= hello %> World!
    </body>
    </html>
    Then I put the url in my favorite web browser and saw the "Hello World!" page.
    Next I changed test.jsp to have the following:
    <html>
    <head><title>Hello World</title></head>
    <body>
    <%= hello %> World!
    </body>
    </html>
    I then refreshed the url with my favorite browser.
    The expected behavior is a compile error in test.jsp because the variable "hello"
    is not defined. However Weblogic gives no indication of the compile error and
    sends the HTML output of the previously compiled servlet. I have tried this with
    both the Windows and Solaris versions and I get the compile error as expected.
    My question is this:
    Is there a fix for this yet? If so, then from where do I download it?
    Thanks in advance,
    Craig

    Hi.
    You need to do 1 of 2 things to get WLS to notice it has a new webapp component:
    1. undeploy and deploy the webapp or
    2. use the webapp component refresh tools as follows:
    java weblogic.management.tools.WebAppComponentRefreshTool [options]
    running this with no options prints out a usage message.
    Hope this helps,
    Michael
    Craig Andrews-Jones wrote:
    I downloaded Weblogic 6.1 under Red Hat 7 and ran the console installation. Then
    I created $WL_HOME/config/mydomain/applications/DefaultWebApp/test.jsp as follows:
    <html>
    <head><title>Hello World</title></head>
    <body>
    <% String hello = "Hello"; %>
    <%= hello %> World!
    </body>
    </html>
    Then I put the url in my favorite web browser and saw the "Hello World!" page.
    Next I changed test.jsp to have the following:
    <html>
    <head><title>Hello World</title></head>
    <body>
    <%= hello %> World!
    </body>
    </html>
    I then refreshed the url with my favorite browser.
    The expected behavior is a compile error in test.jsp because the variable "hello"
    is not defined. However Weblogic gives no indication of the compile error and
    sends the HTML output of the previously compiled servlet. I have tried this with
    both the Windows and Solaris versions and I get the compile error as expected.
    My question is this:
    Is there a fix for this yet? If so, then from where do I download it?
    Thanks in advance,
    Craig--
    Developer Relations Engineer
    BEA Support

  • How to invoke rman under red hat

    hi, friends, i want to use rman for the database in the red hat. however after i typed the command of rman, no responses come out.
    what is the reason?
    thanks

    Take a look at MetaLink <Note:101050.1>.
    Under a default REDHAT LINUX 6.1 and 6.2 install, a KDE program called rman (a file
    viewing / editing program) is installed under /usr/bin. If this is listed
    prior to $ORACLE_HOME/bin in the users PATH environment then it is
    called instead of Oracle RMAN.
    Ensure that correct RMAN executable is being run by typing
    $which rman
    The output will most likely show '/usr/bin/rman'
    Execute RMAN by typing in the following:
    $ORACLE_HOME/bin/rman
    Another solution is to add $ORACLE_HOME/bin before /usr/bin
    in the PATH environment variable
    Hope that helps.
    Tammy

  • ColdFusion 10 install fails on Red Hat Enterprise Linux 5.8

    I'm trying to install ColdFusion 10 on a Red Hat Enterprise Linux 5.8 server with Apache 2.2.3. The install appears to complete with no errors. After some searching the web, I found I had to change the adobe connector shell script to use my directories instead of the bogus ones that were there. The httpd reports that the mod_jk is loaded (apachectl -M returns jk_module (shared) among other things). However, when I attempt to load a ColdFusion page, my web server says "503 Service Temporarily Unavailable". I've look in the log files for httpd and for ColdFusion and see nothing amiss, but I am new to this ColdFusion.
    It appears my Apache httpd is not communicating with the ColdFusion process, which is listening on ports:
    TCP *:8012
    TCP localhost.localdomain:8007
    TCP *:7995
    TCP *:6085
    TCP *:8575
    TCP *:1243
    Any suggestions?
    Danial for bannock21

    Here are the entries in the mod_jk.log file:
    [Tue Oct 09 17:05:28 2012] [15754:47552417982912] [error] jk_open_socket::jk_connect.c (448): socket() failed (errno=22)
    [Tue Oct 09 17:05:28 2012] [15754:47552417982912] [info] ajp_connect_to_endpoint::jk_ajp_common.c (1027): Failed opening socket to (127.0.0.1:8012) (errno=22)
    [Tue Oct 09 17:05:28 2012] [15754:47552417982912] [error] ajp_send_request::jk_ajp_common.c (1649): (cfusion) connecting to backend failed. Tomcat is probably not started or is listening on the wrong port (errno=22)
    [Tue Oct 09 17:05:28 2012] [15754:47552417982912] [info] ajp_service::jk_ajp_common.c (2629): (cfusion) sending request to tomcat failed (recoverable), because of error during request sending (attempt=1)
    [Tue Oct 09 17:05:28 2012] [15754:47552417982912] [error] jk_open_socket::jk_connect.c (448): socket() failed (errno=22)
    [Tue Oct 09 17:05:28 2012] [15754:47552417982912] [info] ajp_connect_to_endpoint::jk_ajp_common.c (1027): Failed opening socket to (127.0.0.1:8012) (errno=22)
    [Tue Oct 09 17:05:28 2012] [15754:47552417982912] [error] ajp_send_request::jk_ajp_common.c (1649): (cfusion) connecting to backend failed. Tomcat is probably not started or is listening on the wrong port (errno=22)
    [Tue Oct 09 17:05:28 2012] [15754:47552417982912] [info] ajp_service::jk_ajp_common.c (2629): (cfusion) sending request to tomcat failed (recoverable), because of error during request sending (attempt=2)
    [Tue Oct 09 17:05:28 2012] [15754:47552417982912] [error] ajp_service::jk_ajp_common.c (2648): (cfusion) connecting to tomcat failed.
    [Tue Oct 09 17:05:28 2012] [15754:47552417982912] [info] jk_handler::mod_jk.c (2725): Service error=-3 for worker=cfusion
    How do I set Tomcat to listen on the correct port?
    How do I check whether Tomcat is even running?

  • Oracle 9i manual database creation on the Red Hat 9 Linux

    I installed Oracle 9I on the Red Hat 9 Linux successfully with automatic database creation.
    I tried to create second database manually and everything seemed to be fine until I issued create database statement. I got the following error:
    ERROR at line 1
    ORA-01092: ORACLE instance terminated. Disconnection forced.
    Please help me to solve the problem.
    Thank you,

    Ok I am having the same exact problem and I am typing this into the shell before I run the installer.
    export DISPLAY=yourdesktop:0.0
    I thought that would fix the problem but it still hangs and gives the same message as the other guy gets. How can I solve this problem and get the installer running? I would really appreciate any help. This is the message I get:
    [oracle@localhost linux]$ ./runInstaller
    Initializing Java Virtual Machine from /tmp/OraInstall2003-08-02_10-09-53PM/jre/bin/java. Please wait...
    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.&lt;clinit&gt;(X11GraphicsEnvironment.java:59)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:120)
    at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvironment.java:58)
    at java.awt.Window.&lt;init&gt;(Window.java:188)
    at java.awt.Frame.&lt;init&gt;(Frame.java:315)
    at java.awt.Frame.&lt;init&gt;(Frame.java:262)
    at oracle.sysman.oii.oiic.OiicInstaller.main(OiicInstaller.java:593)
    [oracle@localhost linux]$

  • Installing issues with Oracle Database 11g R1 on Red Hat Linux

    Hi,
    I am installing Oracle Database 11g on Red Hat Linux.
    Version of the OS:Linux 2.6.9-5.ELsmp #1 SMP Wed Jan 5 19:30:39 EST 2005 i686 i686 i386 GNU/Linux
    I have installed XManager on my PC to access the runtime installer in Graphical mode.
    But once i click the installer file from Xmanager, it asks if the user wants to run it in terminal or simply run.
    I selected the run in terminal and it starts the terminal where the initial pre-requisite checks are done i.e swap memory,temp and display.
    The screen disappers and the graphical OUI never turns up...
    Any pointer would be helpful.
    Regards
    Prabal

    Try the following:
    1. logon to the linux using root and issue the following command - xhost+
    2. Open xterm in the Xmanager and logon to the linux using oracle user.
    3. in the installation directory issue ./runInstaller.
    Oded
    [www.dbsnaps.com]
    [www.orbiumsoftware.com]

  • Problems Installing XSU 2.1.0 into O8.1.6 under Red Hat

    Here is the system:
    Red Hat Linux 6.2 running Oracle 8i 8.1.6 with no known problems (but I
    am an Oracle newbie so some problems may be yet undetected)
    I am trying to install the XML aprse from Technet. The exact file I
    downloaded was XSU111_816_ver2_1_0_beta.zip which matches the java
    class files I have.
    After changing the appropriate environment variables in xsuload.csh I
    run it and eventually get to this
    loading : META-INF/MANIFEST.MF
    creating : META-INF/MANIFEST.MF
    resolver :
    resolving: oracle/xml/sql/dml/OracleXMLStaticSave
    Errors in oracle/xml/sql/dml/OracleXMLStaticSave:
    ORA-29534: referenced object DEVELOPER.oracle/xml/sql/dml/OracleXMLSave could not be resolved
    resolving: oracle/xml/sql/docgen/OracleXMLDocGenLob
    oracle/xml/sql/name/OracleScalarName is already resolved
    oracle/xml/sql/dataset/OracleXMLDataSetExtJdbc is already resolved
    oracle/xml/sql/name/OracleADTName is already resolved
    oracle/xml/sql/dataset/OracleXMLDataSetGenJdbc is already resolved
    resolving: OracleXMLStore
    Errors in OracleXMLStore:
    ORA-29534: referenced object DEVELOPER.oracle/xml/sql/dml/OracleXMLSave could not be resolved
    The eventually the PL/SQL stuff loads up and bombs out. Earlier in the
    loadup the OracleXMLSAve object was resolved correctly. I am at a loss
    here. My ignorance exceed my troubleshooting ability and really need
    some pointers.
    Also how do I clean this stufff out of a database to start over?
    Thanks in advance!

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Steven Muench ([email protected]):
    The two errors you listed here are because OracleXMLSave class could not be resolved.
    Do you have the error for [b]why the OracleXMLSave class itself couldn't be resolved in the first place? The other errors are a domino-effect of that one...
    <HR></BLOCKQUOTE>
    The OracleXMLSave class WAS resolved correctly earlier in the loadup, which is why this is so confusing. How can I clean all of that stuff out of the DB I was working to start over?
    Is it necessary to run env.csh prior to loading this up? I was not planning on using the client side so ignored that.

  • Oracle 11g r1 install check fails on - Red Hat 5

    I'm getting the below check failures -
    Checking for glibc-devel-2.3.4-i386; Not found.     Failed <<<<
    Checking for glibc-devel-2.3.4-x86_64; Not found.     Failed <<<<
    Checking for gcc-c++-3.4.5; Not found.     Failed <<<<
    Everything else is ok, can any help  or suggest and resolution on this, I have tried to look for all the packages on all the Linux CD's and nothing there, I think these may have been updated not sure (new to Linux/Oracle).
    Full check output:
    Checking operating system requirements ...
    Expected result: One of enterprise-4,enterprise-5,redhat-4,redhat-5,SuSE-10,asianux-2,asianux-3
    Actual Result: redhat-4
    Check complete. The overall result of this check is: Passed
    ========================================================
    Checking operating system package requirements ...
    Checking for make-3.80; found make-1:3.81-3.el5-x86_64.     Passed
    Checking for binutils-2.15.92.0.2; found binutils-2.17.50.0.6-12.el5-x86_64.     Passed
    Checking for gcc-3.4.5; Not found.     Failed <<<<
    Checking for libaio-0.3.105-i386; found libaio-0.3.106-3.2-i386.     Passed
    Checking for libaio-0.3.105-x86_64; found libaio-0.3.106-3.2-x86_64.     Passed
    Checking for libaio-devel-0.3.105; found libaio-devel-0.3.106-3.2-x86_64.     Passed
    Checking for libstdc++-3.4.5-i386; found libstdc++-4.1.2-46.el5-i386.     Passed
    Checking for libstdc++-3.4.5-x86_64; found libstdc++-4.1.2-46.el5-x86_64.     Passed
    Checking for libstdc++-devel-3.4.5; found libstdc++-devel-4.1.2-46.el5-x86_64.     Passed
    Checking for sysstat-5.0.5; found sysstat-7.0.2-3.el5-x86_64.     Passed
    Checking for libgcc-3.4.5-i386; found libgcc-4.1.2-46.el5-i386.     Passed
    Checking for libgcc-3.4.5-x86_64; found libgcc-4.1.2-46.el5-x86_64.     Passed
    Checking for elfutils-libelf-0.97; found elfutils-libelf-0.137-3.el5-i386.     Passed
    Checking for elfutils-libelf-devel-0.97; found elfutils-libelf-devel-0.137-3.el5-i386.     Passed
    Checking for glibc-common-2.3.4; found glibc-common-2.5-42-x86_64.     Passed
    Checking for glibc-devel-2.3.4-i386; Not found.     Failed <<<<
    Checking for glibc-devel-2.3.4-x86_64; Not found.     Failed <<<<
    Checking for gcc-c++-3.4.5; Not found.     Failed <<<<
    Checking for compat-libstdc++-33-3.2.3-i386; found compat-libstdc++-33-3.2.3-61-i386.     Passed
    Checking for compat-libstdc++-33-3.2.3-x86_64; found compat-libstdc++-33-3.2.3-61-x86_64.     Passed
    Check complete. The overall result of this check is: Failed <<<<
    Problem: Some packages required for the Oracle Database 11g to function properly are missing (see above).
    Recommendation: Install the required packages before continuing with the installation.
    ========================================================
    Checking kernel parameters
    Checking for semmsl=250; found semmsl=250.     Passed
    Checking for semmns=32000; found semmns=32000.     Passed
    Checking for semopm=100; found semopm=100.     Passed
    Checking for semmni=128; found semmni=128.     Passed
    Checking for shmmax=536870912; found shmmax=68719476736.     Passed
    Checking for shmmni=4096; found shmmni=4096.     Passed
    Checking for shmall=2097152; found shmall=4294967296.     Passed
    Checking for file-max=65536; found file-max=65536.     Passed
    Checking for VERSION=2.6.9; found VERSION=2.6.18-164.el5.     Passed
    Checking for ip_local_port_range=1024 - 65000; found ip_local_port_range=1024 - 65000.     Passed
    Checking for rmem_default=4194304; found rmem_default=4194304.     Passed
    Checking for rmem_max=4194304; found rmem_max=4194304.     Passed
    Checking for wmem_default=262144; found wmem_default=4194304.     Passed
    Checking for wmem_max=262144; found wmem_max=4194304.     Passed
    Check complete. The overall result of this check is: Passed
    ========================================================
    Checking Recommended glibc version
    Expected result: ATLEAST=2.3.4-2.19
    Actual Result: 2.5-42
    Check complete. The overall result of this check is: Passed
    ========================================================
    Checking physical memory requirements ...
    Expected result: 922MB
    Actual Result: 1960MB
    Check complete. The overall result of this check is: Passed
    ========================================================
    Checking available swap space requirements ...
    Expected result: 2940MB
    Actual Result: 3935MB
    Check complete. The overall result of this check is: Passed
    ========================================================
    Checking Network Configuration requirements ...
    Check complete. The overall result of this check is: Not executed <<<<
    Recommendation: Oracle supports installations on systems with DHCP-assigned public IP addresses. However, the primary network interface on the system should be configured with a static IP address in order for the Oracle Software to function properly. See the Installation Guide for more details on installing the software on systems configured with DHCP.
    ========================================================
    Checking PATH environment variable...
    Check complete. The overall result of this check is: Passed
    ========================================================
    Checking for sufficient diskspace in TEMP location...
    Check complete. The overall result of this check is: Passed
    ========================================================
    Checking LD_LIBRARY_PATH environment variable...
    Check complete. The overall result of this check is: Passed
    ========================================================
    Validating ORACLE_BASE location (if set) ...
    Check complete. The overall result of this check is: Passed
    ========================================================
    Checking Oracle Home path for spaces...
    Check complete. The overall result of this check is: Passed
    ========================================================
    Checking for proper system clean-up....
    Check complete. The overall result of this check is: Passed
    ========================================================
    Checking for Oracle Home incompatibilities ....
    Actual Result: NEW_HOME
    Check complete. The overall result of this check is: Passed
    ========================================================
    thanks
    Dee

    If you are sure you have newer versions you may try
    runInstaller -ignoreSysPrereqs .
    That bypasses the pre-checks. But there's a risk even more severe errors will occur later.
    Werner

  • Bcp_init fails in Red Hat Enterprise Linux Server release 6.0

    Hi,
    I tried to do few basic BCP stuff using C. I have installed unixODBC 2.3.0 and MSSQL ODBC driver
    SQL Server Native Client 11.0. I tried connecting to my remote MSSQL Server(2008 r2 & 2012) using 'isql', it works! But when I tried running bcp_initW(...), its returning '0' as return code. But 'SQLAllocHandle', 'SQLSetEnvAttr', 'SQLSetConnectAttr'
    and 'SQLConnect' are working fine. I tried with bcp_initA(...) it was also not working. 
    code:
     retcode = bcp_initW(hdbc1, Table, NULL, NULL, 1);
     printf("\n init: %d",retcode);
     if ( (retcode != 1) )
                            printf("bcp_init(hdbc1) Failed\n\n");
                            cleanup();
                            return(9);
    When I ran gdb, it did not reveal much info :(
    Trace:
    (gdb) run
    Starting program: /home/test/bcp/a.out
    Missing separate debuginfo for /usr/lib/libsqlncli.so
    Try: yum --disablerepo='*' --enablerepo='*-debuginfo' install /usr/lib/debug/.build-id/73/0128bbf278ee580bef68e8a454c519bdede9a1.debug
    [Thread debugging using libthread_db enabled]
    alloc handle: 0
    env attr: 0
    alloc handle: 0
    Missing separate debuginfo for /opt/microsoft/sqlncli/lib64/libsqlncli-11.0.so.1790.0
    Try: yum --disablerepo='*' --enablerepo='*-debuginfo' install /usr/lib/debug/.build-id/73/0128bbf278ee580bef68e8a454c519bdede9a1.debug
     conn attr: 0
     connect: 1
     init: 0bcp_initW(hdbc1) Failed
    Program exited normally.
    Missing separate debuginfos, use: debuginfo-install glibc-2.12-1.7.el6.x86_64 keyutils-libs-1.4-1.el6.x86_64 krb5-libs-1.8.2-3.el6.x86_64 libcom_err-1.41.12-3.el6.x86_64 libgcc-4.4.4-13.el6.x86_64 libselinux-2.0.94-2.el6.x86_64 libstdc++-4.4.4-13.el6.x86_64
    libtool-ltdl-2.2.6-15.5.el6.x86_64 libuuid-2.17.2-6.el6.x86_64 openssl-1.0.0-4.el6.x86_64 unixODBC-2.2.14-11.el6.x86_64 zlib-1.2.3-25.el6.x86_64
    (gdb) where
    No stack.
    I tried the same in fedora-16 too. When I ran "gdb ./a.out" in fedora, it returned an exception in libsqlncli-11.0.so.1790.0
    trace:
    (gdb) run
    Starting program: /home/test/Bcp/a.out
    Missing separate debuginfo for /usr/local/lib/libsqlncli.so
    Try: yum --disablerepo='*' --enablerepo='*-debuginfo' install /usr/lib/debug/.build-id/73/0128bbf278ee580bef68e8a454c519bdede9a1.debug
    [Thread debugging using libthread_db enabled]
    Using host libthread_db library "/lib64/libthread_db.so.1".
    Missing separate debuginfo for /opt/microsoft/sqlncli/lib64/libsqlncli-11.0.so.1790.0
    Try: yum --disablerepo='*' --enablerepo='*-debuginfo' install /usr/lib/debug/.build-id/73/0128bbf278ee580bef68e8a454c519bdede9a1.debug
    Program received signal SIGSEGV, Segmentation fault.
    0x00007ffff7afa64f in ?? () from /usr/local/lib/libsqlncli.so
    Missing separate debuginfos, use: debuginfo-install glibc-2.14.90-24.fc16.9.x86_64 keyutils-libs-1.5.2-1.fc16.x86_64 krb5-libs-1.9.1-18.fc16.x86_64 libcom_err-1.41.14-2.fc15.x86_64 libgcc-4.6.2-1.fc16.x86_64 libselinux-2.1.5-5.1.fc16.x86_64 libstdc++-4.6.2-1.fc16.x86_64
    libuuid-2.20.1-2.fc16.x86_64 openssl-1.0.0e-1.fc16.x86_64 zlib-1.2.5-4.fc16.x86_64
    (gdb) where
    #0  0x00007ffff7afa64f in ?? () from /usr/local/lib/libsqlncli.so
    #1  0x00007ffff7afabee in ?? () from /usr/local/lib/libsqlncli.so
    #2  0x00007ffff7a89345 in ?? () from /usr/local/lib/libsqlncli.so
    #3  0x00007ffff7af5f89 in ?? () from /usr/local/lib/libsqlncli.so
    #4  0x0000000000400d16 in bcpMethod ()
    #5  0x00000000004011dd in main ()

    Sassan,
    That is correct, just override the MP and disable the monitors for those daemons.
    Regards,
    -Steve

  • Installation of Oracle 9.0.1 under Red Hat Linux

    During the Installation Time I am geeting errors with respect to make files. Do you have any solution.
    After Pressing the Install Button I am getting an error as follows :
    ERROR in writing to file
    /home/bm9923/jre/1.1.8/bin/i686/green_thread/java
    Next Problem I am facing
    ERROR in invoking target sdo_on of makefile
    /home/oracle/product/9.0.1/rdbms/lib/ins_rdbms.mk
    Thanks
    Keshav

    Hi harsh
    I'm no guru of Linux,
    but heard somewhere u just cant make 9i to work with 128 MB RAM it needs at least 512.
    u can refer a document
    http://www.puschitz.com/OracleOnLinux.shtml
    bye
    Good Luck
    Shalini

  • Installing Oracle Database 10g R2 on Red hat linux 4

    by following the guide of installation problem in the Following step
    Configuring the Oracle Users Enviroment
    Open the Oracle user shell startup file in any text editor
    problem is how to open and path of this file
    then
    Enter or edit the following line in the shell startup file
    umask 022
    if the oracle_sid,oracle_home,oracle_base enviroment variable is se in the file then remove the corresponding lines from the fie.
    save the file and exit from the editor
    I have problem in searching this file for oracle user
    Thanks

    how can we edit in this file for oracle installation i have tried with gedit
    [oracle@DB10G ~]$ gedit bash_profile
    Xlib: connection to ":0.0" refused by server
    Xlib: No protocol specified
    (gedit:762): Gtk-WARNING **: cannot open display:
    Thanks

  • Running Oracle Sql Developer under Red Hat 5

    Hello,
    I am trying to run Sql Developer but get those various errors (oracle 10g is installed and works).
    Am I trying to execute the wrong thing?
    [screen print|http://metalray.redio.de/dokumente/sqldeveloper.JPG]

    ok it was the wrong file. the right one is
    '/opt/sqldeveloper/sqldeveloper.sh'
    which is then asking me for the pathname of J2SE, which is the java virtual machine I guess.
    typing in
    '/usr/lib/jvm/java which is then extendet to '/usr/lib/jvm/java/bin/java' does not work
    (although this directory exists)
    Any suggestions?

Maybe you are looking for

  • My finder tags won't work

    Hello, i run osx 10.9.3 on my macbook retina and have been using the finder tags happily for the past few months. recently though they started not working. when i tag a file under red for example, i see the file itself getting colored red, but it won

  • I get two screens while uploading a document in a library

    Hi, I get two upload screens while uploading a document to a library. Take a look at the below screenshots. Can somebody please tell me how can I club these two to one. I need only one upload screen with all the metadata listed. Many thanks for your

  • LaCie won't mount...

    I have a LaCie 160GB external drive connected to my G5 dual 2.0GHz via FW800. It mounted and stayed mounted the first time I plugged it in (haven't done anything to it as far as plugging/unplugging anything goes), and was always on my desktop. That w

  • Intercompany reconciliation process in ECC 6.0

    Hi Can anyone guide me on how to understand intercompany reconciliation process in ECC 6.0? I have tried but could not understand. Thanks in Advance

  • Table lock ? dictionary row lock? recursive?

    hi guys, was looking at dml locks and ddl locks for example DML changes to table tab 1) (TX lock for table tab's affected row - stored in the row itself) 2) (TM lock for table tab - store in V$lock) DDL changes to table tab 1) (DDL lock for table tab