How do I run query per report page?

I have a report with two subreports which both need queries to run on the fly per supplier(per report page).  All the other subreports on the page as well as the main report queries are loaded in advance before the report and includes all records needed for all suppliers.  However, these two querys that I'm trying to have run per report though can only be loaded one at a time because of the way these queries are formated (it allows a bar graph to show a label for only the current supplier on the x-axis and all other suppliers will display a "" for x-axis label, effectively only showing one legend label per report).  I already have the necessary parameter needed for the report(Pm-Supplier) so how can I run an oracle query on the fly per report page? 
Eric
Query 1:
select vendor,supplierloc,commodity,ip from (select c.Vendor, q.supplierloc, c.commodity,SUM (q.indexpoints+q.lateindexpoints) AS ip
FROM qa_occ q, glovia_prod.c_vencom@GL7TEST c
where q.occdate BETWEEN TO_DATE ('4/1/2006', 'mm/dd/yyyy')
AND TO_DATE ('3/9/2007', 'mm/dd/yyyy')
and c.vendor=q.supplier
and (upper(trim(foundby)) not like '%MARKET%' or foundby is null)
and (upper(trim(foundby)) not like '%TRIAL%' or foundby is null)
and (upper(trim(rank)) not like '%MARKET%' or rank is null)
and (upper(trim(rank)) not like '%TRIAL%' or rank is null)
and nvl(void,'N') = 'N'
and q.supplier= @SUPPLIER
GROUP BY C.vendor,q.supplierloc,c.commodity) qa
union
select '' as vendor,supplierloc,commodity,ip from (select c.Vendor, q.supplierloc, c.commodity,SUM (q.indexpoints+q.lateindexpoints) AS ip
FROM qa_occ q, glovia_prod.c_vencom@GL7TEST c
where q.occdate BETWEEN TO_DATE (@BegDate, 'mm/dd/yyyy')
AND TO_DATE (@EndDate, 'mm/dd/yyyy')
and c.vendor=q.supplier
and (upper(trim(foundby)) not like '%MARKET%' or foundby is null)
and (upper(trim(foundby)) not like '%TRIAL%' or foundby is null)
and (upper(trim(rank)) not like '%MARKET%' or rank is null)
and (upper(trim(rank)) not like '%TRIAL%' or rank is null)
and nvl(void,'N') = 'N'
and q.supplier<> @SUPPLIER
GROUP BY C.vendor,q.supplierloc,c.commodity) qa
order by commodity,ip desc
Query 2:
select c.name as name,c.vendor,c.ven_loc, SUM(q.indexpoints+q.lateindexpoints) as ip
from qa_occ q,glovia_prod.ven_loc c
WHERE q.occdate BETWEEN TO_DATE (@BegDate, 'mm/dd/yyyy')
AND TO_DATE (@EndDate, 'mm/dd/yyyy')
and (upper(trim(q.foundby)) not like '%MARKET%' or q.foundby is null)
and (upper(trim(q.foundby)) not like '%TRIAL%' or q.foundby is null)
and (upper(trim(q.rank)) not like '%MARKET%' or q.rank is null)
and (upper(trim(q.rank)) not like '%TRIAL%' or q.rank is null)
and q.supplier is not null
and nvl(q.void,'N') = 'N'
and q.supplier=@SUPPLIER
and q.supplier=c.vendor
and q.supplierloc=c.ven_loc
GROUP BY c.name,c.vendor,c.ven_loc
union
select '' as name,c.vendor,c.ven_loc, SUM(q.indexpoints+q.lateindexpoints) as ip
from qa_occ q,glovia_prod.ven_loc c
WHERE q.occdate BETWEEN TO_DATE (@BegDate, 'mm/dd/yyyy')
AND TO_DATE (@EndDate, 'mm/dd/yyyy')
and (upper(trim(q.foundby)) not like '%MARKET%' or q.foundby is null)
and (upper(trim(q.foundby)) not like '%TRIAL%' or q.foundby is null)
and (upper(trim(q.rank)) not like '%MARKET%' or q.rank is null)
and (upper(trim(q.rank)) not like '%TRIAL%' or q.rank is null)
--and q.supplier is not null
and nvl(q.void,'N') = 'N'
and q.supplier=c.vendor
and q.supplierloc=c.ven_loc
and q.supplier <> @SUPPLIER
GROUP BY c.name,c.vendor,c.ven_loc
ORDER BY ip DESC

You can't, CR considers each subreport as a separate report and therefore it makes a new connection and runs the SQL for the subreport.

Similar Messages

  • How to re-run query with bind values

    Hello,
    I have a sql statement which I obtained from statspack report. After looking at explan plan, I created an idex. Now I want to re-run the query and exame the explan plan again and see if newly created index helped. But how to re-run the query when it contains bind variables? Thank you.

    Have to define and exec them first (if you know the values; null otherwise, so if you can get values, you will have a better idea of what takes place).

  • How to place 3 records per (printing) page

    Hi,
    How would I go about only displaying 3 records per each a4 paper printed.
    For example:
    9 records in total.
    I want to print that (printing on paper), but only want 3 records per A4 size as records are being split between two pieces of paper.
    Any help would be very much appreciated!
    Thank you!

    sorry.
    I have done all the extraction and they display on the page with no problem. All the records are there and display fine.
    The problem is that i need to be able to create something like a page break every three records, as when i send the print to the printer, it has 3 records and a half on each A4 sheet of paper.
    I just need to be able to code: 'only print 3 records per A4 sized paper'.
    I have a css'd div tag which is the size of the A4 paper, but i need to be able to tell it to only display 3 records per A4 page.
    At the moment, it looks like this:
    The 'sound trolley - PAC' record shouldn't be spliut between pages. The title and the details should be on the same page, so im guessing would require something like a break after 'Nexo Subwoofer'.
    This is the code for the page (all within the A4 size div):
    <div class="a4page">
      <table width="100%" border="0" cellpadding="2">
        <tr>
          <td width="51%"><img src="images/logo_acs_egham.gif" width="338" height="51" /></td>
          <td width="28%"><img src="images/dramadatabase.jpg" width="133" height="93" /></td>
          <td align="right" width="21%"><strong>Inventory printed:</strong> <br />
          <script type="text/javascript">
    var currentTime = new Date();
    var month = currentTime.getMonth() + 1;
    var day = currentTime.getDate();
    var year = currentTime.getFullYear();
    document.write(day + "/" + month + "/" + year);</script>
          </td>
        </tr>
        <tr>
          <td colspan="3"><img src="images/divider.JPG" width="785" height="25" /></td>
        </tr>
      </table>
      <div align="center"><strong>Total Records:</strong> <?php echo $totalRows_print_invlist ?> </div>
      <?php do { ?>
        <form id="form2" name="form2" method="post" action="">
          <table width="99%" border="0" cellpadding="2" class="print_table">
            <tr>
              <td colspan="3"><span class="titlelist"><?php echo $row_print_invlist['name']; ?><a href="equipmentupdate.php?id=<?php echo $row_print_invlist['id']; ?>">
                  <input name="id" type="hidden" id="id" value="<?php echo $row_print_invlist['id']; ?>" />
                </a></span></td>
              <td width="23%"> </td>
            </tr>
            <tr>
              <td colspan="3"><em><?php echo $row_print_invlist['description']; ?></em></td>
              <td> </td>
            </tr>
            <tr>
              <td width="28%" rowspan="4"><input name="image" type="image" src="<?php echo $row_print_invlist['image']; ?>" width="200" border="1" /></td>
              <td width="17%" rowspan="4"><strong>Category:<br />
                Size<br />
                Location:<br />
                Sub-location:<br />
                Power Input:<br />
                Protection:<br />
                Model:<br />
                Manufacturer:</strong></td>
              <td width="32%" rowspan="4"><?php echo $row_print_invlist['category']; ?><br />
                <?php echo $row_print_invlist['size']; ?><br />
                <?php echo $row_print_invlist['location']; ?><br />
                <?php echo $row_print_invlist['sublocation']; ?><br />
                <?php echo $row_print_invlist['power_input']; ?><br />
                <?php echo $row_print_invlist['protection']; ?><br />
                <?php echo $row_print_invlist['model']; ?><br />
                <?php echo $row_print_invlist['manufacturer']; ?><br /></td>
              <td><strong>Internal ID: </strong><?php echo $row_print_invlist['id']; ?></td>
            </tr>
            <tr>
              <td><strong>Barcode ID: </strong><?php echo $row_print_invlist['BC']; ?></td>
            </tr>
            <tr>
              <td height="45"><strong>Quantity: </strong><?php echo $row_print_invlist['quantity']; ?></td>
            </tr>
            <tr>
              <td height="10"> </td>
            </tr>
          </table>
          <br />
          <img src="images/divider.JPG" width="778" height="28" />
        </form>
        <?php } while ($row_print_invlist = mysql_fetch_assoc($print_invlist)); ?>
    </div>

  • HOW TO PRINT ONE RECORD PER ONE PAGE

    Hi I have report , with two queries. Each query has one group with the same data. lets say the queries are Q1 and Q2. The Groups are with column DeptNo, and DeptNo1 both pointing to the same column DEPTNO. Now I want to design it in such a manner that it shoudl print each group , one record per page, but same group on the same page. For Example
    ON PAGE 1
    DpetNo 10
    Emp1
    Emp2
    Emp3
    DeptNo1 10
    Emp1
    EMp2
    Emp3
    ON PAGE 2
    DeptNo 20
    Emp4
    Emp5
    DeptNo1 20
    Emp4
    Emp5
    ON PAGE 3
    DeptNo 30
    Emp6
    Emp7
    Emp8
    DeptNo1 30
    Emp6
    Emp7
    Emp8
    How the lay our will be ? What will be the conditions. I can set the property in each group to print one record per page. But how to make it so that it will print like above.
    Thanks
    FEROZ

    Hi Feroz,
    You can create a query Q0 to return DeptNo 10, DeptNo 20..... and make it as the parent of Q1 and Q2. Then you can print one dept per page.
    Regards,
    George

  • Several subreports per report page

    Post Author: tconrad
    CA Forum: General
    I have an extended check stub that includes a subreport.  Since there may be several records generated for that subreport, I only want one record per extended check stub.  How can I do this? 

    Post Author: tconrad
    CA Forum: General
    Found it interesting and helpful for other issues.  Let me try to explain my issue better.
    The report is an extended stub to be faxed/emailed to an ACH vendor.  The report has the vendor name, payment date, and check number.  The subreport pulls the invoices being paid for the vendor.  Each vendor needs a seperate page.
    Report Format:      Report Header, Page Header contains my Co name, Details contains vendor info above and the subreport, Report Footer is empty, and Page footer contains my Co. address and contact info. 
    Subreport format:  Report header contains text items only, Group Header (group is payment amount), Details has invoice number, amount, etc from database, Group footer is suppressed, Report footer has totals.
    Thanks so much for your quick response.

  • How to print date/time in report page footer?

    Hi
    I have a report which users can print as PDF.
    However, I like to display current date/time in report footer.
    I can see the Page Footer in section but can't figure out how to print date/time there.
    Thanks for help.

    hi movilogo
    Please try this.
    Create hidden item P1_DATE
    Create On load process in page 1 and put this code
    begin
    :P1_DATE:=TO_CHAR(SYSDATE,'DD-MON-YYYY HH:MM:SS');
    end;
    Open your region in Page 1 put this code in Footer area
    *&P1_DATE.*
    Refresh your page.
    you will get the output like this.
    16-SEP-2009 11:09:17
    thanks
    Mark Wyatt

  • How to Re-Run 100 scheduled reports at one time on failure of running?

    Hi All,
    I scheduled 400 reports in the Crystal Reports Server.
    Suppose, out of 400 if 100 over reports are failed to run due to various reasons then how to filter and Re-Run only those 100 reports at a time without triggering each and every report.
    Please Advice.
    Thanks,
    Sriram

    Hi,
    can someone advise us on this issue, please?
    thanks,
    Sriram

  • Multiple columns per report page

    I've created a simple one-column report and would like to display more than one column per page (reducing the # of pages to scroll through). This would seem to be a simple task yet I'm having difficulty locating the supporting documentation. I'm hoping someone could point me in the right direction. Thanks.

    Hi there Otto... If I understand you correctly, you might need to look into the LEAD function.
    Here's an example:
    with table1 as
    (SELECT ROWNUM rn, 'Line ' || ROWNUM text
    FROM all_objects
    WHERE ROWNUM <= 10)
    SELECT *
    FROM (SELECT rn, text AS text_col1,
    LEAD (text, 1) OVER (ORDER BY rn) AS text_col2,
    LEAD (text, 2) OVER (ORDER BY rn) AS text_col3
    FROM table1)
    WHERE MOD (rn, 3) = 1
    outputs
    RN,TEXT_COL1,TEXT_COL2,TEXT_COL3
    1,Line 1,Line 2,Line 3
    4,Line 4,Line 5,Line 6
    7,Line 7,Line 8,Line 9
    10,Line 10
    Cheers,
    Vidar

  • Xerox Color Qube 8570 - How to turn off startup configuration report page?

    Our printing at work sometimes will print off a Startup page and then continue to print lines on different pages of just symbols. This last print job reach up to 68 pages, which of course is a nightmare of wasteful paper. Does anyone know how to stop this from printing?

    In CWIS go to Properties > General > Printer Defaults and disable the Startup page  As for garbage prints, That sounds like a PS error. And they are almost always due to improperly embedded fonts. Have all your users switch the following in their drivers (Picture is the global driver, but the regular driver will have the same option.) Essentially by default the printer uses its own locally stored fonts on the jobs, but when the fonts are misunderstood, or unknown it winds up printing wingdings.  

  • How to use j query in .jsf page which is designed using adfpagetemplate.

    <?xml version='1.0' encoding='UTF-8'?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <f:view xmlns:f="http://java.sun.com/jsf/core" xmlns:af="http://xmlns.oracle.com/adf/faces/rich">
    <af:document title="untitled7.jsf" id="d1">
    <af:form id="f1">
    <af:pageTemplate viewId="/oracle/templates/threeColumnTemplate.jspx" id="pt1">
    <f:facet name="center">
    <af:resource type="javascript"
    source="/lib/jquery/jquery-1.3.2.min.js"/>
    <af:resource type="javascript">
    function slideSwitch() {
    var $active = $('#slideshow IMG.active');
    if ( $active.length == 0 ) $active = $('#slideshow IMG:last');
    // use this to pull the images in the order they appear in the markup
    var $next = $active.next().length ? $active.next() : $('#slideshow img:first');
    $active.addClass('last-active');
    $next.css({opacity: 0.0})
    .addClass('active')
    .animate({opacity: 1.0}, 1000, function() {
    $active.removeClass('active last-active');
    $(function() {
    setInterval( "slideSwitch()", 15000 );
    </af:resource>
    <af:resource type="css">
    #slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    #slideshow IMG.active {
    z-index:10;
    opacity:1.0;
    #slideshow IMG.last-active {
    z-index:9;
    </af:resource>
    <af:panelGroupLayout id="slideshow" layout="vertical">
    <!-- The use of groups avoids that each image gets surrounded by a div -->
    <af:group>
    <af:image source="/images/cristo1.jpg" id="i1" />
    <af:image source="/images/cristo2.jpg" id="i2"/>
    <af:image source="/images/ipanema1.jpg" id="i3"/>
    </af:group>
    </af:panelGroupLayout>
    </f:facet>
    <f:facet name="header"/>
    <f:facet name="end"/>
    <f:facet name="start"/>
    <f:facet name="branding"/>
    <f:facet name="copyright"/>
    <f:facet name="status"/>
    </af:pageTemplate>
    </af:form>
    </af:document>
    </f:view>
    Above content is my code written in jsf page....
    jquery working fine if i create page withoput pagetemplate...
    Any please guide me to use jquery in the jsf page(created with page template)...
    Thanks in advance
    Edited by: 991543 on May 7, 2013 11:05 PM

    Hi frank,
    thanks for your reply frank........still am facing the same issue even i tried wat you told.
    I have pasted the code below for your reference.....
    please let me knw wat is the wrong thing in below code if any thing wrong plz guide me to resolve because this is needed in our project, thanks in advance.
    <?xml version='1.0' encoding='UTF-8'?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <f:view xmlns:f="http://java.sun.com/jsf/core" xmlns:af="http://xmlns.oracle.com/adf/faces/rich">
    <af:document title="untitled7.jsf" id="d1">
    <af:form id="f1">
    <af:pageTemplate viewId="/oracle/templates/threeColumnTemplate.jspx" id="pt1">
    <f:facet name="center">
    <af:resource type="javascript"
    source="/lib/jquery/jquery-1.3.2.min.js"/>
    <af:resource type="javascript">
    function slideSwitch() {
    var $active = $('#pt1:slideshow IMG.active');
    if ( $active.length == 0 ) $active = $('#pt1:slideshow IMG:last');
    // use this to pull the images in the order they appear in the markup
    var $next = $active.next().length ? $active.next() : $('#pt1:slideshow img:first');
    $active.addClass('last-active');
    $next.css({opacity: 0.0})
    .addClass('active')
    .animate({opacity: 1.0}, 1000, function() {
    $active.removeClass('active last-active');
    $(function() {
    setInterval( "slideSwitch()", 1000 );
    </af:resource>
    <af:resource type="css">
    #pt1:slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    #pt1:slideshow IMG.active {
    z-index:10;
    opacity:1.0;
    #pt1:slideshow IMG.last-active {
    z-index:9;
    </af:resource>
    <af:panelGroupLayout id="slideshow" layout="vertical">
    <!-- The use of groups avoids that each image gets surrounded by a div -->
    <af:group>
    <af:image source="/images/cristo1.jpg" id="i1" />
    <af:image source="/images/cristo2.jpg" id="i2"/>
    <af:image source="/images/ipanema1.jpg" id="i3"/>
    </af:group>
    </af:panelGroupLayout>
    </f:facet>
    <f:facet name="header"/>
    <f:facet name="end"/>
    <f:facet name="start"/>
    <f:facet name="branding"/>
    <f:facet name="copyright"/>
    <f:facet name="status"/>
    </af:pageTemplate>
    </af:form>
    </af:document>
    </f:view>
    Thanks & Regards
    Gowthaman Narayanan
    Edited by: 991543 on May 15, 2013 4:27 AM
    Edited by: 991543 on May 15, 2013 4:30 AM

  • URGENT..How to Run Cash Flow Report.

    How do I run the cashflow report. I opened the cash flow report by going in t.code S_ALR_87012272. I entered the co. code and the g/l accounts, and the fiscal year and executed the report. But it opened a screen with no records found, although the g/l accounts have balances. Why are they not getting picked up. Is there a special way to run the cash flows report. Is it different from Financial Statement version. It is very urgent, so if I can get some help, I will greatly appreciate it.
    Thanks
    Lakshmi

    Hi Krishnan,
    Can you please tell me why is the cash flow report not picking any data though I assigned the correct FSV to it. There is another thing that I wouldlike to mention here. When I go in report painter and display the form for cash flow,though I have assigned the correct FSV in General selection, I see the FS item as 300000 which is not what is on the financial statement. On the financial statment version it is the text like petty cash and not any number like 300000 as financial item. Do I need to set up petty cash in the form in place of 300000 (because 300000 does not exist in fsv as a finacial item) Does it eman I will have to enter for each items on the cash flow report
    Thanks in advance
    Lakshmi

  • How to run Aged Payable report

    Hello Gurus,
    Please how can I run aged payable report with the following format?
    Vendor ABC
    0-30 days
    31-60 Days
    61- 90 Days
    91-120 Days
    +121 Days
    Document Date
    Reference #
    Terms of Pymt
    Net Due Date
    Current
    Past Due Date
    Past Due Date
    Past Due Date
    Past Due Date
    Past Due Date
    Subtotals
    X
    X
    X
    X
    X
    Vendor DEF
    0-29 days
    30-59 Days
    60-89 Days
    90-119 Days
    +120 Days
    Document Date
    Reference #
    Terms
    Net Due Date
    Current
    Past Due Date
    Past Due Date
    Past Due Date
    Past Due Date
    Past Due Date
    Subtotals
    X
    X
    X
    X
    X
    0-29 days
    30-59 Days
    60-89 Days
    90-119 Days
    +120 Days
    Past Due Date
    Past Due Date
    Past Due Date
    Past Due Date
    Past Due Date
    Grand Total =
    X
    X
    X
    X
    X
    Please I need you help.
    Thank you.

    Hi,
    Let me put it this way, the ageing report requirement comes from client i.e. Business which includes users/core-team members/management.
    So, if the requirement to change the ageing report comes from business (whoever is it), then ofcourse, you'll have to rely on them for specifications of report, because ultimately they are the end users for this report, and they know what changes they want.
    I'm not sure under what capacity you're asking this question. If you yourself are the user of this report, then you'll have to provide the detailed requirement to your FI guy who'll work with developer to design the report.
    Thanks,
    Nirav 

  • How to find database query

    Hi all,
    how to find physical query from report here m checking like Administrator->manage session--> report-->view log
    +++Administrator:3220000:3220011:----2011/01/03 02:51:43
    -------------------- SQL Request:
    +++Administrator:3220000:3220011:----2011/01/03 02:51:43
    -------------------- General Query Info:
    Repository: Star, Subject Area: AAA, Presentation: AAA
    +++Administrator:3220000:3220011:----2011/01/03 02:51:43
    -------------------- Cache Hit on query:
    Matching Query:     Created by:     Administrator
    +++Administrator:3220000:3220011:----2011/01/03 02:51:43
    -------------------- Query Status: Successful Completion
    +++Administrator:3220000:3220011:----2011/01/03 02:51:43
    -------------------- Physical Query Summary Stats: Number of physical queries 1, Cumulative time 0, DB-connect time 0 (seconds)
    +++Administrator:3220000:3220011:----2011/01/03 02:51:43
    -------------------- Rows returned to Client 6
    +++Administrator:3220000:3220011:----2011/01/03 02:51:43
    -------------------- Logical Query Summary Stats: Elapsed time 0, Response time 0, Compilation time 0 (seconds)
    but here m not able to find database query..how to find that query plz help
    Edited by: Sonal on Jan 3, 2011 5:29 AM
    Edited by: Sonal on Jan 3, 2011 5:30 AM
    Edited by: Sonal on Jan 3, 2011 5:30 AM

    Hi,
    as Daan said, set the variable in Advanced tab but not on loglevel..
    because, our problem is to bypass the bi-server cache.
    Do this:
    1. Go to Advanced tab.
    2. In Prefix field(scroll down to see this field) , enter this:
    SET DISABLE_CACHE_HIT = 1;
    Note: Make sure that you're ended up above statement with semicolon and do not click on Set SQL option...
    3. Save report, then run it..
    4. After you see the query, i recommend you to take take out that prefix tag then save it again..

  • Printing a HTML DB REPORT page.

    I am new to using HTML DB. I am using version 2.0. I created a simple report page (Theme 10) that displays fine on the screen. I've searched every where, but can not determine how to apply the Printer Friendly attribute to this 'Report' page. I don't see a checkbox to invoke it as I create the report page or how to invoke it after the report page is created. The user needs to be able print the report that they are viewing on the screen. I don't know how that is accomplished. Thanks.

    Earl,
    I'm making some progress. I created the navigation bar and now Print appears on the bar along with Logout. I used the &APP_PAGE_ID. However, when I click on the Print link I get an ie message The page cannot be found. HTTP 400 - Bad Request.
    The Report page I am trying to print has the following syntax in the HTML 'Body'
    <td class"t10NavBar">&APP_USER.#NAVIGATION_BAR#</td>
    Does this satisfy your request to put #NAVIGATION# as a substitution string in the page template?
    Also, based on the screen shot link (tinypic) you sent me, it appears to be an earlier version of HTML DB because it is not exactly what I'm seeing.
    Thanks,
    Don

  • Running my first ASP page

    HI
    I have my Web server (Sun One Web server 6.1) running and my First ASP Page ready, where do i store my .asp pages and how do i run the first ASP Page?

    Take a look at:
    http://docs.sun.com/source/817-1829-10/gsgasp.html
    Thanks
    Manish

Maybe you are looking for

  • How to use 'SO_NEW_DOCUMENT_SEND_API1' function module

    Hello Experts, Please anybody tell me how to use 'SO_NEW_DOCUMENT_SEND_API1' function module

  • Error from Logical Standby

    Dear All, I have configured Logical Standby Database 10gR2, on Windows 2003 Server. Logs are shipped and applied on the standby, without any issue. I can log on logical database using sys account, but if i use any other user's account i get this erro

  • Orphaned textfield

    I was teaching a class in creating forms with Adobe Acrobat 8 and one student somehow created a textfield that had no name and couldn't be selected. She said it happened to her before also. The field was just an empty rectangle with handles. I tried

  • "Open with" "do this automatically" option doesn't work.

    I recently upgraded to Firefox 3.6.23. My VOIP provider copies my voicemail messages to .WAV files and sends them to my email. Very handy. When I try to download such a file, Firefox pops up a dialog asking me what program to use; it correctly rememb

  • Mac Pro 4870, 8800, 3870 for FCP?

    Hi, I was looking at getting a 4870 for my Mac Pro. I want the best performance for FCP - rendering, Color, exporting with compressor etc... It seems the 4870 is the fastest but then I was wondering if the 8800 under the upcoming new os release would