Oracle OLE DB Provider installation failed...

I downloaded ODAC101040.exe (Oracle OLE DB Provider setup) from following link.
http://www.oracle.com/technetwork/database/windows/utilsoft-088126.html
My OS is Windows 7 Home Premium.
But during installation, am getting error "Abnormal Program Termination" "Unknown Unknown".
Please help, if there is a workaround please let me know.

My OS is Windows 7 Home Premium.Be aware that normally no Oracle products are certified for any Windows Home editions.
BTW, did you read installation instructions from your link ?

Similar Messages

  • Oracle Client OLEDB Provider Installation

    I need to call Oracle OLEDB Provider "setup.exe" once I complete installing our product (using Installshield). I tried all different ways to do this and I have absolutely no luck.
    1. I tried calling LaunchaAppAndWait(SRCDIR^"disk1\\install\\win32\\setup.exe", "", WAIT) in OnFirstUIAfter event before SdFinishEx function and Installshield doesn't wait for Oracle Installer to finish its installation.
    2. I tried to get window handle for each window created during Oracle Installation and waiting, this somewhat makes Installshield to wait but hangs once Oracle completes its installation and sequence of windows displayed can change during Oracle Installation if user clicks on back button which will make Installshield to hang.
    Enable(STATUS);
    SetStatusWindow(count, "Please wait... launching Oracle Universal Installer");
    WindowName = "Welcome";
    FindOracleWindow();
    WindowName = "File Locations";
    FindOracleWindow();
    WindowName = "Available Product Components";
    FindOracleWindow();
    WindowName = "Summary";
    FindOracleWindow();
    WindowName = "Install";
    FindOracleWindow();
    WindowName = "End of Installation ";
    FindOracleWindow();
    hWnd=NULL;
    Disable(HOURGLASS);
    Disable(STATUS);
    3. I followed knowledge base article w[i]Long postings are being truncated to ~1 kB at this time.

    There is an Instant Client page on OTN http://otn.oracle.com/tech/oci/instantclient/instantclient.html as well as an Instant Client forum (Products | Database | Instant Client) where you may want to post any followup questions. I know you can use ODBC with the Instant Client, so you could use the OLE DB to ODBC provider. My hunch is that you cannot use the Oracle OLE DB provider with the Instant Client, but you're probably better off posting that question to the Instant Client forum for a definitive answer. If you can use OLE DB, the Instant Client documentation needs to be updated to mention that.
    Justin
    Distributed Database Consulting, Inc.
    http://www.ddbcinc.com/askDDBC

  • Unable to download ORACLE OLE DB provider 8.1.7.3

    I can not connect to web18-115.us.oracle.com to download the oracle ole db provider for 8.1.7.3.
    Is this down?
    I need this ASAP.

    oh ... I forgot to say ..
    when I run query under Enterprise Manager as
    select * from Openquery (db, 'select * from table')
    then it will show me a pop-up message
    "Query Designer encountered a MS Design Tools error:
    ODBC error: [Microsoft][ODBC SQL Server Driver][SQL Server]OLE DB provider 'OraOLEDB.Oracle' reported an error.
    [Microsoft][ODBC SQL server Driver][SQL Server][OLE/DB provider returned message: ORA-12545: Connect failed because target host or object does not exist]
    And I follow support.microsoft.com/support/complus/mtsandoracle.asp?SD=GN&LN=EN-US&gssnb=1,setting as follow
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSDTC\MTxOCI]
    "OracleXaLib"="oraclient8.dll"
    "OracleSqlLib"="orasql8.dll"
    "OracleOciLib"="oci.dll"

  • How deploy Oracle OLE DB Provider?

    What information is available to enable one to set up a simple deployment scenario for a Delphi 6.0 program that
    utilizes the Oracle OLE DB Provider? (What DLL files are needed, what [if any] registry settings must be made,
    what configuration files are needed, etc..) It is not viable to expect the end user to download the 45 MB file from
    the Oracle site in order to obtain the functionality of the Oracle OLE DB Provider.
    Thanks for your help!
    Dave Eland
    [email protected]

    Put the Oracle Installation CD on the network and then install the Client version of Oracle to everyone's pc.
    I know there are deployment wizards for VB and VC++ but this is the best i think as there are lots of dll's and it gets messy.
    They will also need the tnsnames.ora entry.
    Make sure you have the right licensing agreement with Oracle.

  • Download Oracle OLE DB Provider

    Hello!
    I cannot download Oracle OLE DB Provider
    http://www.oracle.com/technology/software/tech/windows/ole_db/htdocs/utilsoft.htm
    I get the message: "We're sorry, the page you requested was not found. "
    I have tried with serveral versions (but I want to have one for version 10)
    Do anyone know where else I can find this provider.
    Best regards,
    Tina

    http://edelivery.oracle.com
    Regards
    Asif Kabir

  • Oracle OLE DB provider truncates LONG field's data

    I am using Visual Basic 6, Oracle 8.1, and use ADO to connect to the Oracle database.
    I have a problem with OLE DB provider OraOLEDB.Oracle reading a LONG field (MEMO field in Access).
    When I tried to get the value of the LONG field, it truncates it to 100 characters.
    I do not have the problem using Microsoft Oracle OLE DB Provider MSDAORA.
    This is the Oracle table:
    CREATE TABLE tblA (
    tblA_KEY NUMBER(10) NOT NULL,
    tblA_MEMO LONG NULL
    This is the VB 6 code:
    Set rs = New ADODB.Recordset
    rs.Open ssql, adoConn, adOpenForwardOnly, adLockReadOnly
    sMemo = "" & rs.Fields("tblA_Memo") -->> sMemo contains only the first 100
    characters of tblA_Memo
    How can I fix this?
    Thank you.

    Thanks. I assume you are talking about 9.2 version of Oracle, right?
    While we are in the subject of LONG field. In Oracle 8.1, I can not do the following sql stt:
    select * from tblA where tblA_Memo like '%york%'
    It gives me the error "ORA-00932: inconsistent datatypes"
    Can I do this in Oracle 9.2 ?
    Thank you.

  • Oracle OLE DB Provider / Stored Procedure REF CURSOR errror

    Post Author: robfurrball
    CA Forum: Data Connectivity and SQL
    All,I'm out of ideas on this and would appreciate any suggestions.I'm trying to use Crystal XI to connect to an Oracle 9i database using the Oracle OLE DB Provider (required to use this provider by a 3rd party program that fires off the report).If I connect using the Microsoft OLE DB Provider for Oracle,  the report will return data.  When connecting with the Oracle OLE DB Provider, I get the following:Database Connector Error: 'ADO Error Code: 0x80040e14
    Source: OraOLEDB
    Description: ORA-06550: line 1, column 7:
    PLS-00306: wrong number or types of arguments in call to 'SP_MOMGLOBCSHBAL_TEST'
    ORA-06550: line 1, column 7:
    PL/SQL: Statement ignored
    Native Error: 6550 [Database Vendor Code: 6550 ]' -
    The procedure's only parameter is an IN OUT SYS_REFCURSOR, and the Oracle OLE DB Provider is version 9.2.0.7.0 Thanks,Rob

    Post Author: robfurrball
    CA Forum: Data Connectivity and SQL
    Summary: After going
    back and forth with Business Objects support they ruled that it was an issue
    with the provider itself, recommended I contact Oracle for resolution, and
    closed the case before I could comment back to them.  I was unable to send this response to their
    support team, so I'm posting it here in hopes that I can save others time/money
    in the future.
    My Response -
      I appreciate your input and would have liked to comment further on the case management system before you closed the case.  I'm a little surprised and disappointed that you recommend I contact Oracle directly about this issue.I would imagine that a company as large as Business Objects would have much better results dealing with Oracle to resolve an issue compared to an individual.Also, since you are able to connect to other objects (such as a table) in Crystal Reports using that provider, I would expect that you would want customers to be able to connect to stored procedures using it as well.  Otherwise, it would seem appropriate to either alert customers of this defect through documentation, public message boards, and forums.Using Crystal to pull data from stored procedures in other databases and data providers made me think that was a viable option for this project.  Since it was not documented as a limitation of Crystal and the provider, it has cost my organization a great deal of time and money trying to troubleshoot an issue I would have expected to be caught in Crystal Reports' internal quality assurance testing.------ This is the final note I received on my support case: -
    Please note that the statement used to execute a procedure within ODBC/OLE DB is different from the native 'Oracle Server' statement.In ODBC or OLE DB, the call is '{CALL "SCHEMANAME"."TEST_PROCEDURE"(3)}' , when using native 'Oracle Server' the call is 'BEGIN "SCHEMANAME"."TEST_PROCEDURE"(:TEST_CURSOR, 1); END ;'In ODBC or OLE DB, the cursor is still used however it is not listed within the SQL Statement as in the Native connection. This is the behavior from Crystal Reports 9 forward that the cursor is not shown through ODBC/OLE DB.In addition to that as the issue is only with the Oracle OLE DB provider and I would suggest you to contact Oracle about this issue, since the issue occurs outside of Crystal Reports when using QTADO with a standard call, so it is not an issue between Crystal Reports and Oracle.The issue is only with Oracle OLE DB provider as the same Oracle stored procedure call works within QTADO with the MS Oracle OLE DB provider.As the issue is with the OLE DB Provider and not with Crystal Reports, we may not be able to proceed further. Hence, I am closing this case from Case Management System.

  • Using Oracle OLE DB provider (with ADO) generates error: ORA-01843 while using date

    Were using OLE DB provider in order to connect to our Oracle 9i database. When executing the following query in a SQL Plus window I will get the correct results:
    SELECT gum_seu_syo_id, seu_userid, seu_first_name, seu_last_name
    From group_user_mapping, security_users
    Where gum_seu_syo_id = seu_syo_id
    and gum_term_date > '8/19/2002'
    and gum_seg_syo_id = 11
    However if will execute the same query from the our application (VB using ADO) I will get the following error:
    ORA-01843: Not a valid month
    Checking with our Oracle DBA we made sure my registry is correct and includes the correct format under HEKY_LOCAL_MACHINE\SOFTWARE\ORACLE\ORACLE_HOME,
    where the key is NLS_DATE_FORMAT (of type REG_EXPAND_SZ) with the value:
    MM/DD/YYYY HH:MI:SS AM
    I also run the following query in a SQL Plus window:
    select sysdate from dual;
    and got the following result:
    08/19/2002 10:27:20 AM
    which shows that the data format is correct.
    Trying to switch between the month and day in the query (put '19/8/2002') worked from the application but generated ORA-01843: Not a valid month in the SQL Plus window.
    Any ideas?

    try using
    to_char function
    for eg.
    select * from emp where to_char(hiredate,'dd/mm/yy') > '20/3/83'.
    Jagriti

  • Developer 9i suite & Oracle OLE DB provider conflict on XP Professional

    On a Windows XP Professional I installed Oracle 9i Developer suite Release 2 (9.0.2.0.0.) and it works fine.
    After that I installed the Oracle Provider for OLE DB 9.2.1.0 on the same machine and then after installing the OLE DB provider I get an error with Oracle Reports that will not open and gives me an illegal memory address error. Also I get another error with Forms.
    Is there any conflict in installing on the same XP machine 9i Developer suite (9.0.2.0.0) and the Oracle Provider for OLE DB 9.2.1.0 ?

    Hi,
    Unfortunately this forum can only deal with questions relating to the OTN documentation pages at: htp://otn.oracle.com/documentation/index.html
    Please try the Downloads forum at: Downloads Issues or the Database Product forums at: http://forums.oracle.com/forums/index.jsp?cat=18
    Regards,
    Les

  • Append hint + Oracle Ole DB Provider

    Hi everybody!
    This is my first post here in this great forum! ;-)
    I have a problem using Append hint with Oracle OleDB Provider and I've been searching internet for an answer without any luck.
    I'm trying to use Append hint with ADO + Oracle OleDB Provider (OraOLEDB.Oracle.1), like in the SQL below:
    INSERT /*+APPEND*/
    INTO my_table(field1, field2, field3)
    SELECT 0 field1, v.field2, v.field3)
    FROM my_second_table v
    The problem: Oracle is still creting log for this INSERT (It is working like there was no Append hint).
    If I use the same SQL statement with Microsoft Ole DB Provider for Oracle, the Append hint works as expected (log is not created), but doesn't work at all with Oracle DB Provider.
    Trace shows me that the SQL sentence is ok (the append hint is there!).
    I've tried Oracle servers 9.2 and/or 10g, and the problem is the same.
    Question: Does Append hint work with Oracle OleDB Provider? If yes, why it is not working? Something related with connection properties?
    Any help will be much appreciated!
    Thanks in advance.
    Alexandre Machado

    Hi everybody!
    This is my first post here in this great forum! ;-)
    I have a problem using Append hint with Oracle OleDB Provider and I've been searching internet for an answer without any luck.
    I'm trying to use Append hint with ADO + Oracle OleDB Provider (OraOLEDB.Oracle.1), like in the SQL below:
    INSERT /*+APPEND*/
    INTO my_table(field1, field2, field3)
    SELECT 0 field1, v.field2, v.field3)
    FROM my_second_table v
    The problem: Oracle is still creting log for this INSERT (It is working like there was no Append hint).
    If I use the same SQL statement with Microsoft Ole DB Provider for Oracle, the Append hint works as expected (log is not created), but doesn't work at all with Oracle DB Provider.
    Trace shows me that the SQL sentence is ok (the append hint is there!).
    I've tried Oracle servers 9.2 and/or 10g, and the problem is the same.
    Question: Does Append hint work with Oracle OleDB Provider? If yes, why it is not working? Something related with connection properties?
    Any help will be much appreciated!
    Thanks in advance.
    Alexandre Machado

  • Oracle OLE DB Provider for 8.0.5

    Does anyone know where I can find Oracle's OLE DB Provider that is compatible with 8.0.5 ?
    We are converting the front-end of an application to ASP, and the Microsoft driver doesn't allow PL/SQL functions to be executed directly, which will cause a major headache as this is how most of the back-end is written!
    Any help much appreciated,
    G

    Key here is multiple Oracle homes. You can install different Oracle versions in different Oracle homes and use a particular Oracle home based on your application requirement. You should not install 8i client in a 8.0.x Oracle home. Please refer to Oracle documentation on multiple Oracle homes feature.

  • Oracle grid and db installer fails upon launch - win7x64

    Hi. First let me say this is not my first time installing Oracle. I have installed oracle on Linux (just DB, ASM + DB) and Windows 7 x64 (just DB) successfully in the past. I've been working with Oracle for several years now. I'm a developer, not a DBA.
    I'm attempting a new development installation on my home computer, which is running Windows 7 64-bit. I've downloaded the 64 bit media for the database and grid infrastructure.
    My machine is a quad core i5 with 8GB ram. The storage is as follows:
    1 x 64GB SSD (C: drive with Windows installation, 20GB free)
    1 x 3TB spinning (D: drive, all program data, 2.8TB free)
    4 x 1TB spinning (unmounted, unformatted, for use with ASM)
    I have installed both the 32 bit and 64 bit current JDK.
    I am logged in as an Administrator.
    I have the oracle installation media in:
    D:\Temp\grid
    D:\Temp\database
    I have the ORACLE_BASE system environment variable set to:
    D:\Oracle (this directory exists, and is empty)
    Steps to produce problem:
    Start > All Programs > Accessories > Terminal (Right click, run as Adminstrator)
    Command Prompt input pasted below:
    Microsoft Windows [Version 6.1.7601]
    Copyright (c) 2009 Microsoft Corporation. All rights reserved.
    C:\Windows\system32>D:
    D:\>cd \temp\grid
    D:\Temp\grid>setup
    D:\Temp\grid>
    Oracle installer quits immediatly
    I am left with an install actions log file in D:\Users\myuser\AppData\Local\Temp\OraInstall<currenttimestamp>\
    The log file contains:
    Using paramFile: D:\Temp\grid\install\oraparam.ini
    Checking monitor: must be configured to display at least 256 colors. Actual 4294967296 Passed
    The number of files bootstrapped for the jre is 0.
    The number of files bootstrapped for the oui is 0.
    There are no errors in the Windows event viewer.
    Any steps as to what I can check would be great, I've never seen this behavior before. Thanks.

    Wow. I found the solution buried here: Re: Can't run Oracle 11g r2 setup.exe on win2008 r2 sp1 x64
    Apparently if the amount of free space is too great (you're kidding me, right Oracle?!) the installer will just die. Sounds like a bug that someone should look into fixing....
    So from the post I've mentioned above, I gather that you need less than 2 TB of free space. I navigated to my D drive and did the following:
    D:\Temp>fsutil file createnew imhuge.dat 1024000000000
    File D:\Temp\imhuge.dat is created
    Now, the OUI happily starts.

  • Oracle CRS(10.1) installation fails

    Hi,
    Following is a detailed synopsis of my unsuccessful attempt at installing Oracle Cluster Ready Services(10.1) on a two node Windows 2000 advanced server system with external SCSI hard disk.
    Following is the Configuration of both the Nodes
    1.Intel Pentium P4 2.80 Ghz CPU
    2.512 MB RAM
    3.37 GB HDD
    4.Windows 2000 Advanced Server SP4
    5.Adaptec SCSI CARD 39160 ULTRA160 SCSI Controller
    6.Two -10/100 Mbps Fast Ethernet PCI Adapter (DLINK)
    Clusterware
    Oracle Cluster Ready Services 10.1.0.2
    Configuration for SCSI
    1.Model Make :SEAGATE
    2.Model Number :ST336607
    3.Firmware: 0007
    4.Model Name: Cheetah 10K.6
    5.Capacity: 36.7GB
    6.Speed: 10000 rpm
    Following are the pre-installation steps.
    1.The system setup involved 2 identical nodes with Windows 2000 Advanced Server SP4 OS.
    2.Two static Public IP's for both the nodes
    3.Two private IP's which can be pinged. (1st Node Private IP 10.10.10.2 2nd Node Private IP 10.10.10.3)
    4.Entry of the private IP's can also be found in the host file.
    5.ORA_DBA win group was created on both the nodes.
    6.Both the nodes are connected to a external SCSI hard disk
    CRS installation Steps
    1.On the Cluster Configuration page the Public Node Names and corresponding Private Node Names were entered.
    2.On the Network Interface Usage Page one interface was selected as Public (192.168.144.0) and the other interface was selected as Private (10.10.10.0)
    3.On Disk formatting Options page the ‘Do not format any logical drives was selected’.
    4.Finally the Logical partitions made on the SCSI hard disk were assigned to the OCR and voting disk.
    OUI installed the Oracle folder and services on the primary node and on the remote node. But failed to start the services on both the nodes.
    Following is snippet of the OUI installing log.
    Save Cluster Inventory
    Error occured while trying to stop service OracleOUIOraCr10g_homeService on one or more cluster nodes. Please stop service on nodes pc-p41300 using the Service Control Manager.
    Invoking OUI on cluster nodes pc-p41300
    C:\DOCUME~1\salil\LOCALS~1\Temp\OraInstall2005-01-04_09-19-56PM\oui\bin\setup.exe -jreLoc C:\DOCUME~1\salil\LOCALS~1\Temp\OraInstall2005-01-04_09-19-56PM\jre\1.4.2 -paramFile C:\DOCUME~1\salil\LOCALS~1\Temp\OraInstall2005-01-04_09-19-56PM\oui/clusterparam.ini -silent -ignoreSysPrereqs -attachHome -local -noClusterEnabled ORACLE_HOME=D:\oracle\product\10.1.0\crs ORACLE_HOME_NAME=OraCr10g_home CLUSTER_NODES=PC-P41295,pc-p41300 CRS=true
    PRKC-1010 : Failed to stop the service on all nodes
    Starting to execute configuration assistants
    Launched configuration assistant 'Oracle Cluster Ready Services Configuration Assistant'
    Tool type is: Optional.
    The command being spawned is: 'D:\oracle\product\10.1.0\crs/install/crssetup.config.bat'
    Start output from spawned process:
    Successfully accumulated necessary OCR keys.
    Using ports: CSS=49895 CRS=49896 EVMC=49898 and EVMR=49897.
    node <nodenumber>: <nodename> <private interconnect name> <hostname>
    node 1: pc-p41300 pc-p41300-node pc-p41300
    node 2: pc-p41295 pc-p41295-node pc-p41295
    Creating OCR keys for user 'salil', privgrp ''..
    Operation successful.
    Now formatting voting device: \\.\votedsk
    Successful in setting block0 for voting disk.
    Format complete.
    Step 1: checking status of CRS cluster
    Step 2: configuring OCR repository
    Step 3: configuring safe mode for CRS stack
    Step 4: Starting up CRS stack on all nodes
    pc-p41300 service OracleCSService in improper STOPPED state, err(997)
    PC-P41295 service OracleCSService in improper PENDING state, err(997)
    Following errors were also observed at Operating System Level
    Event ID:11
    Description: The driver detected a controller error on \Device\SCSI\adpu160m1
    Note: adpu160m is the driver for the adaptec controllers
    Event ID:9
    Description: The device, \Device\SCSI\adpu160m1, did not respond within the time out period.
    Since the above method failed following alternate method was tired
    The CRS software was installed on just one node. This installation went about without any problems with all the services up and running.
    Using the ADDNode utility provided by CRS another node was added. But again when CRSSetup.exe tried to start the services on the remote node following error was encountered.
    PC-P41300 service OracleCSService in improper PENDING state, err(997)
    I would be grateful if some could help me with this problem.
    Thanking you in Anticipation,
    Regards,
    Salil([email protected])

    sa**** wrote:
    Hi,
    Following is a detailed synopsis of my unsuccessful attempt at installing Oracle Cluster Ready Services(10.1) on a two node Windows 2000 advanced server system with external SCSI hard disk.
    <B>Following is the Configuration of both the Nodes</B>
    1.Intel Pentium P4 2.80 Ghz CPU
    2.512 MB RAM
    3.37 GB HDD
    4.Windows 2000 Advanced Server SP4
    5.Adaptec SCSI CARD 39160 ULTRA160 SCSI Controller
    6.Two -10/100 Mbps Fast Ethernet PCI Adapter (DLINK)
    <B>Clusterware</B>
    Oracle Cluster Ready Services 10.1.0.2
    <B>Configuration for SCSI</B>
    1.Model Make :SEAGATE
    2.Model Number :ST336607
    3.Firmware: 0007
    4.Model Name: Cheetah 10K.6
    5.Capacity: 36.7GB
    6.Speed: 10000 rpm
    <B>Following are the pre-installation steps.</B>
    1.The system setup involved 2 identical nodes with Windows 2000 Advanced Server SP4 OS.
    2.Two static Public IP's for both the nodes
    3.Two private IP's which can be pinged. (1st Node Private IP 10.10.10.2 2nd Node Private IP 10.10.10.3)
    4.Entry of the private IP's can also be found in the host file.
    5.ORA_DBA win group was created on both the nodes.
    6.Both the nodes are connected to a external SCSI hard disk
    <B>CRS installation Steps</B>
    <P>1.On the Cluster Configuration page the Public Node Names and corresponding Private Node Names were entered.
    2.On the Network Interface Usage Page one interface was selected as Public (192.168.144.0) and the other interface was selected as Private (10.10.10.0)
    3.On Disk formatting Options page the ‘Do not format any logical drives was selected’.
    4.Finally the Logical partitions made on the SCSI hard disk were assigned to the OCR and voting disk.
    OUI installed the Oracle folder and services on the primary node and on the remote node. But failed to start the services on both the nodes.
    <B>Following is snippet of the OUI installing log.</B>
    <HR>
    Save Cluster Inventory
    Error occured while trying to stop service OracleOUIOraCr10g_homeService on one or more cluster nodes. Please stop service on nodes pc-p41300 using the Service Control Manager.
    Invoking OUI on cluster nodes pc-p41300
    C:\DOCUME~1\salil\LOCALS~1\Temp\OraInstall2005-01-04_09-19-56PM\oui\bin\setup.exe -jreLoc C:\DOCUME~1\salil\LOCALS~1\Temp\OraInstall2005-01-04_09-19-56PM\jre\1.4.2 -paramFile C:\DOCUME~1\salil\LOCALS~1\Temp\OraInstall2005-01-04_09-19-56PM\oui/clusterparam.ini -silent -ignoreSysPrereqs -attachHome -local -noClusterEnabled ORACLE_HOME=D:\oracle\product\10.1.0\crs ORACLE_HOME_NAME=OraCr10g_home CLUSTER_NODES=<font face="tahoma,verdana,sans-serif" size="1" color="#000">PC-P41295,pc-p41300</font> CRS=true
    PRKC-1010 : Failed to stop the service on all nodes
    Starting to execute configuration assistants
    Launched configuration assistant 'Oracle Cluster Ready Services Configuration Assistant'
    Tool type is: Optional.
    The command being spawned is: 'D:\oracle\product\10.1.0\crs/install/crssetup.config.bat'
    Start output from spawned process:
    Successfully accumulated necessary OCR keys.
    Using ports: CSS=49895 CRS=49896 EVMC=49898 and EVMR=49897.
    node <NODENUMBER>: <NODENAME><PRIVATE name interconnect><HOSTNAME>
    node 1: pc-p41300 pc-p41300-node pc-p41300
    node 2: pc-p41295 pc-p41295-node pc-p41295
    Creating OCR keys for user 'salil', privgrp ''..
    Operation successful.
    Now formatting voting device: \\.\votedsk
    Successful in setting block0 for voting disk.
    Format complete.
    Step 1: checking status of CRS cluster
    Step 2: configuring OCR repository
    Step 3: configuring safe mode for CRS stack
    Step 4: Starting up CRS stack on all nodes
    <HR>
    <B>pc-p41300 service OracleCSService in improper STOPPED state, err(997)
    PC-P41295 service OracleCSService in improper PENDING state, err(997)</B>
    <HR>
    <B>Following errors were also observed at Operating System Level</B>
    <B>Event ID:11</B>
    Description: The driver detected a controller error on \Device\SCSI\adpu160m1
    Note: adpu160m is the driver for the adaptec controllers
    <B>Event ID:9</B>
    Description: The device, \Device\SCSI\adpu160m1, did not respond within the time out period.
    Since the above method failed following alternate method was tired
    The CRS software was installed on just one node. This installation went about without any problems with all the services up and running.
    Using the ADDNode utility provided by CRS another node was added. But again when CRSSetup.exe tried to start the services on the remote node following error was encountered.
    <B>PC-P41300 service OracleCSService in improper PENDING state, err(997)</B>
    I would be grateful if some could help me with this problem.
    <P>Thanking you in Anticipation,
    Regards,
    Salil([email protected]) </P>
    I do not know what you're talking about, I'm new to this.

  • Oracle 8.1.6 Installation fails with java.lang.NullpointerException

    HI,
    We are installing Oracle 8.1.6 on a D Class machine running HPUX 11.0 OS
    While i start the Universal Installer, it fails with the following
    error.
    Warning: Missing charsets in String to FontSet conversion
    Warning: Cannot convert string "-dt-interface
    system-medium-r-normal-s*-*-*-*-*-*-*-*-*" to type FontSet
    Warning: Missing charsets in String to FontSet conversion
    Warning: Cannot convert string "-dt-interface
    user-medium-r-normal-s*-*-*-*-*-*-*-*-*" to type FontSet
    Exception java.lang.NullPointerException occurred..
    java.lang.NullPointerException
    at sun.awt.motif.MComponentPeer.setFont(MComponentPeer.java:197)
    at sun.awt.motif.MFramePeer.<init>(MFramePeer.java:73)
    at sun.awt.motif.MToolkit.createFrame(MToolkit.java:177)
    at java.awt.Frame.addNotify(Frame.java:203)
    at java.awt.Window.show(Window.java:143)
    at java.awt.Component.show(Component.java:511)
    at java.awt.Component.setVisible(Component.java:473)
    at
    oracle.sysman.oii.oiic.OiicInstaller.main(OiicInstaller.java:419)
    My ORACLE_TERM is set to dtterm.
    Can anybody give some suggestions what would be the problem..?
    Thanks
    vinod
    null

    Pretty much the same thing, Tomcat is the web server in CUCM, so that should have been sufficient.
    Please rate all useful posts!
    Chris

  • Oracle Database Configuration Assistant Installation Failed

    I am installing Oracle8i for linux on a Redhat 6.0 box (dual
    PII-350, 256 MB RAM). At the end of a "typical" installation run
    from the runInstaller, it says:
    "A required command line argument is missing."
    And the ODCA failed to create the database. Net8 configuration
    assistant was installed fine.
    If I run the svrmgrl :
    sh-2.03$ ./svrmgrl
    Oracle Server Manager Release 3.1.5.0.0 - Production
    (c) Copyright 1997, Oracle Corporation. All Rights Reserved.
    Oracle8i Enterprise Edition Release 8.1.5.0.0 - Production
    With the Partitioning and Java options
    PL/SQL Release 8.1.5.0.0 - Production
    SVRMGR> connect
    Username: internal
    Connected.
    SVRMGR> startup
    LRM-00109: Kan ikke bne parameterfilen '?/dbs/[email protected]'
    ORA-01078: failure in processing system parameters
    What's wrong here?
    Thanks for any insights.
    -Dong
    null

    : : : LRM-00109: Kan ikke bne parameterfilen '?/dbs/[email protected]'
    =The message is in Danish
    Hermann Ragaller (guest) wrote:
    : I think that is a know bug in the installer.
    : Ignore the problem and start the db assistant from the command
    : line afterwards:
    : $ dbassist
    : I created the database this way. The option "copy seed database
    : from cd" did not work because it could not see the cd, so I
    : choose create from scratch. That worked fine.
    : Btw, I had the same strange message - its not german, looks
    more
    : like swedish or dutch to me...
    : Hermann
    : Simon Griffiths (guest) wrote:
    : : I'm not sure what the bit of German means, but I'm pretty
    sure
    : : oracle cannot find your parameter file to open the database
    : with.
    : : By default it looks in a file
    : : $ORACLE_HOME/dbs/init${ORACLE_SID}.ora
    : : You probably don't have one of these !
    : : Have you set $ORACLE_SID yet ?
    : : I gave up on the assistant and used the create scripts in
    : : $ORACLE_HOME/rdbms/install/create. These work fine without
    any
    : : editing.
    : : A mininum would be :
    : : crdb1.sh i815
    : : crdb2.sh i815
    : : crdb3.sh i815
    : : dong (guest) wrote:
    : : : I am installing Oracle8i for linux on a Redhat 6.0 box
    (dual
    : : : PII-350, 256 MB RAM). At the end of a "typical"
    installation
    : : run
    : : : from the runInstaller, it says:
    : : : "A required command line argument is missing."
    : : : And the ODCA failed to create the database. Net8
    : configuration
    : : : assistant was installed fine.
    : : : If I run the svrmgrl :
    : : : sh-2.03$ ./svrmgrl
    : : : Oracle Server Manager Release 3.1.5.0.0 - Production
    : : : (c) Copyright 1997, Oracle Corporation. All Rights
    Reserved.
    : : : Oracle8i Enterprise Edition Release 8.1.5.0.0 - Production
    : : : With the Partitioning and Java options
    : : : PL/SQL Release 8.1.5.0.0 - Production
    : : : SVRMGR> connect
    : : : Username: internal
    : : : Connected.
    : : : SVRMGR> startup
    : : : LRM-00109: Kan ikke bne parameterfilen '?/dbs/[email protected]'
    : : : ORA-01078: failure in processing system parameters
    : : : What's wrong here?
    : : : Thanks for any insights.
    : : : -Dong
    null

Maybe you are looking for

  • No Design View?

    I hope I'm mistaken in understanding that design view has been removed from flash builder 4.7. That was one of the coolest things about flash builder, I think removing it had to be one of the dumbest ideas anybody's ever had. Please tell me how mista

  • OPA developer Help

    Hi all, I have gone through the OPA developer help. However, the help seems to be incomplete and leads you nowhere. Many of the concepts are not elaborated. For example, if you see the creating custom screen section, it says that a valid response obj

  • How do i stop the new tabs from automatically redirecting any address i type in to ask seach?

    After the latest patch, any address i put in just redirects me to ask search. How can i stop it?

  • Datalevel security In Obiee11g

    Hi, How we will do data level security?if we have 4 (A,B,C,D)groups?in each group we have 10 users?if A group user entered if he run a report he can see 5000 records in report,if b group user entered he can see 8000,C group user entered he can see 10

  • Cascading LOVs

    Hi, I have created 2 LOVs: 1)select deptno,dname from scott.dept 2)select empno,ename from scott.emp where deptno =:dept The report is as follow: select * from SCOTT.EMP where DEPTNO = :deptno and EMPNO = :empno When picking the second LOV parameter