ORACLE RAC FAILED WITH PRVF-4007- 11.1.0.7

Hi ,
We are in middle installing Oracle RAC on AIX 6.1 when run RAC verification utility .
cluvfy stage -post hwos -n node1,node2 -verbose
it generate error from user
Result: PRVF-4007 : User equivalence check failed for user "oracle"
Post-check for hardware and operating system setup was unsuccessful.
Checks did not pass for the following node(s):
Node1
I did ssh,rsh from both nodes then I face issue . I modified hosts.equiv
Now I can do rsh from both nodes and with node itself .
But for ssh I cannot
Example from node1
ssh node1 date ( not work)
ssh node2 date ( work)
rsh node1 date ( work)
rsh node2 date ( work)
where do you think problem?
Edited by: user12010537 on 21/03/2011 12:30 ص
Edited by: user12010537 on 21/03/2011 12:31 ص

Hi;
For your issue i suggest close your thread here as changing thread status to answere and move it to Forum Home » Grid Computing » RAC, ASM & Clusterware Installation which you can get more quick response
Regard
Helios

Similar Messages

  • Oracle clsomon failed with fatal status 13.

    How can we know, What's going on about this error ?
    we have used oracle RAC 10G on Redhat 4
    May 4 08:50:29 aadb01 logger: Oracle clsomon failed with fatal status 13.
    May 4 08:50:30 aadb01 su(pam_unix)[31051]: session opened for user oracle by (uid=0)
    May 4 08:50:30 aadb01 logger: Oracle CRS failure. Rebooting for cluster integrity.

    How can we know, What's going on about this error ?
    we have used oracle RAC 10G on Redhat 4
    May 4 08:50:29 aadb01 logger: Oracle clsomon failed with fatal status 13.
    May 4 08:50:30 aadb01 su(pam_unix)[31051]: session opened for user oracle by (uid=0)
    May 4 08:50:30 aadb01 logger: Oracle CRS failure. Rebooting for cluster integrity.

  • Oracle RAC One with SAP?

    Hello,
    are there any plans to release RAC One with SAP?
    Will it be included in the general Oracle RAC 11.2 release for SAP?
    Who can tell me the (list) price for Oracle RAC One for SAP systems?
    The note 527843 doesn't help with any of these questions.
    Regards,
    Mark

    Hello,
    I am especially interested in the licence policy of RAC One.
    Will it be part of standard or extended licence ???
    Generally RAC One is an Oracle Option that just limits the RAC with 2 nodes.
    If SAP makes certification for "RAC" generally and not for "RAC One" this would be
    no technical reason.
    If somebody authorized can answer my question this would be great.
    Best Regards
    Andreas

  • Linux Oracle RAC Issues with CRS

    Using the Linux Oracle RAC install guide - I've finally installed my install on Linux for the Oracle RAC. Just one problem - now after 10 mins or so - one of my nodes loses communication which barks out a PRKH-1010 error after trying to run a status check on my nodes using the srvctl status nodeapps -n <servername> command.
    any clues or ways to diagnose?

    Hi!
    The gsd relies on some files residing in /tmp/.oracle
    Are they still there?
    GSD is known to stop if they are absent.
    cu
    Andreas

  • RMAN backup in RAC failing with error ORA-19566

    Hi all, i have 2 node RAC and i am trying to take rman backup of the database which is in ASM filesystem.
    There is a corruption in SYSAUX file and rman is failing to take backup of the sysaux datafile and error thrown at the end like
    piece handle=/home/oracle/orabackup/BLOOM_LVL0_20120627_1qnejueh_s58_p1 tag=TAG20120627T185538 comment=NONE
    channel ORA_DISK_1: backup set complete, elapsed time: 00:00:56
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03009: failure of backup command on ORA_DISK_1 channel at 06/27/2012 18:56:17
    *ORA-19566: exceeded limit of 0 corrupt blocks for file +DATA/bloom/datafile/sysaux.257.775475317*
    Then i tried to validate the backup in rman of the datafile sysaux nad fired the following query
    SQL> SELECT * FROM v$database_block_corruption;
    FILE# BLOCK# BLOCKS CORRUPTION_CHANGE# CORRUPTIO
    3 32011 1 0 ALL ZERO
    3 32049 40 0 ALL ZERO
    3 32034 1 0 ALL ZERO
    3 28964 1 1399837 LOGICAL
    3 32015 2 0 ALL ZERO
    and found all the blocks in the table WRH$_SQL_PLAN.
    Then dropped the table, and tried to take backup of the database and it is failing again with the same error..
    ANY SOLUTION TO TAKE BACKUP OF THE DATABASE.
    anyhow we can SET MAXCORRUPT FOR DATAFILE 3 to value, but does this works all time...
    Thanks in advance,
    TEJAS

    Both are good suggestions, but
    Osama-mustafa wrote:
    RMAN> blockrecover datafile 5 block 2684; -- Fix Eror That ship has already sailed:
    TEJAS_DBA wrote:
    And Yes this is the first time i am taking backup on the database.And:
    Osama-mustafa wrote:
    Or Skip Option
    Like
    RMAN> RUN{
    2> SET MAXCORRUPT FOR DATAFILE 1,3 to 1;
    3> BACKUP DATABASE;
    4> }The OP was aware of this option and hopefully was able to get at least some sort of a backup eventually. But as for the dropped WRH$_SQL_PLAN, TEJAS is, I will use the word "braver" than most. And as often is the case, Dan Morgan offered the only bit of sensible advise.
    Open an SR.
    Good luck.

  • Install RAC failed with root.sh error while loading shared libraries: libst

    Hi ,
    I install rac under vmware workstation using this atricle .
    http://www.oracle-base.com/articles/10g/OracleDB10gR2RACInstallationOnCentos4UsingVMware.php
    everything work smoothly but I faced error with root.sh
    Failed to upgrade Oracle Cluster Registry configuration
    I found metlalink talk about missing compat-libstdc++-33-3.2.3-47.3.ia64.rpm and must be installed according to
    that .
    The probelm rasied when run
    /u01/app/oracle/product/10.2.0/crs/bin/crsctl.bin: error while loading shared libraries: libstdc++.so.5: cannot
    open shared object file: No such file or directory
    Failure initializing entries in /etc/oracle/scls_scr/rac2.
    Linux version is RHE4
    [oracle@rac1 bin]$ uname -a
    Linux rac1.localdomain 2.6.9-55.ELsmp #1 SMP Fri Apr 20 17:03:35 EDT 2007 i686 i686 i386 GNU/Linux
    when install this package it does not work
    [root@rac1 RPMS]# rpm -Uvh compat-libstdc++-33-3.2.3-47.3.ia64.rpm
    warning: compat-libstdc++-33-3.2.3-47.3.ia64.rpm: V3 DSA signature: NOKEY, key ID b38a8516error: Failed
    dependencies:
    libc.so.6.1()(64bit) is needed by compat-libstdc++-33-3.2.3-47.3.ia64 libc.so.6.1(GLIBC_2.2)(64bit)
    is needed by compat-libstdc++-33-3.2.3-47.3.ia64 libc.so.6.1(GLIBC_2.3)(64bit) is needed by compat-
    libstdc++-33-3.2.3-47.3.ia64 libgcc_s.so.1()(64bit) is needed by compat-libstdc++-33-3.2.3-47.3.ia64
    libgcc_s.so.1(GCC_3.0)(64bit) is needed by compat-libstdc++-33-3.2.3-47.3.ia64 libgcc_s.so.1(GCC_3.3)(64bit)
    is needed by compat-libstdc++-33-3.2.3-47.3.ia64 libgcc_s.so.1(GLIBC_2.0)(64bit) is needed by compat-
    libstdc++-33-3.2.3-47.3.ia64 libm.so.6.1()(64bit) is needed by compat-libstdc++-33-3.2.3-47.3.ia64
    compat-libstdc++ = 7.3-2.96.128 is needed by (installed) compat-libstdc++-devel-7.3-2.96.128.i386 compat-
    libstdc++ = 7.3 is needed by (installed) compat-gcc-c++-7.3-2.96.128.i386[root@rac1 RPMS]#
    My probelm cannot install this packages ? What shoudl I do .

    user12010537 wrote:
    Hi ,
    I found metlalink talk about missing compat-libstdc++-33-3.2.3-47.3.ia64.rpm and must be installed according to
    Linux version is RHE4
    [root@rac1 RPMS]# rpm -Uvh compat-libstdc++-33-3.2.3-47.3.ia64.rpm
    warning: compat-libstdc++-33-3.2.3-47.3.ia64.rpm: V3 DSA signature: NOKEY, key ID b38a8516error: Failed
    dependencies:
    libc.so.6.1()(64bit) is needed by compat-libstdc++-33-3.2.3-47.3.ia64
    My probelm cannot install this packages ? What shoudl I do .
    Hi,
    You need to install the dependency package first like glibc, etc
    also see the output from runcluvfy, it should show which packages need to installed
    Cheers

  • Kerberos Authentication between Sharepoint 2013 Foundation - SSRS 2012 - Oracle 11g failing with ORA-12638: Credential retrieval failed

    I have set up SharePoint 2013 Foundation, SharePoint Reporting Services and SQL Server 2012 in a single server. I then created a Data Connection to Oracle 11g. Upon testing the connection, it throws the error “ORA-12638: Credential retrieval failed”.
    Given below are the steps of installation and configuration.
    Installation till basic authentication:
    The installation has been done in a
    single server.
    Installed SQL Server 2012 (Developer version).
    Selected only the following features:
    Database Engine Services
    Analysis Services
    Reporting Services – SharePoint
    Reporting Services Add-in for SharePoint Products
    Management Tools – Basic
    - Management Tools - Complete
      2. Installed SQL Server 2012 SP1.
      3. Installed SQL Server 2012 SP2.
      4. Installed SharePoint Foundation 2013.
      5. Created web application (without Kerberos; we did not even create the SPNs).
          The application pool has been configured to use Reporting Services account since it is a single server installation. This account has been registered as a managed
    account.
      6. Created Site Collection.
      7. Verified that Reporting Services is not installed.
      8. Installed SharePoint Reporting Services from SharePoint 2013 Management Shell.
      9. Verified that Reporting Services is installed.
     10. Created a new SQL Server Reporting Services Service Application and associated the Web Application to the new SQL server Reporting Services Service Application.
      11. Verified that SQL Server Reporting Services Service Application and its proxy have started. Reset IIS.
      12. Created a Site.
      13. Created a Data Connection library with “Report Data Source” content type.
      14. Created a Report Model library with “Report Builder Model” content type.
      15. Created a Report library with “Report Builder Report” content type.
      16. Uploaded an SMDL to the Report Model library.
      17. Added the top level site to Local Intranet instead of as a Trusted Site in the browser settings.
      18. Able to create and save a report using Report Builder.
    Hence, basic authentication is working and SSRS is able to connect to Oracle database.
    Next we have to configure Kerberos settings between SharePoint and SQL Server.
    Implementation of Kerberos authentication
    In the Report Server machine, opened the file C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\WebServices\Reporting\rsreportserver.config  and added the Authentication Types of RSWindowsNegotiate
    and RSWindowsKerberos.
     2.  Set up the following SPNs.
                   a) SQL Server Database Engine service (sqlDbSrv2):
                    setspn -S MSSQLSvc/CER1110:1433 CERDEMO\sqlDbSrv2
                    setspn -S MSSQLSvc/CER1110.cer.demo.com:1433 CERDEMO\sqlDbSrv2
                 In the Delegation tab of the account, selected "Trust this user for delegation to any service (Kerberos only)".
    b) Account: SharePoint Setup Admin account (spAdmin2)
         setspn -S HTTP/CER1110:9999 CERDEMO\spAdmin2
                    setspn -S HTTP/CER1110.cer.demo.com:9999 CERDEMO\spAdmin2
                    In the Delegation tab of the account, selected "Trust this user for delegation to any  service
    (Kerberos only)".
    c) Account: SQL Server Reporting Service account (sqlRepSrv2)
                       setspn -S HTTP/CER1110 CERDEMO\sqlRepSrv2
                       setspn -S HTTP/CER1110.cer.demo.com CERDEMO\sqlRepSrv2
                       In the Delegation tab of the account, selected "Trust this user for delegation to any service
    (Kerberos only)".
      3. Configure the Web Application to use “Negotiate (Kerberos)”.
      4. Logged in as SharePoint Administrator to the SharePoint server and opened the top level site in the IE browser.
         The Event Viewer logged the login process for the SharePoint Administration account as
    Negotiate and not Kerberos.
      5. Implemented Kerberos for Oracle database and client.
         Able to connect to the Oracle database via Kerberos authentication using SQL Plus.
      6. Turn on Windows Firewall.
      7. While testing the site's data connection using Kerberos settings, got the error
    “Can not convert claims identity to windows token. This may be due to user not logging in using windows credentials.”
          Note: The Data Connection for basic authentication still worked.
      8. Created a Claims to Windows Token Service account (spC2WTS2).
      9. Started the Claims to Windows Token Service.
     10. Registered the Claims to Windows Token Service account as a Managed Account.
     11. Changed the Claims To Windows Token Service to use the above managed account.
     12. Verified that the Claims to Windows Token Service account (spC2WTS2) is automatically added to the WSS_WPG local group on the SharePoint box.
          Note: The Reporting Services service account is also a part of the WSS_WPG local group.
     13. Added the Claims to Windows Token Service account (spC2WTS2) to the Local Admin Group on the machine having the SharePoint App Server.
     14. In the SharePoint box, added the Claims to Windows Token Service account (spC2WTS2) in the Act as part of the operating system policy right.
     15. The Claims to Windows Token Service account (spC2WTS2) has the WSS_WPG group configured.
          When the C2WTS service was configured to use the managed account Claims to Windows Token Service account (spC2WTS2) earlier, the spC2WTS2 account was automatically
    added to the WSS_WPG local group on the SharePoint box. The WSS_WPG group in turn is configured in c2wtshost.exe.config file.
     16. Verified that the Reporting Services account is a managed account and part of the WSS_WPG group.
     17. Earlier Service Application Pool - SQL Server Reporting Services App Pool service was associated with the SharePoint Admin account.
          Changed this to associate the Reporting Service account with the Service Application Pool - SQL Server Reporting Services App Pool service.
     18. Changed the delegation of the Reporting Service account to constrained delegation with Protocol Transitioning. This is because we are transitioning from one authentication scheme (Claims) to another (Windows Token).
          For this, the delegation has been changed to "Trust this user for delegation to specified services only". Also, selected the sub radio button "Use
    any authentication protocol". Selected the Oracle Kerberos service as the service to which this account can present delegated credentials.
          Note: The Reporting Service account already had an HTTP SPN.
     19. Next, the goal was to make the Claims To Windows Token Service account match the Reporting Service account.
           For this, we created a fake SPN for the Claims To Windows Token Service account since the delegation tab was missing.
           The delegation has been changed to "Trust this user for delegation to specified services only". Also, selected the sub radio button "Use any
    authentication protocol". Selected the Oracle Kerberos service as the service to which this account can present delegated credentials.
     20. Restarted the SharePoint server.
     21. Tested the data connection with the Kerberos settings again.
           Got the error
    “ORA-12638: Credential retrieval failed”.
    Can anyone tell me what is wrong with this setup?

    http://www.freeoraclehelp.com/2011/10/kerberos-authentication-for-oracle.html
    Problem4: ORA-12638: Credential retrieval failed
    Solution:  Make sure that SQLNET.KERBEROS5_CC_NAME is set in sqlnet.ora and okinit has been run before attempting to connect to the database.
    Do check 
    http://webcache.googleusercontent.com/search?q=cache:5a2Pf3FH7vkJ:externaltable.blogspot.com/2012/06/kerberos-authentication-and-proxy-users.html+&cd=5&hl=en&ct=clnk&gl=in
    If this helped you resolve your issue, please mark it Answered. You can reach me through http://itfreesupport.com/

  • Using patch plans for 12.1.0.2 target oracle home fails with 'PREREQ_MESG: Unable to get the version of OPatch'

    We are attempting to use patch plan to apply PSU and one-offs to a new 12.1.0.2 database oracle home.  Our EM version is 12.1.0.4.
    We are experiencing the same issue described in ''Bug 20271609 : Unable to get the version of OPatch".   This bug is closed as 'duplicate bug to filer' but we do not appear to have visibility into what patch/bug fixes the issue.
    Description from the above mentioned bug is our same issue.  We do not have this issue when we use patch plans against an 11.2.x oracle_home target.  It is unique to 12.1.0.2 oracle_home target.
    Description from the bug:
    The Plan failed in step "Run Prerequisite Checks" with the following errors:
    PREREQ_NAME: Minimum Version of OPatch
    PREREQ_DESC: Check if the required version of OPatch is present on the target
    PREREQ_TYPE: PATCH_TOOL_CHECK
    PREREQ_STATUS: FAILED
    PREREQ_MESG: Unable to get the version of OPatch at
    /u01/app/oracle/product/12.1.0/dbhome_2/Opatch
    We have opened an SR to see if we can get more info on what was already identified as a bug.  Has anyone else experienced this issue?  If so, can you share any patches or workarounds (other than manually applying patches) that you found useful?
    Thanks.

    You'll probably get the same info from Support, but the workaround is to use the Patch Database (however that doesn't work if there's no DB target associated to that home).   If you were trying to do patchign out of place (clone home, patch, then move db's), EM can do this for you.   If you're just installing a new DB Home and trying to patch, then i don' think there's another workaround.  The base bug is marked fixed though, so a backport for the 12.1.0.6 plugin should be available very soon.  I would ask the support analyst to request the backport for your plugin/patch level...

  • ORACLE RAC FAIL...

    Hi
    I trd to install oracle 10g RAC on windows 2003 as OS and on VMware.The configuration comes upto vipca.When it is going through the cluster shows blue dump otherwise get hanged.Is it a problem with my configuration or with my hard ware.Plz help.
    Regards
    Bobby

    Blue screen on windows.... seems problem with hardware..

  • Calling web service from oracle forms fails with ORA_JAVA.JAVA_ERROR

    Problem Description:
    I'm following the steps as per the doc:
    http://www.oracle.com/technology/products/forms/htdocs/10gr2/howto/webservicefromforms/ws_10_1_3_from_forms.html
    to create a java stub to call external web service and then use java importer in oracle forms to call this web service from oracle forms.
    WSDL for external web service used is http://www.webservicex.net/CurrencyConverter.asmx?wsdl
    Calling the web service using JDeveloper works fine but from Oracle Forms returns ORA_JAVA.JAVA_ERROR; Unable to call out to Java, Invalid object type for argument 1
    The code from oracle form to call web service is as below:
    DECLARE
    jo ora_java.jobject;
    rv ora_java.jobject;
    ex ora_java.jobject;
    outString varchar2(2000);
    BEGIN
    jo:= CurrencyConvertorStub.new;
    --This will get the exchange rate from US Dollars to UK Sterling.
    rv:= CurrencyConvertorStub.ConversionRate(jo,'CAD','USD');
    message (float_.floatValue(RV));
    EXCEPTION
    WHEN ORA_JAVA.JAVA_ERROR then
    message('Unable to call out to Java, ' ||ORA_JAVA.LAST_ERROR);
    WHEN ORA_JAVA.EXCEPTION_THROWN then
    ex := ORA_JAVA.LAST_EXCEPTION;
    outString := Exception_.toString(ex);
    message(outString);
    END;
    Any help/ideas on this is greatly appreciated. Thanks.

    Yes, it is the message line - so basically this call fails => rv:= CurrencyConvertorStub.ConversionRate(jo,'CAD','USD'); and control goes in the exception block
    WHEN ORA_JAVA.JAVA_ERROR then
    message('Unable to call out to Java, ' ||ORA_JAVA.LAST_ERROR);
    Below is the code from java stub that was generated using JDeveloper by using web services stub/skeleton and associating the WSDL
    public Double ConversionRate(String FromCurrency, String ToCurrency) throws Exception
    URL endpointURL = new URL(endpoint);
    Envelope requestEnv = new Envelope();
    Body requestBody = new Body();
    Vector requestBodyEntries = new Vector();
    String wrappingName = "ConversionRate";
    String targetNamespace = "http://www.webserviceX.NET/";
    Vector requestData = new Vector();
    requestData.add(new Object[] {"FromCurrency", FromCurrency});
    requestData.add(new Object[] {"ToCurrency", ToCurrency});
    requestBodyEntries.addElement(toElement(wrappingName, targetNamespace, requestData));
    requestBody.setBodyEntries(requestBodyEntries);
    requestEnv.setBody(requestBody);
    Message msg = new Message();
    msg.setSOAPTransport(m_httpConnection);
    msg.send(endpointURL, "http://www.webserviceX.NET/ConversionRate", requestEnv);
    Envelope responseEnv = msg.receiveEnvelope();
    Body responseBody = responseEnv.getBody();
    Vector responseData = responseBody.getBodyEntries();
    return (Double)fromElement((Element)responseData.elementAt(0), java.lang.Double.class);
    }

  • JKM Oracle Consistent fail with Incremental Merge when Group By is needed

    Hello,
    I use a journalized table as a source of an interface using an Incremental Merge as IKM.
    When inserting the record in the I$ table, the query failed as the group by is not well formed. Is there an option somewhere to handle this case or should I modify manually the KM for this type of action?
    select     
         DIM_TIME_MTH.YR_MTH,     FAT_PROD_MTH.SCENARIO_ID,     sum(FAT_PROD_MTH.HRS_CHGABLE),     JRN_FLAG
    from     STGDWH.JV$FAT_PROD_MTH FAT_PROD_MTH
    where     (1=1)
    AND JRN_SUBSCRIBER = 'SUNOPSIS' AND JRN_DATE > sysdate-2
    Group By
    FAT_PROD_MTH.SCENARIO_ID,
    minus
    select
         YR_MTH,     SCENARIO_ID,     HRS_CHGABLE,'I'     IND_UPDATE
    from     REPG.FAT_PROD_YTM
    Edited by: jean-francois on Nov 14, 2011 9:46 AM

    Hi,
    After your journal is started you need to set up a packge (or manually perform these steps on the Model in ODI) to do the following using ODI Tools :
    Extend Window (this resets the SCN numbers in the subscriber table you have found) ---> Lock Subscriber ---> (< Run interfaces>) ----> Unlock Subscriber ----> Purge Journal
    Its hidden in the docs here :
    http://docs.oracle.com/cd/E14571_01/integrate.1111/e12643/data_capture.htm#CFHIHJEE
    here is great guide I always refer people to which shows exactly how :
    http://soainfrastructure.blogspot.co.uk/2009/02/setting-up-oracle-data-integrator-odi_15.html
    The guide explains how to set up ODI to loop around and wait for more change data to occur (using ODIWaitForLogData) .
    Hope this helps
    Alastair

  • Oracle Report Failed with Signal 11 Error

    Hi,
    I am modifying a query in one of the Report Groups,when try to run my report with New query I am getting Signal 11 error.
    Original query is working fine but when run the report with modified query it is error with Signal 11.
    Note :Modified query is not giving any error when running in toad or while compiling in reports.
    Can anyone please assist what is wrong with my query.
    Actual Query:
    Select
    wnd.delivery_id
    ,nvl(wdd.ship_to_contact_id,-999)  ship_to_contact_id
    ,oola.line_id so_line_id
    ,msi.inventory_item_id
    ,oola.header_id so_header_id
    ,wdd.delivery_detail_id
    ,wdd.attribute4 pallet_no
    ,to_number(wdd.attribute1) num_of_cartons
    ,msi.segment1
    ,msi.description
    ,msi.primary_uom_code UM
    ,msi.concatenated_segments
    ,oola.user_item_description user_desc
    ,wdd.requested_quantity qty
    ,ooha.cust_po_number customer_po
    ,ooha.order_number so_num
    ,oola.line_number so_line_num
    ,ooha.order_number so_num
    ,oola.line_number so_line_num
    ,hca.cust_account_id                         bill_to_cust_acc_id
    ,hcasa.cust_acct_site_id                 bill_to_cust_acc_site
    ,xsf_haou.attribute7                         cust_item_ref
    ,(select packing_instructions
         from   oe_order_lines_all
         where  line_id = oola.line_id
         and    packing_instructions is not null
         and rownum < 2)  line_level_ins
    ,(select attribute10
              from wsh_delivery_details
             where delivery_detail_id = wdd.delivery_detail_id
               and attribute10 is not null
               and rownum < 2) dimension1
    ,(select ftt.territory_short_name
                               from wsh_delivery_details w,
                                   fnd_territories_tl ftt
                             where w.delivery_detail_id=wdd.delivery_detail_id
                               and ftt.territory_code = w.attribute11
                               and w.attribute11 is not null
                               and ftt.language = 'US'
                               and rownum < 2)  country1               
    from
    oe_order_headers_all ooha
    ,oe_order_lines_all oola
    ,mtl_system_items_kfv msi
    ,wsh_delivery_details wdd
    ,wsh_delivery_assignments wda
    ,wsh_new_deliveries wnd
    ,hz_cust_site_uses_all                   hcsua
    , hz_cust_acct_sites_all                  hcasa
    , hz_cust_accounts                         hca
    , hr_all_organization_units                sf_haou
    ,xx_addl_attribute_info                 xsf_haou
    where wnd.delivery_id= wda.delivery_id
    and wnd.delivery_id  = :p_delivery_id
    and wda.delivery_detail_id = wdd.delivery_detail_id
    and wdd.source_code='OE'
    and wdd.source_line_id= oola.line_id
    and oola.header_id= ooha.header_id
    and oola.inventory_item_id= msi.inventory_item_id
    and oola.ship_from_org_id= msi.organization_id
    and nvl(msi.inventory_item_flag,'Y')<>'N'
    and hcsua.site_use_id =oola.invoice_to_org_id
    and hcsua.cust_acct_site_id = hcasa.cust_acct_site_id
    and hcasa.cust_account_id= hca.cust_account_id
    and oola.org_id= sf_haou.organization_id
    and sf_haou.organization_id = xsf_haou.pk_value_1(+)
    and sf_haou.attribute_category = xsf_haou.attribute_category(+)
    Modified Query
    Select
    wnd.delivery_id
    ,nvl(wdd.ship_to_contact_id,-999)  ship_to_contact_id
    ,oola.line_id so_line_id
    ,msi.inventory_item_id
    ,oola.header_id so_header_id
    ,wdd.delivery_detail_id
    ,wdd.attribute4 pallet_no
    ,to_number(wdd.attribute1) num_of_cartons
    ,msi.segment1
    ,msi.description
    ,msi.primary_uom_code UM
    ,msi.concatenated_segments
    ,oola.user_item_description user_desc
    ,wdd.requested_quantity qty
    ,ooha.cust_po_number customer_po
    ,ooha.order_number so_num
    ,(oola.line_number||'.'||oola.shipment_number||'.'||oola.option_number||'.'||oola.component_number) so_line_num
    ,ooha.order_number so_num
    ,oola.line_number so_line_num
    ,hca.cust_account_id                         bill_to_cust_acc_id
    ,hcasa.cust_acct_site_id                 bill_to_cust_acc_site
    ,xsf_haou.attribute7                         cust_item_ref
    ,(select packing_instructions
         from   oe_order_lines_all
         where  line_id = oola.line_id
         and    packing_instructions is not null
         and rownum < 2)  line_level_ins
    ,(select attribute10
              from wsh_delivery_details
             where delivery_detail_id = wdd.delivery_detail_id
               and attribute10 is not null
               and rownum < 2) dimension1
    ,(select ftt.territory_short_name
                               from wsh_delivery_details w,
                                   fnd_territories_tl ftt
                             where w.delivery_detail_id=wdd.delivery_detail_id
                               and ftt.territory_code = w.attribute11
                               and w.attribute11 is not null
                               and ftt.language = 'US'
                               and rownum < 2)  country1               
    from
    oe_order_headers_all ooha
    ,oe_order_lines_all oola
    ,mtl_system_items_kfv msi
    ,wsh_delivery_details wdd
    ,wsh_delivery_assignments wda
    ,wsh_new_deliveries wnd
    ,hz_cust_site_uses_all                   hcsua
    , hz_cust_acct_sites_all                  hcasa
    , hz_cust_accounts                         hca
    , hr_all_organization_units                sf_haou
    ,xx_addl_attribute_info                 xsf_haou
    where wnd.delivery_id= wda.delivery_id
    and wnd.delivery_id  = :p_delivery_id
    and wda.delivery_detail_id = wdd.delivery_detail_id
    and wdd.source_code='OE'
    and wdd.source_line_id= oola.line_id
    --and oola.line_id = wdd.source_line_id(+)
    --and oola.item_type_code IN ('OPTION','STANDARD')
    and oola.header_id= ooha.header_id
    and oola.inventory_item_id= msi.inventory_item_id
    and oola.ship_from_org_id= msi.organization_id
    and nvl(msi.inventory_item_flag,'Y')<>'N'
    and hcsua.site_use_id =oola.invoice_to_org_id
    and hcsua.cust_acct_site_id = hcasa.cust_acct_site_id
    and hcasa.cust_account_id= hca.cust_account_id
    and oola.org_id= sf_haou.organization_id
    and sf_haou.organization_id = xsf_haou.pk_value_1(+)
    and sf_haou.attribute_category = xsf_haou.attribute_category(+)
    UNION
    Select
    wnd.delivery_id
    ,-999
    ,oola.line_id so_line_id
    ,msi.inventory_item_id
    ,oola.header_id so_header_id
    ,null
    ,null
    ,null
    ,msi.segment1
    ,msi.description
    ,msi.primary_uom_code UM
    ,msi.concatenated_segments
    ,oola.user_item_description user_desc
    ,oola.ordered_quantity qty
    ,ooha.cust_po_number customer_po
    ,ooha.order_number so_num
    ,(oola.line_number||'.'||oola.shipment_number||'.'||oola.option_number||'.'||oola.component_number) so_line_num
    ,ooha.order_number so_num
    ,oola.line_number so_line_num
    ,hca.cust_account_id                         bill_to_cust_acc_id
    ,hcasa.cust_acct_site_id                 bill_to_cust_acc_site
    ,xsf_haou.attribute7                         cust_item_ref
    ,(select packing_instructions
         from   oe_order_lines_all
         where  line_id = oola.line_id
         and    packing_instructions is not null
         and rownum < 2)  line_level_ins
    ,NULL
    ,NULL
    from
    oe_order_headers_all ooha
    ,oe_order_lines_all oola
    ,mtl_system_items_kfv msi
    ,wsh_new_deliveries wnd
    ,hz_cust_site_uses_all                   hcsua
    , hz_cust_acct_sites_all                  hcasa
    , hz_cust_accounts                         hca
    , hr_all_organization_units                sf_haou
    ,xx_addl_attribute_info                 xsf_haou
    where wnd.delivery_id  = :p_delivery_id
    and oola.item_type_code IN ('OPTION','STANDARD')
    and wnd.source_header_id= ooha.header_id
    and ooha.header_id=oola.header_id
    and oola.inventory_item_id= msi.inventory_item_id
    and oola.ship_from_org_id= msi.organization_id
    and nvl(msi.inventory_item_flag,'N')='N'
    and hcsua.site_use_id =oola.invoice_to_org_id
    and hcsua.cust_acct_site_id = hcasa.cust_acct_site_id
    and hcasa.cust_account_id= hca.cust_account_id
    and oola.org_id= sf_haou.organization_id
    and sf_haou.organization_id = xsf_haou.pk_value_1(+)
    and sf_haou.attribute_category = xsf_haou.attribute_category(+)
    and EXISTS
    (SELECT 1
    FROM   wsh_new_deliveries wnd
    ,      wsh_delivery_assignments wda
    ,      wsh_delivery_details wdd
    ,      oe_order_lines_all   ool
    WHERE  wnd.delivery_id = wda.delivery_id
      AND  wda.delivery_detail_id= wdd.delivery_detail_id
      AND  wdd.source_line_id = ool.line_id
      AND  wnd.delivery_id = :p_delivery_id
      AND  ool.top_model_line_id = oola.top_model_line_id)

    Hi Avs,
    Ive got same error installing subj. on 32 bit linux, and I found, that this is somthing to do with 32bit version of grid, since 64 version on same hardware, worked as it should be.
    from here
    HTH,
    Ed

  • Oracle upgrade fails with ODMA_RBS error

    Hi all,
    I am trying to upgrade Oracle 8.1.7 to Oracle 9.2 using database upgrade assistant and while doing that I am getting error at final Step 4 after clicking the Finish button error msg is
    "90MB of Free disk space not available at F:\ORANT9\oradata\ORCL" to create the "ODMA_RBS" tablespace for rollback undo mode duting upgrade.Provide the required free disk space on the disk"
    Althoug there is Gigs of disk space available I don't know why is it giving this error! Can any one help? to give u more info I have upgraded my OS from Windows NT SP5 to Windows 2K SP2 does this due to OS or am i doing something wrong?
    Can anyone help me out?
    Thanks in advance,
    Vikas.

    Try searching on metalink.oracle.com

  • Result: PRVF-4007 : User equivalence check failed for user "oracle"

    Hi
    I get below error everytime I run ./cluvfy stage -pre crsinst -n node01,node02 -fixup -verbose > a.log
    Checking user equivalence...
    Check: User equivalence for user "oracle"
    Node Name Comment
    node02 passed
    node01 failed
    Result: PRVF-4007 : User equivalence check failed for user "oracle"
    WARNING:
    User equivalence is not set for nodes:
    node01
    Verification will proceed with nodes:
    node02
    node01 is the local node, if I run from node02 It comes back saying the same thing about node2!
    I have checked oracle uid and groups all set correctly and ssh working fine ...
    I have ran the same command for grid user and getting the same error !!

    i know what it was, i should have done ssh localnode date for once at least!!
    I only did ssh remotenode date :)

  • RUNCLUVFY  Result: PRVF-4007 : User equivalence check failed for user "orac

    hello
    try to run runcluvfy.sh I receive the following screen rac2 is passed but rac 1 is failed can sombody help me?
    thanks
    [oracle@rac1 grid]$ ./runcluvfy.sh stage -pre crsinst -n rac1,rac2 -verbose
    Performing pre-checks for cluster services setup
    Checking node reachability...
    Check: Node reachability from node "rac1"
    Destination Node Reachable?
    rac2 yes
    rac1 yes
    Result: Node reachability check passed from node "rac1"
    Checking user equivalence...
    Check: User equivalence for user "oracle"
    Node Name Comment
    rac2 passed
    rac1 failed
    Result: PRVF-4007 : User equivalence check failed for user "oracle"
    WARNING:
    User equivalence is not set for nodes:
    rac1
    Verification will proceed with nodes:
    rac2
    Checking node connectivity...

    Check this older thread which has a lot of information on this:
    User equivalence check failed (RAC setup)

Maybe you are looking for