GETTING ERROR INVALID IDETIFIER

NEED HELP ASAP!!!!!!
ERROR MARKED AGAINT THE LINE...SEE THE LAST FEW LINWS FRM FORALL STMT
declare
type summary_upd_tab is table of summary%rowtype;
summary_upd_var summary_upd_tab;
begin
select
user_id,
min(start_time_utc),
max(end_time_utc),
sum(duration_seconds),
sum(upload_bytes),
sum(download_bytes),
sum(upload_bytes)+sum(download_bytes),
null,
null,
null,
type_of_summary,
ispeak,
null
--TOTALDISCOUNT
bulk collect into summary_upd_var
from aaa_sessions a
-- hsin_plan_details hpd
group by user_id,ispeak,type_of_summary;
forall i in summary_upd_var.first..summary_upd_var.last
update summary s
set
start_date=DECODE((summary_upd_var.start_date-s.start_date)-abs(summary_upd_var.start_date-s.start_date),0,s.start_date,summary_upd_var.start_date),
end_date=decode((summary_upd_var.end_time_utc-s.end_date)-abs(summary_upd_var.end_time_utc-s.end_date),0,summary_upd_var.end_time_utc,s.end_date),
total_duration=s.TOTAL_DURATION+summary_upd_var.total_duration,
total_upload=s.total_upload+summary_upd_var.total_upload,
total_download=s.total_download+summary_upd_var.total_download
--total_traffic=s.total_upload+summary_upd_var.total_upload+s.total_download+summary_upd_var.total_download
where
summary.user_id=summary_upd_var.user_id
and
summary.ispeak=summary_upd_var.ispeak
and
summary.TYPE_OF_SUMMARY=summary_upd_var.TYPE_OF_SUMMARY; -------INVALID IDENTIFIER????this column is present in the tablle...then why??
end;

user8731258 wrote:
this is how my query looks like...
bu t i am nt very clear as to how correlated update would work?Here is a simple example of the workings:
SQL> create table t
  2  as
  3  select rownum id
  4       , rownum + 2 tid
  5    from all_objects
  6   where rownum <= 5
  7  /
Table created.
SQL> create table s
  2  as
  3  select *
  4    from t
  5  /
Table created.
SQL>
SQL> update s
  2     set tid = tid * 2
  3  /
5 rows updated.
SQL>
SQL> select *
  2    from t
  3  /
        ID        TID
         1          3
         2          4
         3          5
         4          6
         5          7
SQL> select *
  2    from s
  3  /
        ID        TID
         1          6
         2          8
         3         10
         4         12
         5         14
SQL>
SQL>
SQL> update t
  2    set (id, tid) = (select s.id, s.tid
  3                   from s
  4                   where s.id = t.id)
  5  ;
5 rows updated.
SQL> select *
  2    from t
  3  /
        ID        TID
         1          6
         2          8
         3         10
         4         12
         5         14As you can see it works as advertised....
user8731258 wrote:
I still want to use collection..so plz tell me a workaround for this reference error!!!!Why?... the UPDATE works fine, anyway ...follow the links I posted before

Similar Messages

  • Oracle sys Index rebuild then Getting error Invalid Error Ora-01410

    Oracle sys Index rebuild,
    after Getting error Invalid Error Ora-01410 in alert log file.every Insert ,update and delete.
    Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - 64bit Production
    PL/SQL Release 11.1.0.7.0 - Production
    Oracle sys Index rebuild list
    CTXSYS
    EXFSYS
    FLOWS_030000
    FLOWS_FILES
    MDSYS
    OLAPSYS
    ORDSYS
    OWBSYS
    SI_INFORMTN_SCHEMA
    TSMSYS
    WKSYS
    MDSYS
    After rebuild above index im getting error while inserting,update,delete table rows
    Error like 'INVALID ROWID' alert log file
    ANY ONE HELP ME TO RESOLVE THE PROBLEM
    Edited by: 927230 on May 26, 2012 8:51 PM
    Edited by: 927230 on May 26, 2012 8:53 PM

    927230 wrote:
    Oracle sys Index rebuild after Getting error Invalid Error Ora-01410
    Oracle 11.1 version
    Oracle sys Index rebuild list
    CTXSYS
    EXFSYS
    FLOWS_030000
    FLOWS_FILES
    MDSYS
    OLAPSYS
    ORDSYS
    OWBSYS
    SI_INFORMTN_SCHEMA
    TSMSYS
    WKSYS
    MDSYS
    After rebuild above index im getting error while inserting,update,delete table rows
    Error like 'INVALID ROWID'
    ANY ONE HELP ME TO RESOLVE THE PROBLEMwhich came first the error or the rebuild?
    COPY & PASTE whole session & SQL so we can see exactly what you do & how Oracle responds
    post results from following SQL below
    SELECT * FROM V$VERSION

  • Installing CF10, in Configuration and Settings Migration Wizard - getting error: Invalid Password

    Installing CF10, in Configuration and Settings Migration Wizard, in browserhttp://127.0.0.1/CFIDE/administrator/enter.cfm,
    ColdFusion has been successfully installed. This wizard will guide you through the remaining server configuration steps and, if applicable, migrate settings from a previous version of ColdFusion.
    To guarantee the security of your server, please enter your ColdFusion Administrator password.
    - getting error: Invalid Password. It won't take the password I provided in previous "Set Admin password" screen. Help?

    Hi,
    I am having the issue with the URL on the Configuration ans Setting Migration Wizard pointing to the following URL:
    http://localhost/CFIDE/administrator/enter.cfm
    Receiving a message:
    HTTP Error 404.0 - Not Found
    The resource you are looking for has been removed, had its name changed, or is temporarily unavailable.
    The following is the information in the error page:
    Module
    IIS Web Core
    Notification
    MapRequestHandler
    Handler
    ISAPI-dll
    Error Code
    0x80070002
    Requested URL
    http://localhost:80/jakarta/isapi_redirect.dll
    Physical Path
    D:\ColdFusion10\cfusion\wwwroot\jakarta\isapi_redirect.dll
    Logon Method
    Anonymous
    Logon User
    Anonymous
    I could not find a directory called jakarta.
    Any ideas?
    Thanks,
    Mike

  • Getting Error 'Invalid export DLL or export format'

    Hi, we are getting the above error when exporting to Excel from Crystal Reports. Although the export is via one of our products, the process of exporting the report is controlled by the Crystal Report viewer which we have no control over.
    Basic system details are as follows:
    Operating system : - Windows Server 2003 R2 Service pack 2
    Crystal Reports : - Crystal Reports Developer version 12.0.0.683, product type : Full
    Problem summary : - When exporting a report, exporting to excel produces an error 'Invalid export DLL or export format'.
    We have tried the following so far, obviously to no avail:
    The Business Objects folder has been added to the PATH variable.
    Crystal Reports has been deinstalled and reinstalled.
    Your help in getting to the bottom of this is greatly appreciated!

    Hi.
    Please check the fourm
    "Invalid export DLL or export format" with Crystal Reports 2008
    Regards
    Gangadhar

  • Getting Error Invalid Cost Group while performing MTL Transaction.

    Hi All,
    I am performing mtl transactions for wip issue. I am able to insert the data into the MTL_TRANSACTIONS_INTERFACE table but when i call the seeded concurrent program "Process transaction interface (Process transaction interface)" then i am getting the following error:
    "Invalid Cost Group-Cost Group is either not entered or not valid for the given organization".
    I am using the the table "CST_COST_GROUPS" to validate the cost group while inserting into the MTL_TRANSACTIONS_INTERFACE .
    Please suggest me how to overcome the error.
    Thanks,
    Nisheeth

    Were you able to do the same tranasction manually (i.e. without the interface)?
    Try that and see if you get an error.
    I have a feeling that you may have Key flexfield security rules that prohibit using that a/c.
    The other way to verify this is to find a cost group (the default one) that works ; modify the a/c to be the new accounts and then perform an interface transaction.
    See if you get an error. If you do, then certainly the problem lies with one of the accounts. After that, you can start changing one a/c at a time to identify the culprit.
    Sandeep Gandhi

  • Why do I get Error invalid number when I try to send a text to my husband?

    I tried to send my husband a text this afternoon from my phone. I keep getting a message from +1 (1) (216) 116-11. It says the following:
    7657905 Error Invalid Number
    Please resend using a valid 10 digit mobile number or valid short code.  HELP!

    My wife had this problem for the past few days for a specific phone number. These instructions fixed it -- without having to restore from backup or contact the carrier.
    http://www.timothydeblock.com/blog/2014/5/12/fix-message-sent-using-invalid-numb er-of-digits-msg-2114
    Open Contacts -> select the contact -> select edit -> scroll all the way to the bottom and delete contact (delete multiple entries of the same phone number, my wife had five).
    Open the Messages app -> select Edit -> select the red circle and then select delete. Do this for both the person and the messages you received.
    Open the Settings app -> scroll down and select Messages -> turn off messages, by selecting the switch, and any other options turned on.
    Turn off your phone and then turn it back on.
    Go straight to messages and compose a new message and put in the phone number of the person you're trying to text. Send and that person should receive the text message. Add the person to your contacts and go back into message settings to turn on any other options you want on that you turned off.
    John

  • Scrollable Content article gets [Error: Invalid asset location]

    I'm trying to create a wide scrollable content product timeline.
    The Content  on the "Scrollable Content" layer is 3024x600
    Content is grouped text and image boxes
    Container frame on Layer 1 is 975x600
    Both Content and Containerhave the same name and are aligned along the left edge
    When I update the folio I get the following error:
    Content Generation Error
    [Error: Invalid asset location]
    Trying to preview in the desktop viewer gets the same error.
    Looking at the links tab, there are no missing or flagged files, and all the files exist within the article's links folder.
    What am I missing here?

    looks like you are okay on the folio builder panel (first line)
    but you are still on version 18 of the producer tools. make sure to have
    the latest version of the folio producer tools (separate installer)
    installed. maybe uninstall previous version.
    http://caniupdateadobedps.com/
    —Johannes

  • Getting Error: Invalid Payee context values Org parameters exist only with

    I am using Supplier site conversion API called " pos_vendor_pub_pkg.create_vendor_site ".
    I am getting following error -
    "Invalid Payee context values. Org parameters exist only with party site and supplier site. "
    but those suppliers are converted properly. only site giving this issue.
    Can anyone help on this area.
    Thanks
    Sathiya

    The issue is that you are mapping "Data Value" to amount in the Target Application import format:
    SELECT SCENARIO "Scenario" 
      ,YEAR "Year"
      ,PERIOD "Period"
      ,DATAVIEW "View"
      ,DATAVALUE "Value"
      ,ACCOUNT "Account"
      ,ENTITY "Entity"
      ,ICP "ICP"
        ,UD2 "Area"
        ,UD1 "Tail"
        ,UD3 "Special"
        ,UD4 "Facility"
      ,AMOUNT "DataValue"
      FROM AIF_HS_BALANCES
      WHERE LOADID = 300
    You need to map AMOUNT to "AMOUNT" in the HFM Application.  Check that the dimension mapping is correct for the class in the target application and that your import format is going to the proper target dimension(Amount).    

  • Getting error"invalid content type for SOAP: TEXT/PLAIN; HTTP 503 Not Ready

    Hi,
    I am getting the below error in Comminication channel
    'Message processing failed. Cause: com.sap.aii.af.ra.ms.api.RecoverableException: invalid content type for SOAP: TEXT/PLAIN; HTTP 503 Not Ready: java.io.IOException: invalid content type for SOAP: TEXT/PLAIN; HTTP 503 Not Ready
    SOAP: call failed: java.io.IOException: invalid content type for SOAP: TEXT/PLAIN; HTTP 503 Not Ready

    Hello,
    Have you checked if you are passing the correct content type by validating the generated SOAP request against the format the receiver is expecting? You can try using an HTTP diagnostic tool to analyze the HTTP header e.g fiddler.
    Hope this helps,
    Mark

  • Getting error Invalid length parameter passed

    Hi,
    I'm getting an error running my query. It say "Invalid length parameter passed to the LEFT or SUBSTRING  function. I will be getting the string in between of hyphen using the code below. May i ask your assistance or idea on how to fix this issue.
    thank you.
     Substring(ins.itemid,11,CHARINDEX('-',ins.itemid+'-',11)-11) AS MODEL
    Msg 537, Level 16,
    State 3, Line 1
    Invalid length parameter passed to the LEFT or SUBSTRING
    function.
    Sample data of Itemid.
    B300-4410-ONEMAX-U
    B300-1725-XWHT-U
    B300-3110-VT981-U
    B300-1720-DRZRKCROBLK-U
    B300-1720-DRDTHN32BLK-U

    That'll cause empty strings to show up into you're result set but shouldn't cause the the SUBSTRING function to fail. 
    The error is the result of the SUBSTRING function trying to bring back a negative number of characters.
    Try running the following and see what comes back...
    SELECT ins.itemid
    FROM dbo.TableName ins
    WHERE LEN(ins.itemid) < 11
    If you don't find any itemids what are less than 11 characters (I'm 99% sure you will), try using a little test script like the following to test suspect values...
    IF OBJECT_ID('tempdb..#temp') IS NOT NULL
    DROP TABLE #temp
    GO
    CREATE TABLE #temp (
    itemid VARCHAR(30)
    INSERT #temp (itemid) VALUES
    ('B300-4410-ONEMAX-U'),
    ('B300-1725- '),
    ('B300- 3110-VT981-U'),
    ('B300-1720-DRZRKCROBLK-U'),
    ('B300- 1720-DRDTHN32BLK-U')
    SELECT ins.itemid
    FROM #temp ins
    WHERE LEN(ins.itemid) < 11
    SELECT
    SUBSTRING(
    ins.itemid, 11, CHARINDEX('-',ins.itemid+'-',11)-11) AS MODEL FROM #temp ins
    HTH,
    Jason
    Jason Long

  • Getting error "Invalid pc in LineNumberTable in class file "

    Hi All,
    I have a applicaiton in OAF (build on jdeveloper 9i) which is running fine in jdeveloper but when i deploy it on the server its giving me error as follow:-
    "oracle.apps.fnd.framework.OAException: Could not load application module 'xx.oracle.apps.gl.xxmanualprovisions.server.ManualAM'.
    at oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.registerApplicationModule(OAJSPApplicationRegistry.java:279)
    at oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.registerApplicationModule(OAJSPApplicationRegistry.java:78)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1189)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:511)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:432)
    at _oa__html._OA._jspService(_OA.java:84)
    at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
    at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
    at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
    at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
    at oracle.jsp.JspServlet.service(JspServlet.java:156)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
    at oracle.jsp.provider.Jsp20RequestDispatcher.forward(Jsp20RequestDispatcher.java:162)
    at oracle.jsp.runtime.OraclePageContext.forward(OraclePageContext.java:187)
    at _oa__html._RF._jspService(_RF.java:102)
    at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
    at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
    at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
    at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
    at oracle.jsp.JspServlet.service(JspServlet.java:156)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
    at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456)
    at org.apache.jserv.JServConnection.run(JServConnection.java:294)
    at java.lang.Thread.run(Thread.java:595)
    ## Detail 0 ##
    JBO-30003: The application pool (xx.corp.xxservice.comdev1527xx.oracle.apps.gl.xxmanualprovisions.server.ManualAM) failed to checkout an application module due to the following exception:
    oracle.jbo.JboException: JBO-29000: Unexpected exception caught: java.lang.ClassFormatError, msg=Invalid pc in LineNumberTable in class file xx/oracle/apps/gl/xxmanualprovisions/server/ManualAMImpl
    at oracle.jbo.common.ampool.ApplicationPoolImpl.doCheckout(ApplicationPoolImpl.java:1619)
    at oracle.jbo.common.ampool.ApplicationPoolImpl.useApplicationModule(ApplicationPoolImpl.java:2366)
    at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:427)
    at oracle.jbo.http.HttpSessionCookieImpl.useApplicationModule(HttpSessionCookieImpl.java:214)
    at oracle.apps.fnd.framework.webui.OAHttpSessionCookieImpl.useApplicationModule(OAHttpSessionCookieImpl.java:519)
    at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:398)
    at oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.registerApplicationModule(OAJSPApplicationRegistry.java:208)
    at oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.registerApplicationModule(OAJSPApplicationRegistry.java:78)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1189)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:511)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:432)
    at _oa__html._OA._jspService(_OA.java:84)
    at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
    at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
    at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
    at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
    at oracle.jsp.JspServlet.service(JspServlet.java:156)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
    at oracle.jsp.provider.Jsp20RequestDispatcher.forward(Jsp20RequestDispatcher.java:162)
    at oracle.jsp.runtime.OraclePageContext.forward(OraclePageContext.java:187)
    at _oa__html._RF._jspService(_RF.java:102)
    at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
    at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
    at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
    at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
    at oracle.jsp.JspServlet.service(JspServlet.java:156)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
    at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456)
    at org.apache.jserv.JServConnection.run(JServConnection.java:294)
    at java.lang.Thread.run(Thread.java:595)
    ## Detail 0 ##
    Please help me out as its quite urgent for me to run the application on the server..
    Thanks in Advance!

    Hi
    I goggled your error and got "the above error usually comes when there is a wrong jdk version, invalid JDK installation or corrupted JDK or the JDK software downloaded is not for the OS where it is forcefully installed."
    Are you using the correct version of J Developer for the version of E-Business suite you are deploying it to? There is a document on metalink 416708.1 which tells you which patch you have to download depending on the verison of E-Business suite.
    Mark

  • Getting error "Invalid or no mapping to system data types found" after sending file

    Dear Experts,
    I am successfully able to send file from client to gateway using "CREATE_STREAM". After request is completed i am receiving reponse like this
    "Invalid or no mapping to system data types found". I dont know where i went wrong.
    Did anyone experience same issue?
    Pleases suggest.
    Regards
    Prabaharan

    Hi Peter,
    Good to know that it helped you.
    Problem i am having is I dont have this method "SET_AS_CONTENT_TYPE( )" in class "/IWBEP/IF_MGW_ODATA_PROPERTY" because of my SAP Gateway system SP release level is less.
    So i wasn't able to use this snippet.
    IF lo_entity is BOUND.
      lo_property = lo_entity->GET_PROPERTY( IV_PROPERTY_NAME = 'ContentType' ).
      lo_property->SET_AS_CONTENT_TYPE( ).
    ENDIF.
    Is this the reasin i am not getting correct XML response back?
    Regards
    Prabaharan

  • Getting Error: Invalid configuration. Terminating the Palm Desktop when starting Palm Desktop 6.2 by Access

    I have recently gotten the error noted in the subject line on my Tungsten E2 whenever I double-click the Palm Desktop icon.  Once I click the OK button I am returned to the desktop without entering the program.  I have installed the program and reinstalled the download from the Palm website several times (as recommended in a number of older posts) with the same results.  I have also checked to see that the User Account Control is turned on (which it is), as recommended in other older posts.
    My workaround was simply to run the program as an administrator and I was able to successfully enter it.  In addition I had to manually create the user folder in the Palm Desktop folder.  Everything now works OK as long as I run the program as an administrator.
    Has anyone found a solution that does not require running Palm Desktop as an administrator?
    Post relates to: Tungsten E2

    Delphi53
    My experience with Palm leads me to believe that if you are running  Windows XP Pro (32 bit version), you should be able to use the older version 4.1.4 Palm Desktop.  See the link:  http://kb.palm.com/wps/portal/kb/na/tungsten/e2/unlocked/solutions/article/37014_en.html
    Try the above.
    I used the above Palm Desktop on an older desktop PC I had that ran Windows XP Home.  The only reason I switched is that I began using a laptop that ran Vista which required Palm Desktop 6.
    If however you are running a Windows XP Pro (64 bit version), you may need the Palm Desktop 6.2 that you already have (on this I am not sure).
    Please note that the material I have mentioned is based upon my Tungsten E2 device.  If you have a different device take a look at the range of Palm Desktops available by device.  See the following link:  http://kb.palm.com/wps/portal/kb/na/tungsten/e2/unlocked/solutions/article/33529_en.html
    As far as User Account Control (UAC) is concerned it is more formalized with Vista, however a form is available under XP. 
    See the following link:  http://blogs.techrepublic.com.com/window-on-windows/?p=509  Note you will have to setup a separate administrator level user on your PC.
    I hope this was helpful.

  • Getting error invalid cursor at line 6?

    create or replace procedure cust_pack(p_dept_id in number,p_emp_id in number) is
    v_credit_limit number:=2000;
    cursor cur_cust(p_dept_id in number,p_emp_id in number) is
    select last_name,first_name,salary from employees where department_id=p_dept_id and employee_id=p_emp_id;
    begin
    for cust_record in cur_cust(50,188)
    loop
    dbms_output.put_line('name='||cust_record.last_name||',sal='||cust_record.salary);
    close cur_cust;
    end loop;
    end;
    Plz do rectify the problem . . .

    Why are making the solution to complex.. you can try simple way as like below.
    create or replace procedure cust_pack(p_dept_id in number,p_emp_id in number) is
    v_credit_limit number:=2000;
    begin
    for cust_record in (select ename,sal from emp where deptno=p_dept_id and empno=p_emp_id)
    loop
    dbms_output.put_line('name='||cust_record.ename||',sal='||cust_record.sal);
    end loop;
    end;

  • Error: invalid drive E on upgrade to itunes 10.5

    Can't upgrade to itunes 10.5.  Get error: "invalid drive E". What's the problem?

    See this previous User Tip.
    The installer is falling over because you don't currently have a drive E: which, at a guess, was used during a previous installation. The tip suggests ways to temporarily create the drive letter so the installation can proceed.
    tt2

Maybe you are looking for