PATCH 5903765 Errors out

Hello:
While applying the patch one of the worker process errored out with the following error in our development environment:
Generating report "FNDRSRPS.rdf" with command:
/u01/dev/appldev/devora/8.0.6/bin/rwcon60 userid=APPS/***** source=/u01/dev/appldev/devappl/fnd/11.5.0/reports/US/FNDRSRPS.rdf dest=
/u01/dev/appldev/devappl/admin/DEV/out/tmp006.rdf stype=rdffile dtype=rdffile logfile=/u01/dev/appldev/devappl/admin/DEV/out/adrep00
6.txt overwrite=yes batch=yes compile_all=yes
/u01/dev/appldev/devora/8.0.6/bin/rwcon60: error while loading shared libraries: libjava.so: cannot open shared object file: No such
file or directory
ERROR [code=127] generating report "FNDRSRPS.rdf" from input file
/u01/dev/appldev/devappl/fnd/11.5.0/reports/US/FNDRSRPS.rdf
Looks like some thing went wrong with the environment setup in DEV.
I ran the command on the DEV instance and this is what we got..
ldd $ORACLE_HOME/bin/rwcon60
libjava.so => not found
libXm.so.2.1 => /usr/X11R6/lib/libXm.so.2.1 (0x07245000)
libXt.so.6 => /usr/X11R6/lib/libXt.so.6 (0x0109d000)
libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x069fd000)
libXp.so.6 => /usr/X11R6/lib/libXp.so.6 (0x06197000)
$ echo $LD_LIBRARY_PATH
/u01/dev/appldev/devora/8.0.6/lib:/usr/X11R6/lib:/usr/openwin/lib
But when I run the same command in Production instance this is what I got
ldd $ORACLE_HOME/bin/rwcon60
libdl.so.2 => /lib/libdl.so.2 (0x00ac2000)
libm.so.6 => /lib/i686/libm.so.6 (0x011de000)
libpthread.so.0 => /lib/i686/libpthread.so.0 (0x0138b000)
libjava.so => /u01/prod/applprod/prodora/8.0.6/network/jre11/lib/i686/native_threads/libjava.so (0x014db000)
libXm.so.2.1 => /usr/X11R6/lib/libXm.so.2.1 (0x0240b000)
libXt.so.6 => /usr/X11R6/lib/libXt.so.6 (0x01201000)
libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x01a27000)
libXp.so.6 => /usr/X11R6/lib/libXp.so.6 (0x00e85000)
$ echo $LD_LIBRARY_PATH
/u01/prod/applprod/prodora/8.0.6/network/jre11/lib/i686/native_threads:/u01/prod/applprod/prodora/8.0.6/network/jre11/lib/linux/native_threads:/u01/prod/applprod/prodappl/cz/11.5.0/bin:/u01/prod/applprod/prodora/8.0.6/lib:/usr/X11R6/lib:/usr/openwin/lib
What went wrong with the environment? Can any one guide me on this?
Regards,
Bala

I have already replied to this in the thread you had opened for this issue, it is not related to OAF, post it in reports forum
PATCH 5903765 Errors out
Tapash

Similar Messages

  • Autoconfig erroring out in DBTier. after Cloning Patch. 6718351

    Hi All,
    We are on 11.5.10.2 with 9.2.0.8 fresh implementation.
    ADI6
    Developer suite 6i patchset19
    ATG RUP6
    While preparing for cloning using Note 230672.1
    Applied 6718351, as post patch application steps create the appsutil.zip after running the autoconfig in aplication tier. transfered to dbtier ORACLE_HOME, UNZIPPED THE SAME AND RAN THE AUTOCONFIG.
    It is erroring out in adcrobj.sh
    ===========
    Database tier Autoconfig erroring out as folows.
    ===========
    Executing script in InstantiateFile:
    /mexuat/mexicouat/uatdb/9.2.0/appsutil/install/UAT_mexicodb/adcrobj.sh
    script returned:
    adcrobj.sh started at Wed Feb 4 02:52:29 IST 2009
    Parameters passed are : -nopromptmsg
    The environment settings are as follows ...
    ORACLE_HOME : /mexuat/mexicouat/uatdb/9.2.0
    ORACLE_SID : UAT
    TWO_TASK :
    PATH : /mexuat/mexicouat/uatdb/9.2.0/Apache/perl/bin:/mexuat/mexicouat/uatdb/9.2.0/bin:/usr/ccs/bin:/usr/sbin:/mexuat/mexicouat/uatdb/9.2.0/jre
    /1.4.2/bin:/mexuat/mexicouat/uatdb/9.2.0/Apache/perl/bin:/mexuat/mexicouat/uatdb/9.2.0/Apache/perl/bin:/mexuat/mexicouat/uatdb/9.2.0/bin:/usr/ccs/bin:/usr/sb
    in:/mexuat/mexicouat/uatdb/9.2.0/jre/1.4.2/bin:/usr/sbin:/usr/bin:/usr/ccs/bin:/usr/openwin/bin:/usr/dt/bin:/usr/platform/SUNW,SPARC-Enterprise-T2000/sbin:/o
    pt/sun/bin:/opt/SUNWexplo/bin:/opt/SUNWsneep/bin
    LD_LIBRARY_PATH : /mexuat/mexicouat/uatdb/9.2.0/lib:/usr/dt/lib:/usr/openwin/lib:/mexuat/mexicouat/uatdb/9.2.0/ctx/lib
    SQLPLUS Executable : /mexuat/mexicouat/uatdb/9.2.0/bin/sqlplus
    SQL*Plus: Release 9.2.0.8.0 - Production on Wed Feb 4 02:52:29 2009
    Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
    Disconnected from Oracle9i Enterprise Edition Release 9.2.0.8.0 - 64bit Production
    With the Partitioning, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.8.0 - Production
    adcrobj.sh exiting with status 1
    ========
    Found the note: 415335.1, We have already done this Patch "5495695" application as a soln to "adgrants.sql" not working after 5989593.
    Pl suggest the go-ahead.
    Regards
    Vasu

    Thanks Hsawwan for your timely reply,
    I forgot to mv the sqlplus to oracle_home/bin. i did the same and run the autoconfig to succesfull.
    ======
    bash-3.00$ sh adautocfg.sh
    Enter the APPS user password:
    The log file for this session is located at: /mexuat/mexicouat/uatdb/9.2.0/appsutil/log/UAT_mexicodb/02040352/adconfig.log
    AutoConfig is configuring the Database environment...
    AutoConfig will consider the custom templates if present.
    Using ORACLE_HOME location : /mexuat/mexicouat/uatdb/9.2.0
    Classpath : /mexuat/mexicouat/uatdb/9.2.0/jre/1.4.2/lib/rt.jar:/mexuat/mexicouat/uatdb/9.2.0/jdbc/lib/ojdbc14.jar:/mexuat/mexicouat/uatdb/9.2.0/appsutil/java/xmlparserv2.zip:/mexuat/mexicouat/uatdb/9.2.0/appsutil/java:/mexuat/mexicouat/uatdb/9.2.0/jlib/netcfg.jar
    Using Context file : /mexuat/mexicouat/uatdb/9.2.0/appsutil/UAT_mexicodb.xml
    Context Value Management will now update the Context file
    Updating Context file...COMPLETED
    Attempting upload of Context file and templates to database...COMPLETED
    Updating rdbms version in Context file to db920
    Updating rdbms type in Context file to 64 bits
    Configuring templates from ORACLE_HOME ...
    AutoConfig completed successfully.
    bash-3.00$
    =========
    Thanks again..
    Regards
    Vasu

  • Patch erroring out

    Hi
    I have been applying a patch in hotpatch mode on oracle ebs 12.2.3 environment.
    but it is erroring out as
    error = Cannot open XML file for load
    errorno = A file or directory in the path name does not exist.
    while applying patch with adop , it copies the context files from all nodes to patch log directory.
    what I checked is, in my case, it is not able to copy one of the context file. that is why this error.
    our enviroment is :
    app: 12.2.3
    DB: 11.2.0.3
    OS: IBM AIX 6.1 64 bit
    Thanks

    I have been applying a patch in hotpatch mode on oracle ebs 12.2.3 environment.
    but it is erroring out as
    error = Cannot open XML file for load
    errorno = A file or directory in the path name does not exist.
    What is the patch number?
    What is the complete error message?
    Does the patch README file or any MOS Doc instruct to apply this patch in hotpatch mode?
    while applying patch with adop , it copies the context files from all nodes to patch log directory.
    what I checked is, in my case, it is not able to copy one of the context file. that is why this error.
    Did adop fail? At what stage? Please provide more details about the patch and upload all log files for us to review.
    Thanks,
    Hussein

  • Supplier Site Contacts Open Interface Import Program is erroring out.

    Hi,
    We are on 12.0.4 on solaris 10.
    Tomorrow is go-live in one of our client, When we doing data migration. Uploaded the data into Interface table. From there we are running this standard program to push th edata into standard table.
    Its erroring out saying:
    ================
    Enter Password:
    REP-0069: Internal error
    REP-57054: In-process job terminated:Terminated with error:
    REP-300: unable to extend temp segment by 128 in tablespace TEMP2
    ==> SELECT INT.org_id C_Rejected_Org_Id,
    ===============
    I have added 2 GB of Tempfile to the tablespace even though it is erroring in the same. And it is taking too much time to give error.
    We are tried with only one record also it is taking 1 hr to give the error.
    Please help me out in resolving the same.
    Many thanks in Advance..
    Supplier Site Contacts Open Interface Import

    I believe you hit Bug# 6624764, so you may need to apply (Patch 6624764 - SUPPLIER REPORT ERROS WITH ENTER PASSWORD: REP-0069: INTERNAL ERROR REP-57054).
    Please log a SR to confirm this with Oracle Support.
    Note: 565898.1 - Oracle Financials Software Updates, Release Update Pack 5
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=565898.1

  • BPEL Console errors out after 10.1.3.4 MLR#9 8589928 upgrade

    BPEL Console is completely down after upgrading from 10.1.3.3 to 10.1.3.4 using patchset# 7272722 and on top of it applying the MLR#9 8589928 patch. It errors out as follows:-
    Oracle BPEL Process Manager Full Cycle
    An unexpected error has occurred while executing your request. This is most likely related to a defect in the Oracle BPEL Process Manager product. We apologize you can post the error to the OTN forum and we will get back to you as soon as possible.
    Build Information:
    Oracle BPEL Server version 10.1.3.4.0
    Build: 0
    Build time: Sat Aug 29 23:33:27 PDT 2009
    Build type: release
    Source tag: PCBPEL_10.1.3.4.0MLR9_GENERIC_RELEASE
    Exception Message:
    javax.servlet.ServletException - com.collaxa.cube.ejb.impl.BPELProcessManagerBean.getDefaultRevision(com.oracle.bpel.client.BPELProcessId, com.oracle.bpel.client.auth.DomainAuth)
    Any expedited response/answers to resolve this issue is very much appreciated as it is mission critical for us to bring up the environment for significant development tasks immediately. Thx!
    Edited by: user11995464 on Oct 11, 2009 1:58 AM

    This kind of problems have been observed earlier. May be some of the previous posts in this forum can help you
    SOA Suite 10.1.3.4 BPEL Console not working after install the mlr#4 patch
    http://blogaodosoa.blogspot.com/2009_04_01_archive.html

  • Adpreclone.pl dbTier errors out

    Hi All,
    We are planning to migrate our instance to new server . Before copying all top's(APPL,COMM,ORA,DATA,DB) to new server , I have run perl adpreclone.pl in appsTier and it went successfully . But while running in dbTier and it is erroring out as shown below.
         $ perl adpreclone.pl dbTier
         Global symbol "$resultclone" requires explicit package name at adpreclone.pl line 525.
         Global symbol "$resultclone" requires explicit package name at adpreclone.pl line 527.
         syntax error at adpreclone.pl line 527, near "$resultclone !"
         syntax error at adpreclone.pl line 531, near "}"
         Execution of adpreclone.pl aborted due to compilation errors.
    I could see 11i.ATG_PF.H.RUP7 is not applied in our source instance. But business is NOT ready to upgrade it to recent release. They just want us to migrate existing instance to new server.
    Please let me know if I can just apply the below patch for this issue.
           ADPRECLONE.PL DBTIER FAILS WITH SYNTAX ERROR -  5235401
    Instance Details:
    Apps :  11.5.10.2
    DB : 10.2.0.3.0 - 64bit
    OS : IBM/AIX RISC
    Regards,
    MD

    Hi Asif,
    When I try to apply the patch, session is getting closed once it asks system password . Any idea on this ?
         AutoPatch needs the password for your 'SYSTEM' ORACLE schema
         in order to determine your installation configuration.
         Enter the password for your 'SYSTEM' ORACLE schema: Connection to **.***.*.* closed.
    Regards,
    MD

  • Patch 6323691 Error

    Hi,
    We are doing an upgrade from 9i to 11g with EBS .Our EBS is on 11.5.10.CU2.
    As a part of the upgrade process we applied Patch:6323691 .It got errored out with the following error:
    /usr/lib/gcc/i386-redhat-linux/3.4.6/libgcc_s.so: undefined reference to
    `dl_iterate_phdr@GLIBC_2.2.4'
    collect2: ld returned 1 exit status
    make: *** [u04/Rel11i/devappl/fnd/11.5.0/bin/ADCONV] Error 1
    Done with link of fnd executable 'ADCONV' on Thu Feb 14 09:43:46 IST 2008
    Relink of module "ADCONV" failed.
    See error messages above (also recorded in log file) for possible
    reasons for the failure. Also, please check that the Unix userid
    running adrelink has read, write, and execute permissions
    on the directory /u04/Rel11i/devappl/fnd/11.5.0/bin,
    and that there is sufficient space remaining on the disk partition
    containing your Oracle Applications installation.
    I am getting the same error for most of the modules.
    Our glibc version is glibc-2.3.4-2.25
    Can anyone please help ,
    Thanks,
    Praveen

    Hi hasawwan,
    Thank you for the response.
    The packaged which u have mentioned had been already installed on the machine.
    # rpm -qa |grep compat-gcc-32-3.2.3-47.3
    compat-gcc-32-3.2.3-47.3
    # rpm -qa |grep compat-gcc-32-c++-3.2.3-47.3
    compat-gcc-32-c++-3.2.3-47.3
    # rpm -qa |grep gcc
    libgcc-3.4.6-3
    gcc-g77-3.4.6-3
    gcc-3.4.6-3
    compat-gcc-32-3.2.3-47.3
    gcc-java-3.4.6-3
    compat-libgcc-296-2.96-132.7.2
    gcc-c++-3.4.6-3
    compat-gcc-32-c++-3.2.3-47.3
    We had also got the error below during patching in adadmin.log:
    AD Administration error:
    The following ORACLE error:
    ORA-01658: unable to create INITIAL extent for segment in tablespace APPS_TS_TX_DATA
    occurred while executing the SQL statement:
    CREATE TABLE fnd_install_processes( worker_id number not null,
    control_code varchar2(1) not null, status varchar2(1) not null,
    context varchar2(80) not null, pdi_product varchar2(10) not null,
    pdi_username varchar2(32) not null, command varchar2(30) not null,
    file_product varchar2(10) not null, subdirectory varchar2(30) not null,
    filename varchar2(30) not null, phase number not null,
    install_group_num number not null, skip_flag varchar2(1), arguments
    varchar2(1996), symbolic_arguments varchar2(1996), phase_name
    varchar2(30), start_time date, end_time date, restart_time date,
    elapsed_time number, restart_count number, defer_count number,
    machine_name varchar2(32), local_node varchar2(1)) TABLESPACE
    APPS_TS_TX_DATA initrans 255
    Thanks,
    Praveen

  • Min max planning report errors out

    Min max planning is defined at Organization level with the source type as
    supplier.
    Min max report errors out for restock option "yes".
    Following is the error message in the log file
    MSG-00069: Calling INV_MMX_WRAPPER_PVT.exec_min_max from Before Report Trigger
    MSG-00070: INV_MMX_WRAPPER_PVT.exec_min_max returned an error:
    REP-1825: Before Report trigger returned FALSE.
    Have checked all the possible causes
    1)work day calender
    2)Default delivery location
    3)profile option.
    Also applied a patch for this error
    Patch number 4613194
    Still the issue persists

    Hi,
    Please review the following notes:
    Note: 453956.1 - INVISMMX.RDF - Mix-Max Planning Report Completes Successfully But Receive MSG-00069 in Request Log
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=453956.1
    Note: 785813.1 - MSG-00069, MSG-00070 Errors Occurred While Running Min-Max Planning Report
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=785813.1
    Note: 275521.1 - Min Max Rep (INVISMMX) Returns Errors MSG-00069, MSG-00070, REP-1825
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=275521.1
    Note: 280605.1 - 11i INVISMMX- Error Before Report Trigger Returned False Rep-1825
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=280605.1
    Regards,
    Hussein

  • AMS 4.0 errors out while creating RTF StatusCheckStep error: Package creati

    Hi All,
    OEM: 11g
    Oracle Apps:12.1.3
    O/S: AIX 6.1
    While creating rtf through AMS 4.0, we are getting the error message:
    Error while evaluating expression:[Error evaluating expression: ${FUNC_STATUS_CHECKER(${data.V_BUGNO})} : [StatusCheckStep error: Package creation request failed
    (Status:Completed Error - Initialization Failed).]]
    Could anyone please share the resolution to the above issue faced before!
    Thanks for your time!
    Regards,

    Hi,
    perhaps my help is still useful.
    On the end of the Customization Manager procedure you will find a status checker. The purpose of status checker is to review the individual steps and highlight the job/job step under trouble.
    In your case, one of the sub jobs, here "Package creation request failed" is erroring out. It can be that the AMP plug in is not completely configured, or requires a patch.
    You should run as first the diagnostic for Customization Manager, to see if the expected configuration is in place. You may also drill down to the individual step logs (within job details) to check if there are any further details.
    Regarding rft: usually you use rtf in combination with BI Publisher. If this is the case, please make sure that you have entered the right $Header$ string
    into the properties for your rtf. This is required to inform adpatch to which data source the rtf belongs to.
    Please let me know if this response is helpful for you.
    Kr, Volker

  • Crs_stat errors out with "message not found"

    hi gurus
    After patching patch 8705958, crs_stat errors out with "message not found" ,what could be the problem?
    Thank you!

    Never faced such issue...
    please search on metalink or raise an SR with Oracle Support..
    Cheers !
    Rajesh

  • Oracle Alert erroring out with  error code APP-ALR-04106

    Hello everyone,
    I have an alert with its SQL well parsed and all the alert setups are correctly done.But then,it errors out with the following message in the concurrent log file.
    APP-ALR-04106: Please correct the user-defined SQL statement for this alert.
    What does the message mean?Any suggestions?
    Thank You

    Hussein,
    After applying the patch,the alerts are working fine,But the patch mentioned included many other fixes,as it took 2 hrs to apply and is 44 MB.Now that we know the driver file names(from patch log file),will it be possible to pick only those files corresponding to ALR in the patch and apply?
    Thank You

  • Payables Open Interface Import getting errors out

    Hello All,
    I am trying to run "Payables Open Interface Import" program to upload the invoice but the program is getting error out, in the log file at the end i am getting the below error:
    (Insert ap inv dists 1a) Inside the insert function
    (Insert ap inv dists 1) Insert into ap_invoice_distributions
    (Insert ap inv dists 1) Insert into ap_invoice_distributions
    ORA-00001: unique constraint (AP.AP_INVOICE_DISTRIBUTIONS_U1) violated
    Insert_ap_inv_dists<-Create_lines<-Import_invoices<- Before report trigger
    (Create Lines 22) Insert into ap_invoice_distributions
    create_non_item_lines<-Import_invoices<- Before report trigger
    Any one faced this kind of issue?
    any suggestions to resolve this.
    Thanks & Regards
    Aboothahir

    Pl post details of OS, database and EBS versions.
    Pl see these MOS Docs
    Payables Open Interface Error ORA-00001: unique constraint (AP.AP_INVOICE_DISTRIBUTIONS_U1) violated          (Doc ID 357784.1)
    APXIIMPT Payables Open Interface Import Fails ORA-00001          (Doc ID 353052.1)
    Unique Constraint Violated Importing Invoices With Multi Line Distribution Set          (Doc ID 386323.1)
    HTH
    Srini

  • Runtime constant (Filename) errors out in BPM

    Hi,
    I have a BPMCollectTime scenario to collect the Source files. The filename (Message Mapping/Transformation) from the files is captured in TRANSFORM STEP(before sending them out from BPM). The file is sent to SEND step one at a time.
    Question : Filename of the source file is captured through user defined function.
    Following is the code.
    ================
    String  v_result_time;          //test Variable
    DynamicConfiguration conf = (DynamicConfiguration) container.getTransformationParameters().get(StreamTransformationConstants.DYNAMIC_CONFIGURATION);
    DynamicConfigurationKey key =  DynamicConfigurationKey.create("http://sap.com/xi/XI/System/File","FileName");
    if (key == null) { v_result_time= "Create Key Failed";}
    else
    {v_result_time= "Create Key worked";
    String valueOld = conf.get(key);
    v_result_time = valueOld;
    return v_result_time;
    The Mapping gives a runtime error in the BPM. This is a sporadic error. 
    I have selected the Adapter specific attribute(File name).
    The BPM errors out sometimes? I am not sure if I am missing any setting. If I delete the work item and run the same scenario it works.
    Question 1 : What is the cause of the above error?
    Question 2 : Does BPM support Adapter specific attribute such as filename?
    Kindly Advice.
    Thanks,
    Gowri

    Hi Everyone,
    Thanks for all the help.
    DTN will not change the response filename to source filename. This option cannot be used. The correlation id is defined as response file name. Response filename is fixed for invoice file.
    Here is the example.
    For invoice file name HDTN20070430163110.TXT, response file received is nav1_2b5.rsp file. For HDTN20070430163314.TXT , response file is nav1_2b5.rsp
    So my correlation id is dummy fixed value. I have known the fact that it is not possible to use context object filename.
    Bhavesh -  I have defined transform step for accessing filename using dynamic configuration. Following is the code used in mapping.
    ================
    String v_result_time; //test Variable
    DynamicConfiguration conf = (DynamicConfiguration) container.getTransformationParameters().get(StreamTransformationConstants.DYNAMIC_CONFIGURATION);
    DynamicConfigurationKey key = DynamicConfigurationKey.create("http://sap.com/xi/XI/System/File","FileName");
    if (key == null) { v_result_time= "Create Key Failed";}
    else
    {v_result_time= "Create Key worked";
    String valueOld = conf.get(key);
    v_result_time = valueOld;
    return v_result_time;
    ====================================
    BPM errors out sometime with following error
    Component mapping has returned error.
    com/sap/xi/tf/_MM_DTNData_2_DTNFilename_java.lang.NullpointerException.
    Error: Exception CX_MERGE_SPLIT occurred (program: CL_MERGE_SPLIT_SERVICE========CP, include: CL_
    If I delete this workitem and repeat the same scenario, it works. I have still not understood, why the scenario works sometime.
    Kindly Advice.
    Thanks,
    Gowri

  • Comma delimited in Sql query decode function errors out

    Hi All,
    DB: 11.2.0.3.0
    I am using the below query to generate the comma delimited output in a spool file but it errors out with the message below:
    SQL> set lines 100 pages 50
    SQL> col "USER_CONCURRENT_QUEUE_NAME" format a40;
    SQL> set head off
    SQL> spool /home/xyz/cmrequests.csv
    SQL> SELECT
    2 a.USER_CONCURRENT_QUEUE_NAME || ','
    3 || a.MAX_PROCESSES || ','
    4 || sum(decode(b.PHASE_CODE,'P',decode(b.STATUS_CODE,'Q',1,0),0)) Pending_Standby ||','
    5 ||sum(decode(b.PHASE_CODE,'P',decode(b.STATUS_CODE,'I',1,0),0)) Pending_Normal ||','
    6 ||sum(decode(b.PHASE_CODE,'R',decode(b.STATUS_CODE,'R',1,0),0)) Running_Normal
    7 from FND_CONCURRENT_QUEUES_VL a, FND_CONCURRENT_WORKER_REQUESTS b
    where a.concurrent_queue_id = b.concurrent_queue_id AND b.Requested_Start_Date <= SYSDATE
    8 9 GROUP BY a.USER_CONCURRENT_QUEUE_NAME,a.MAX_PROCESSES;
    || sum(decode(b.PHASE_CODE,'P',decode(b.STATUS_CODE,'Q',1,0),0)) Pending_Standby ||','
    ERROR at line 4:
    ORA-00923: FROM keyword not found where expected
    SQL> spool off;
    SQL>
    Expected output in the spool /home/xyz/cmrequests.csv
    Standard Manager,10,0,1,0
    Thanks for your time!
    Regards,

    Get to work immediately on marking your previous questions ANSWERED if they have been!
    >
    I am using the below query to generate the comma delimited output in a spool file but it errors out with the message below:
    SQL> set lines 100 pages 50
    SQL> col "USER_CONCURRENT_QUEUE_NAME" format a40;
    SQL> set head off
    SQL> spool /home/xyz/cmrequests.csv
    SQL> SELECT
    2 a.USER_CONCURRENT_QUEUE_NAME || ','
    3 || a.MAX_PROCESSES || ','
    4 || sum(decode(b.PHASE_CODE,'P',decode(b.STATUS_CODE,'Q',1,0),0)) Pending_Standby ||','
    5 ||sum(decode(b.PHASE_CODE,'P',decode(b.STATUS_CODE,'I',1,0),0)) Pending_Normal ||','
    6 ||sum(decode(b.PHASE_CODE,'R',decode(b.STATUS_CODE,'R',1,0),0)) Running_Normal
    7 from FND_CONCURRENT_QUEUES_VL a, FND_CONCURRENT_WORKER_REQUESTS b
    where a.concurrent_queue_id = b.concurrent_queue_id AND b.Requested_Start_Date <= SYSDATE
    8 9 GROUP BY a.USER_CONCURRENT_QUEUE_NAME,a.MAX_PROCESSES;
    || sum(decode(b.PHASE_CODE,'P',decode(b.STATUS_CODE,'Q',1,0),0)) Pending_Standby ||','
    >
    Well if you want to spool query results to a file the first thing you need to do is write a query that actually works.
    Why do you think a query like this is valid?
    SELECT 'this, is, my, giant, string, of, columns, with, commas, in, between, each, word'
    GROUP BY this, is, my, giant, stringYou only have one column in the result set but you are trying to group by three columns and none of them are even in the result set.
    What's up with that?
    You can only group by columns that are actually IN the result set.

  • Unable to Capture more than 5 mins, error out of mem msg when rendering

    Somebody help me. I have been using my powermac fcp and a mini dv cam for 4yrs no problems. Now when i am trying to capture clips over 5 mins (1 gig) fcp freezes. So Im capturing through Imovie (which is working fine). Dragging clips into fcp to edit. Now when it comes to rendering anything over 5 mins Im getting an error out of memory msg.
    Can anyone help me?

    You don't say what version of FCP you are using but my guess is you've upgraded QT7 and are running FCP4.5
    If that's the case, do a search here for the solution(s). They're ugly.
    good luck,
    x

Maybe you are looking for

  • Changing email address for Preferences???

    Hi Everyone, This question actually has nothing to do with SQL! I am having trouble working out how to change were my email alerts are being sent to! I login with my hotmail account, but email alerts (concerning my threads) are being sent to my work

  • Easest 3.0.9 Patch to apply

    Well, I have a 3.0.9.8.0 database and need to patch it to 3.0.9.8.3 or above. From the series of patches, which one was the easiest to implement? I tried the 3.0.9.8.4 patch, but it was a bear. Also, if you patch Portal, are there any patches that go

  • Mail view

    New mac user; can mail window be split in portrait verses landscape so highlighted mail can be viewed without opening it, and if so, how is this accomplished? Baba G

  • Can't move photos from my Nokia c3-00 to computer

    Hi. Here is a problem. I connect my Nokia c3-00 to the computer (win7 x86) using usb cable, but i can't move my photos from the phone. However, I can move pictures, videos and music as well. The computer says "A device attached to the system is not f

  • ITunes Account - No Credit Card

    Hey, I am wondering if there is supposed to be an actual option to use for no credit card option? When i try to use my apple id on itunes it requires me to go through the review process, and eventually I get to billing, now for billing if you are cre