... PPL Help required Urgent for Viewing Data

Hi . sorry for such simple question..
I have displayed 3 different blocks on a same canvas1 and one block on tab canvas placed on the canvas1
Now i made a menu bar where one of my menu is
view data.
behind that menu i m writing the code.
select st_id from Site where st_id = :txtstid;
but when i compile it says bad bind variable :txtstid;
when i remove the colon, it says identifier required txtstid...
Now what to do..
Then i wrote..
go_block('Site');
go_item('item1')
and now it compiled properly but when i run it .. it is not giong to that item..
may b i m doing something wrong.. how to interact with menu s..
cant i put the same functionality behind them as we do behind button press triggers..
I need to do it urgent so kindly asses what is happening ..
cant we place more than one block on same canvas and then access thier items
with the block name.
like Site.stid.
stid by the way is the text item.. that contains the site ids.. at run time..
Kindly gimme some advices. the form is so large that it is not easier me making it again..
BR

One more thing ppl...
the same fucntionality is working behind the Button i have created..
so plz help it out.. BR

Similar Messages

  • Does Apple have an alternative for adobe flash player I have websites that require it for viewing and they tell me Apple restricts Adobe.

    Does Apple have an alternative for adobe flash player I have websites that require it for viewing and they tell me Apple restricts Adobe.

    Hi Ron.  Timely question!  Try  "Hype"
    http://tumultco.com/hype/ 
    Hype was just released and can be purchased at the Apple App store.   I just got an iphone and resized all my websites will have to be revised. Read about it ...
    http://mobile.informationweek.com/10996/show/4713846be58e278050d7a7921c8f68eb/
    http://m.minyanville.com/?guid=3948&catid=5
    Or go directly to http://tumultco.com/hype/ for tons of info. 

  • Help Required: Working with relational data

    Hi,
    I'm looking for some advice
    Scenario
    We have a customer who has an SE relational database with Apex for transaction processing. They require reporting functionality and are debating whether to buy BI SE One or BI EE; they will not buy the enteprise edition database though.
    Questions
    Here are my questions:
    1. In order to use answers and dashboards, does the relational data have to be in a dimensional format. Is this reccommended.
    2. We were debating on whether to create data marts for various business requirements. Is this standard procedure for relational data (Which is not too complex)
    3. If the data has to be in a dimensional format, is this best modelled using warehouse builder or the model layer of the repository using BI Administrator. (Baring in mind that the customer is an SME using a SE database)
    The main problem where having, been fairly new to warehouse building, is that we dont know what the best path is to take when working with relational data. Do we create dimensional models? What should we use? Is a relational structure suitable enough?
    Can anyone shed light on our problems
    Regards
    Kevin

    1. In order to use Answers and Dashboards you do not need to have a Data Warehouse. It can report out of both Transactional database as well as a data warehouse.
    2. It depends on what your business requirements are. BI EE/SE1 does not require you to have data marts. Data Marts would give performance gains, would help you in visualizing the transactional data from a business standpoint, is a big plus but not a mandate. If you want to go that route of creating Datamarts, you can easily do that using BI SE1 since that gives you warehouse builder which can be both used as a data modelling tool and a ETL tool.
    3. Warehouse Builder is a ETL tool. It helps in you visualizing/deploying data warehouses in databases. But BI EE Admin tool is more of a logical dimension modelling tool wherein the facts and dimensions do not exist physically but the tool uses them to do the querying/processing.
    Since you are just starting, what you can do is to use BI EE directly on top of the transactional system for the time being. But as a long term solution you can start working on your data marts and as soon as they are ready you can port the BI EE on top of them rather than the transactional system.
    Thanks,
    Venkat
    http://oraclebizint.wordpress.com

  • Help required  urgently please help

    i am facing problem on oracle 9i platform the problem is
    ORA-00379: no free buffers available in buffer pool DEFAULT for block size 16K
    WHILE I AM EXECUTING THIS SQL COMMAND
    SELECT * FROM PR_RMRDDATA_M
    PR_RMRDDATA_M IS ONE OF MY VERY BIG TABLE

    BPeasland wrote:
    I guess a response after 4.5 months means the help was not required urgently. ;)
    Cheers,
    BrianGlance at the timestamps again...
    It wasn't 4.5 months. It was a year and 4.5 months.
    <insert smiley emoticon here>
    Additionally, the original poster abandoned the thread after they stopped shouting at everyone.
    Their username profile shows they almost never return to mark anything "resolved".
    This thread is now locked to prevent more "me too" resurrection posts.

  • Help required "Forming Packets od data "

    Hello
    i need help in forming packets from data which is read from aport and transfer those packets to the another server.
    can any one one help me ,which java class can be used for this.

    (crappy forum)
    Double post:
    http://forum.java.sun.com/thread.jspa?threadID=728704

  • Help in Query for max date

    Hi, How I can get the max(Gst_date) record of GRD. IF record of GRD has more than one record then I need the one max(GST_date) record of every GRD. Thanks.
    create table #CRT (CRT numeric, GRD numeric, GST_Date datetime)
    insert into #CRT values (7 ,1900,'01-01-2000')
    insert into #CRT values (19,1900,'01-01-2002')
    insert into #CRT values (24,1900,'01-01-2013')
    insert into #CRT values (7 ,2100,'01-01-2010')
    insert into #CRT values (19,2100,'01-01-2012')
    insert into #CRT values (7 ,2200,'01-01-2012')
    insert into #CRT values (19,2200,'02-02-2012')
    I would like the following output from query. The following record is the max(GST_Date ) of every '''GRD'".
    CRT   GRD   GST_Date
    24    1900  01-01-2013
    19    2100  01-01-2012
    19    2200  02-02-2012

    Please follow basic Netiquette and post the DDL we need to answer this. Follow industry and ANSI/ISO standards in your data. You should follow ISO-11179 rules for naming data elements. Everything you posted is wrong. You should follow ISO-8601 rules for
    displaying temporal data. In fact is is required by ANSI/ISO Standards. You failed again. We need to know the data types, keys and constraints on the table. Avoid dialect in favor of ANSI/ISO Standard SQL. You need to read and download the PDF for: 
    https://www.simple-talk.com/books/sql-books/119-sql-code-smells/
    Please, please learn why rows are not records. You do not even know what a key is or how to write a INTEGER NOT NULL(s, p) declaration. Allowing a table and column to have the same name is legal syntax and we regret not taking it out of the Standard. It is
    stupid! How can a set also be an attribute of itself? But your DDL gave no attribute  properties, as per ISO-11179. 
    Here is my attempt at repairs
    CREATE TABLE CRT 
    (crt_something INTEGER NOT NULL, 
     grd_something INTEGER NOT NULL, 
     PRIMARY KEY (crt_something, grd_something),
     gst_date DATE NOT NULL);
    Here is how we write an insertion statement; you are still using Sybase syntax! Why did you pick the most ambiguous, non-ANSI date display format? 
    INSERT INTO CRT 
    VALUES 
     ( 7, 1900, '2000-01-01), 
     ( 7, 2100, '2010-01-01'), 
     ( 7, 2200, '2012-01-01'), 
     (19, 1900, '2002-01-01'), 
     (19, 2100, '2012-01-01'), 
     (19, 2200, '2012-02-02'),
     (24, 1900, '2013-01-01');
    >> How I can get the MAX(gst_date) record [sic] of grd_something. If record [sic] of grd_something has more than one record [sic] then I need the one MAX(gst_date) record [sic] of every grd_something. <<
    WITH X
    (SELECT crt_something, grd_something, gst_date,
            MAX(gst_date) 
              OVER (PARTITION BY grd_something) AS gst_date_max
      FROM CRT)
     SELECT *
       FROM X
      WHERE gst_date_max = gst_date;
    --CELKO-- Books in Celko Series for Morgan-Kaufmann Publishing: Analytics and OLAP in SQL / Data and Databases: Concepts in Practice Data / Measurements and Standards in SQL SQL for Smarties / SQL Programming Style / SQL Puzzles and Answers / Thinking
    in Sets / Trees and Hierarchies in SQL

  • Java Mail,SMTP server not starting,help required urgently

    Hi i have been working on java mail .Yesterday it was working ok but today suddenely i am getting this thing.its not starting the smtp server i guess,just exiting and get the command prompt ..dont know what to do.help required how to go about this error
    am pasting the debug information.please check and let me know
    the compilation ,smtp server and others are all valid
    thanks
    Microsoft Windows XP [Version 5.1.2600]
    (C) Copyright 1985-2001 Microsoft Corp.
    C:\Documents and Settings\Pavan>cd C:\Program Files\Java\jdk1.5.0_07\bin
    C:\Program Files\Java\jdk1.5.0_07\bin>javac jdbcExample3.java
    C:\Program Files\Java\jdk1.5.0_07\bin>java jdbcExample3 smtpserver address
    DEBUG: JavaMail version 1.4ea
    DEBUG: java.io.FileNotFoundException: C:\Program Files\Java\jdk1.5.0_07\jre\lib\
    javamail.providers (The system cannot find the file specified)
    DEBUG: !anyLoaded
    DEBUG: not loading resource: /META-INF/javamail.providers
    DEBUG: successfully loaded resource: /META-INF/javamail.default.providers
    DEBUG: Tables of loaded providers
    DEBUG: Providers Listed By Class Name: {com.sun.mail.smtp.SMTPSSLTransport=javax
    .mail.Provider[TRANSPORT,smtps,com.sun.mail.smtp.SMTPSSLTransport,Sun Microsyste
    ms, Inc], com.sun.mail.smtp.SMTPTransport=javax.mail.Provider[TRANSPORT,smtp,com
    .sun.mail.smtp.SMTPTransport,Sun Microsystems, Inc], com.sun.mail.imap.IMAPSSLSt
    ore=javax.mail.Provider[STORE,imaps,com.sun.mail.imap.IMAPSSLStore,Sun Microsyst
    ems, Inc], com.sun.mail.pop3.POP3SSLStore=javax.mail.Provider[STORE,pop3s,com.su
    n.mail.pop3.POP3SSLStore,Sun Microsystems, Inc], com.sun.mail.imap.IMAPStore=jav
    ax.mail.Provider[STORE,imap,com.sun.mail.imap.IMAPStore,Sun Microsystems, Inc],
    com.sun.mail.pop3.POP3Store=javax.mail.Provider[STORE,pop3,com.sun.mail.pop3.POP
    3Store,Sun Microsystems, Inc]}
    DEBUG: Providers Listed By Protocol: {imaps=javax.mail.Provider[STORE,imaps,com.
    sun.mail.imap.IMAPSSLStore,Sun Microsystems, Inc], imap=javax.mail.Provider[STOR
    E,imap,com.sun.mail.imap.IMAPStore,Sun Microsystems, Inc], smtps=javax.mail.Prov
    ider[TRANSPORT,smtps,com.sun.mail.smtp.SMTPSSLTransport,Sun Microsystems, Inc],
    pop3=javax.mail.Provider[STORE,pop3,com.sun.mail.pop3.POP3Store,Sun Microsystems
    , Inc], pop3s=javax.mail.Provider[STORE,pop3s,com.sun.mail.pop3.POP3SSLStore,Sun
    Microsystems, Inc], smtp=javax.mail.Provider[TRANSPORT,smtp,com.sun.mail.smtp.S
    MTPTransport,Sun Microsystems, Inc]}
    DEBUG: successfully loaded resource: /META-INF/javamail.default.address.map
    DEBUG: !anyLoaded
    DEBUG: not loading resource: /META-INF/javamail.address.map
    DEBUG: java.io.FileNotFoundException: C:\Program Files\Java\jdk1.5.0_07\jre\lib\
    javamail.address.map (The system cannot find the file specified)
    C:\Program Files\Java\jdk1.5.0_07\bin>

    The debug output doesn't show an obvious problem. You're
    going to have to actually debug your program. A debugger
    might be helpful.

  • Set up fixed vendor for PO help required -URGENT

    Hi ,
    can somebody walk me through the steps to step UP  a fixed vendor.
    I need to create a po with fixed vendor throgh transaction me59.
    PLS HELP

    Hi Manohar reddy,
    I am using BAPI_REQUISTION_CREATE to create a purvchase requistion.As soon as i am creating Purchase Requistion and i checked EBAN table with that requistion Number i found a value under fixed vendor column.
    as you mentioned two ways
    1)user profile parametrs -can you please tell me what is that and where should i go to check it.
    2)can you tell me the user exit for defaulting the vendor value.
    I have never done that please let me know.

  • Urgent-Need help with code for Master data enhancement

    hi Experts,
    I have appended YMFRGR field(Table MARC) to 0MAT_PLANT_ATTR datasource.
    The key fields in the MARC table are MATNR and WERKS.Can anybody help with the user exit to populate this field,as am pretty new to ABAP.
    Thanks in advance

    Hi,
    go through this link which has the similar problem:
    https://forums.sdn.sap.com/click.jspa?searchID=1331543&messageID=2794783
    hope it helps.
    Thanks,
    Amith

  • Help required while publishing product data in Adobe InDesign

    Hi Experts,
    I have installed MDM7.1 publisher(build version- 7.1.01.46) and Adobe InDesign CS3(version-5.0.4) in my local system.
    I also installed the plug-in for InDesign version CS3 - the Microsoft Visual C++ 2005
    SP1 Redistributable Package (x86) in my local system.
    While publishing data from MDM publisher to Adobe InDesign, it's not populating data in Adobe InDesign window.
    What would be the problem while publishing, is there any other plu-ins required apart from the above.
    Please help me if any have idea's related this.
    Thanks,
    RDNPrasad

    Hi Mark
    Yes Indesign CS3 was running
    Instead of  I entered my computer name at the network, and after some tries it worked to some extent
    We got it working, but at the end of every publication,  Indesign stopped with an error message and was shut down.
    I tried to publish again today, but now nothing happens, no page is generated in Indesign
    I tried to generate a XML file and got this "IE7 error" on a 0 kb file:
    Cannot view XML input using style sheet. Please correct the error and then click the Refresh button, or try again later.
    The plugin is: MDM Paper Module, Version 7.1.02.59
    Indesign CS3, version 5.0.4
    MDM publisher : 7.1.01.46
    Kind regards
    Kurt
    Edited by: Kurt Jørgensen on May 27, 2009 12:02 PM
    Edited by: Kurt Jørgensen on May 27, 2009 12:03 PM

  • GroupWise Help Required || Urgent

    hi Experts,
    please help me on below queries -
    (A) Create Contacts in Global Address book in Novell GroupWise server manually. i have exchange servers in my Organization and i want to view my exchange mailboxes in GroupWise Address book so that my users can directly send mails to exchange users via Address lists.(external contacts in exchange are known as mail contacts/contacts. also i dont want to use any third party tool for Dirsync/migration purpose).
    (B) Set Forwarder on GroupWise Mailbox so that new incoming mail will be deliver to remote domain recipient (exchange mailbox) with or without delivering to GroupWise Mailbox locally). i don't want to configure client rules to achieve this goal. i need this to be done via central administration tool for GroupWise servers.
    (C) if we create External Contact with different Email Domain Name (i.e. @XYZ.Com, which is my exchange SMTP Domain) and we have Primary Domain as @ABC.Com (this is my GroupWise SMTP Domain), in this condition can we assign additional email address to external User. so that my external user will have both GroupWise SMTP Email Address and Exchange SMTP Address. in this case new mails to my GroupWise ID should be delivered to my exchange Mailbox because i don't want to keep mailbox in Groupwise
    it is really urgent and any information or step by step docs or Urls are really appreciated.
    i have gone through the non-groupwise domain creation document but not sure what server and domain name entries i have to put during configuration for Non-Groupwise domain and external users. also what would be GIWA configuration. please provide me the SOPs if any one has already done this in past.
    regards,
    Aanand Karki

    AanandKarki wrote:
    >
    > hi Experts,
    >
    > please help me on below queries -
    >
    > (A) Create Contacts in Global Address book in Novell GroupWise server
    > manually. i have exchange servers in my Organization and i want to
    > view my exchange mailboxes in GroupWise Address book so that my users
    > can directly send mails to exchange users via Address lists.(external
    > contacts in exchange are known as mail contacts/contacts. also i dont
    > want to use any third party tool for Dirsync/migration purpose).
    >
    > (B) Set Forwarder on GroupWise Mailbox so that new incoming mail will
    > be deliver to remote domain recipient (exchange mailbox) with or
    > without delivering to GroupWise Mailbox locally). i don't want to
    > configure client rules to achieve this goal. i need this to be done
    > via central administration tool for GroupWise servers.
    >
    > (C) if we create External Contact with different Email Domain Name
    > (i.e. @XYZ.Com, which is my exchange SMTP Domain) and we have Primary
    > Domain as @ABC.Com (this is my GroupWise SMTP Domain), in this
    > condition can we assign additional email address to external User. so
    > that my external user will have both GroupWise SMTP Email Address and
    > Exchange SMTP Address. in this case new mails to my GroupWise ID
    > should be delivered to my exchange Mailbox because i don't want to
    > keep mailbox in Groupwise
    >
    > it is really urgent and any information or step by step docs or Urls
    > are really appreciated.
    This is all handled by our new GroupWise/Exchange coexistence solution.
    There's no need to create anything manually on either side. With
    coexistence configured, users on both sides automatically sync as
    contacts on the other side, plus you also get free/busy searching.
    Here's the documention on coexistence.
    http://www.novell.com/documentation/.../bookinfo.html
    Please note this also requires some additional licensing. Please
    contact your friendly Novell sales rep or partner for more assistance.
    Your world is on the move. http://www.novell.com/mobility/
    We know what your world looks like. http://www.novell.com/yourworld/

  • Help Required from archieving Delivery data

    Hi all,
    I need to archieve delivery data(LIKP data),I have no idea of how to proceed with ,im not able to get a clear picture with existing threads regarding archieving .
    Kindly Help me out
    Santhiya B

    Hi,
    Tcode : AOBJ ...search for the appropriate object.
    Search for RV_LIKP please make sure of the object.> double click on that>customizing settings--> ask basis person to maintain proper settings viz Content repository,logical path  and required fields.
    Assuming its done. Go to tcode SARA -->Give object name -->write select proper variants.
    execute.. (In test mode if doing first time)...
    For every object there are preprocessing program,write, read,delete and reload programs first and last may not be available for every object.
    More Information read the Information attached to it " Click on symbol "i".
    For custom table check demo example SBOOKA, SBOOKR,SBOOKD report programes.
    Regards
    Mohinder

  • Purchase Requisition Release Strategy ---- help required urgently.

    Hello all,
    I have one severe problem in PR release strategy. Whenever we create a PR the Release is triggering but the name of the processer who will release this PR is not triggering. I have done the PO13, where the HR positions are maintained as per the release levels and PA30 where the SAP user ids of these processers is given. But still the processor name is not triggering. Is there any other transaction where we have to maintain certain data?? Kindly help me as this is an urgent issue.
    I will be very glad and give points to all of u.
    Thanks and Regards,
    Umakanth.

    hi,
    Check your release codes and its assignments in the release strategy..
    Also do check whether the PR is liable to trigger for the given characteristics as compared to your PR which you are making...
    Regards
    Priyanka.P

  • GroupWise 8.0.3 Help Required || Urgent

    hi Experts,
    please help me on below queries -
    (A) Create Contacts in Global Address book in Novell GroupWise server manually. i have exchange servers in my Organization and i want to view my exchange mailboxes in GroupWise Address book so that my users can directly send mails to exchange users via Address lists.(external contacts in exchange are known as mail contacts/contacts. also i dont want to use any third party tool for Dirsync/migration purpose).
    (B) Set Forwarder on GroupWise Mailbox so that new incoming mail will be deliver to remote domain recipient (exchange mailbox) with or without delivering to GroupWise Mailbox locally). i don't want to configure client rules to achieve this goal. i need this to be done via central administration tool for GroupWise servers.
    (C) if we create External Contact with different Email Domain Name (i.e. @XYZ.Com, which is my exchange SMTP Domain) and we have Primary Domain as @ABC.Com (this is my GroupWise SMTP Domain), in this condition can we assign additional email address to external User. so that my external user will have both GroupWise SMTP Email Address and Exchange SMTP Address. in this case new mails to my GroupWise ID should be delivered to my exchange Mailbox because i don't want to keep mailbox in Groupwise
    it is really urgent and any information or step by step docs or Urls are really appreciated.
    i have gone through the non-groupwise domain creation document but not sure what server and domain name entries i have to put during configuration for Non-Groupwise domain and external users. please provide me the SOPs if any one has already done this in past.
    regards,
    Aanand Karki

    If you do all the above, the GroupWise mailboxes would seem to not be used any longer. Why would you want to do all of this in the first place?

  • Struts--logic:tag-----------help required---urgent....

    Hi All,
    I have a JSP that has the following code
    <%@ page import='java.util.List' %>
    <%@ page import='java.util.Iterator' %>
    <%@ page import='com.stgil.pos.personal.quickQuote.model.QuoteModel' %>
    <%@ page import='com.stgil.pos.personal.quickQuote.model.QuoteRateMasterModel' %>
    <%
         List masterList = (List)session.getAttribute("MASTERLIST");
    %>
    <%
         QuoteModel quoteModel = (QuoteModel) session.getAttribute("QUOTEMODEL");
    %>
    <FORM action="quoteRate.do">
    <TABLE border="1">
              </br>
              <TR>
                   <TD><bean:message key="QQ001.quote.no.quote.renew.no" /></TD>
                   <TD><%=quoteModel.getQuoteNo()%> / <%=quoteModel.getQuoteRenewNo()%></TD>
                   <TD><bean:message key="QQ001.insured" /></TD>
                   <TD><%=quoteModel.getApplicantFullName()%></TD>
              </TR>
              <TR>
                   <TD><bean:message key="QQ001.effective.date" /></TD>
                   <TD><%=quoteModel.getQuoteBegindate()%></TD>
                   <TD><bean:message key="QQ001.expiration.date" /></TD>
                   <TD><%=quoteModel.getQuoteEndDate()%></TD>
                   <TD><bean:message key="QQ001.term" /></TD>
                   <TD><%=quoteModel.getQuoteTermCode()%></TD>
              </TR>
    </TABLE>
    Click on the submit button to rate for successful programs. Or Click
    on the Review button against the program name to make necessary the
    required corrections.<BR>
    <BR>
    Rating for multiple programs may take time.
    <TABLE border="1" width="804">
              <tr>
                   <TH><bean:message key="QQ001.program" /></TH>
                   <TH><bean:message key="QQ001.edit.check.status</TH>
                   <TH width="161"><bean:message key="QQ001.rate</TH>
              </tr>
              <%
         Iterator it = masterList.iterator();
              while(it.hasNext()){
              QuoteRateMasterModel quoteRateMasterModel =(QuoteRateMasterModel ) it.next();
              %>
              <TR>
                   <TD><%=quoteRateMasterModel.getSubLineCode()%>
                   </TD>
                   <TD><% if(quoteRateMasterModel.getStatus().equals("E")) { %>
                                  <div align="left"> <span style='font-family:Wingdings;mso-ascii-font-family:
                                  "Times New Roman";mso-hansi-font-family:"Times New Roman";mso-char-type:symbol;
                                  mso-symbol-font-family:Wingdings'><span style='mso-char-type:symbol;mso-symbol-font-family:
                                  Wingdings'>&uuml;</span></span> </div>
                   <% } else if(quoteRateMasterModel.getStatus().equals("N")) { %>
                                  <div align="left"> <span style='font-family:Wingdings;mso-ascii-font-family:
                                  "Times New Roman";mso-hansi-font-family:"Times New Roman";mso-char-type:symbol;
                                  mso-symbol-font-family:Wingdings'><span style='mso-char-type:symbol;mso-symbol-font-family:
                                  Wingdings'><font color="#FF0000">&ucirc;</font></span></span> </div>
                   <% } %>
                   </TD>
                   <TD>
                        <input TYPE=CHECKBOX name="chkEditFlag" value='<%=quoteRateMasterModel.getSubLineCode() %>' CHECKED>
                        <% if(quoteRateMasterModel.getStatus().equals("E")) { %>
                        <% } else if (quoteRateMasterModel.getStatus().equals("N")){ %>
                                  Review <img src="../../Images/pencil.gif" width="14" height="14"/>
                   <% } %>
                   </TD>
              </TR>
              <% } %>
    </TABLE>
    <BR>
         <DIV align="center"><INPUT type="submit" name="btnBack" value="Back"> <INPUT type="submit" name="btnSubmit" value="Submit"></DIV>
    </FORM>
    and in my action class i have
    session.setAttribute("MASTERLIST",quoteRateMasterList);
    I have to change the JSP using struts tags ......
    also depending on the chechkec value of the checkbox i have to get those records back in my action class---something like this----
    request.getParameterValues("chkEditFlag");
                   requestArray = request.getParameterValues("chkEditFlag");
    for each checked value i have to perform some action in the action class.....
    can somebody help
    thanks in advance

    Hi Kamal, Thank you so much for ur response.
    I am herewith writing in detail the flow of my program. The fetching of 50000 rows from the remote database is not consuming time, because i hit the database only once and fetch all the records in an array cursor and do the actual processing in a for loop at my end. Only the 'for loop' is consuming so much time. Please tell me if there is any other way the 'for loop' time can be reduced.
    program flow
    consider the table name as (T1) in another database with 50000 records and the table name as (T2) in my end with 1000 records
    <Cursor Declaration>
    while(1)
    <Array Cursor Fetch from table(T1) containing 50000 records from another database. I Hit once and fetch all the records in the array cursor)>
    :value1,-------------------Array Cursor
    :value2
    count=sqlca.sqlerrd[2]; (Here i take the count of records)
    for (i=0;i<count;i++)-------------------------> here count value is 50000
         for (j=0;j<count1;j++)---------(count1 is the count of records in my side
    table(T2)---here the count is 1000.)
              name_match();
              address_match();
    } /* Here i close while loop */
    name_match()
         here i use my logic to do name match. here i match the name field in T1 with the name field in T2 using some logic and if a match occurs i display it in the report. the matching logic is defined by the organization and cannot be changed.
    Address_match()
         for address match i have to hit another table at my end containing address field and match with the address field in T1 and if a match occurs i display it in the report..
    this is the logic i am using. The for loop is executing 50000000 times which is time consuming. is there any other way to achive this. Expecting your reply....thanks in advance.
    Regards,

Maybe you are looking for

  • Diplay TImestamp in Daily calendar in APEX

    Hi, I want to display appointments within the time row in an apex calendar (daily and weekly view). With the Date picker I can choose a time which is stored correctly in the timestamp of my table. But I did not find a way to use the saved time to dis

  • Park vendor invoice thru' IDOC

    Hello All, The requirement is our vendor sends EDI invoices and they get parked in SAP as IDOCs. IDOC gets posted if GRN exist for a PO. In purchase order it is GR based IV. If vendor parks invoice and there is no GRN for purchase order then IDOC fai

  • When Searching for attachments to mail, preview mode doesn't work

    When I am in mail and am composing a new email and I click "Attach" to attach a file, the current folder comes up and shows the preview mode of every file type (i.e. pictures and pdf previews). No problems. However, if I then do a search for somethin

  • OCZ Intel extreme on H55-GD65

    Hi, I have bought an MSI H55-GD65 motherboard, and with that the following sticks of RAM : OCZ Intel Extreme Edition XMP 4 Go (kit 2x 2 Go) DDR3-SDRAM PC3-10600 - OCZ3X1333LV4GK I would like to have your opinion on this choice. For instance, I would

  • Popup cancel Issue

    Hi All, Jdev version: 11g (11.1.1.6.0 ) , ADF I have problem in cancelling the popup.This is my code.I am calling the 'addNomineePopup' popoup. In 'popup fetch event' I am checking percentage.If the condition ok then cancel the popup, show the errror