2 Day Developer  DrillDown confusion

This problem is the same as adam.coles brought up in the post on June 9th, but hasn't gotten any response.
I am doing the 2 day developer course that can be found on the following page (on the right under "Getting Started"
http://www.oracle.com/technology/products/database/htmldb/index.html
In the course there is a "How to Create a Drill Down Report" on page 3-5
under "Customizing the DEMO_ORDER_ITEMS Report" (which seems odd since the report uses the DEMO_ORDER_ITEMS table but is named ORDER_ITEMS)
Anyway, there is a task of "Add a Condition" which says to select "ORDER_ID [DEMO_ORDER_ITEMS]" but there is no columns to select from let alone this particular one.
I'm wondering what must be present to have columns listed in "query conditions" in the "Query Definition" for a particular region?
Basically; am I missing something or is something missing from the course?
I'm certainly not the first to have this problem.

Hi Everyone,
I did essentially what dccase did. When I selected columns for the Order Item page, I added the necessary Product_ID columns and joined them. Then I went to the Report Attributes and turned off the check box in the "Show" column for the two product ID columns. The resulting report looked correct.
However, this isn't quite right. The excercise shows the table as the instructions meant, with all the "wrong" information because the original query intentionally lacked a join.
The goal of the exercise was to have the Order selected on Page 1 filter (by adding the condition that uses the hidden field) the items shown on Page 2.
Since one can not create the necessary condition (because there are no columns listed in the column selection field of the Condition page), I was wondering if anyone has actually implemented this desired functionality. How can one use a link from one page to drive a condition on another page?
Thanks,
Peter
PS
The information on this page: Missing Condition Columns seems to talk directly to the condition describe here. Unfortunately, while it is acknowledged that it may be a bug, no fix is mentioned.
Message was edited by:
Petie

Similar Messages

  • Problems doing the "Web Service" example from the 2-Day-Developer Guide

    Hello,
    I want to do the "web service" example from the 2-Day-Developer Guide.
    I give the application my proxy server address in the format address:port and go through the assistant creating the web service. After selecting the IBM UDDI-service and searching for %xMethods% as business name I get the following error:
    ORA-31011: XML-Parsing not successful ORA-19202: Error parsing XML LPX-00104: Warning: Element "html" is not declared in DTD Error at line 2
    What have I done wrong?
    With kind regards
    Florian Reiser

    Please.. Could you change your forum handle to something more human, we are a friendly group here and lik to know who we are talking to.. Secondly, WHy are you using such an OLD version oft he product. You would be better off installing 3.2.1 (latest released build) and asking your questions after you do that..
    (I am sorry, it's like asking for help in a Windows support forum about issues you are having with Windows 3.1)
    Thank you,
    Tony Miller
    Webster, TX

  • Download_my_file example from HTMLDB 2 day developer Guide

    Hi -
    I'm using htmldb/APEX v 1.6. I'm following the Oracle HTMLDB 2 Day Developer Guide chapter 8. In this example, we are uploading files to be stored in the database as BLOB's. Then we are downloading the files.
    The example works as advertised until we create the custom table and procedure called download_my_file.
    Using the default table and procedure, the file upload and download work correctly.
    Using the procedure called download_my_file fails with error:
    [Thu Feb  4 13:11:18 2010] [error] [client 100.100.100.11] [ecid: 1265307078:100.100.100.202:18991:0:163,0] mod_plsql: /pls/htmldb/HTMLDB.DOWNLOAD_MY_FILES HTTP-404 \nHTMLDB.DOWNLOAD_MY_FILES: PROCEDURE DOESN'T EXIST\n
    Here is my version of procedure download_my_file:
    (p_file in number) AS
    v_mime VARCHAR2(48);
    v_length NUMBER;
    v_file_name VARCHAR2(2000);
    Lob_loc BLOB;
    BEGIN
    SELECT MIME_TYPE, BLOB_CONTENT, name,DBMS_LOB.GETLENGTH(blob_content)
    INTO v_mime,lob_loc,v_file_name,v_length
    FROM file_subjects_1
    WHERE id = p_file;
    -- set up HTTP header
    -- use an NVL around the mime type and
    -- if it is a null set it to application/octect
    -- application/octect may launch a download window from windows
    owa_util.mime_header( nvl(v_mime,'application/octet'),FALSE );
    -- set the size so the browser knows how much to download
    htp.p('Content-length: ' || v_length);
    -- the filename will be used by the browser if the users does a save as
    htp.p('Content-Disposition: attachment; filename="'||substr(v_file_name,instr(v_file_name,'/')+1)|| '"');
    -- close the headers
    owa_util.http_header_close;
    -- download the BLOB
    wpg_docload.download_file( Lob_loc );
    end download_my_file;
    Edited by: user11367243 on Feb 4, 2010 11:27 AM
    Execute privileges on procedure download_my_file have been granted to Public and HTMLDB_PUBLIC_USER. Procedure is owned by user HTMLDB

    Please.. Could you change your forum handle to something more human, we are a friendly group here and lik to know who we are talking to.. Secondly, WHy are you using such an OLD version oft he product. You would be better off installing 3.2.1 (latest released build) and asking your questions after you do that..
    (I am sorry, it's like asking for help in a Windows support forum about issues you are having with Windows 3.1)
    Thank you,
    Tony Miller
    Webster, TX

  • Chapter 8 2 day developer upload/download files

    oracle 10g - HTML_DB 2.0
    2 day developer R2 July 2005
    I have tryed to follow the tutorial and have read the chapter.
    Can any one tell me where page two is created and/or what should be on page 2?

    Sorry I should mabee have mentioned
    chapt 8 - 9
    "navigate to page def of page2"
    I could fine nowhere in the steps to create a page 2

  • Documentation for HTMLDB 2-day developer does not match sample appln

    The documentation for the Oracle HTML DB 2-Day Developer no longer matches the sample application and interface provided by Oracle. It used to work several months ago but the online sample workspace and applications appear to have been upgraded.
    Where would I get updated documentation?

    Hi Janos,
    Although things are improving, there is generally no enforcement of the filter rules established in the service metadata - this a deficiency in the Gateway engine in my view. If a metadata document can be thoroughly checked for element types, etc, why can't the same be done for filters and addressability?
    If an entity is marked as 'requires filter' but no filter is actually implemented, you can waste a lot of time trying to discover the filter pattern!
    The bottom line is, if you are building the service yourself, you put in the logic for filter patterns you have designed. If you are using a published service and there is no documentation available, the only way to determine if a filter is actually supported is to experiment or examine the provider model code.
    regards
    Ron.   

  • How can I get a one day development session for experienced developers in Malaysia?

    I have a team of experienced and capable developers in Malaysia.  We have just launched a new product and the guys put in a huge effort to get us there.
    But our product does on work on ipads or iphones because it is largely in Silverlight. So we might build a separate application soon for mobile and apple based devices.
    I would like to reward the guys with a day (or maybe two) where they can learn to program for ipads.  I would like a hands on lab from and experienced developer rather than a basic training course.  I would like the guys to get their hands dirty and play with the technology even if all we get from the day is fun, experimentation and hopefully a taste of a new capability that we could develop.
    I also have usability guys so it would be ideal if we could have a day for them too, but my primary aim is to let the developers tackle something new with no critical deadline or strictly contained business requirements.
    What should I do?  Is there a guru developer who could spend a day with the team?

    Email you care to put here you can share?
    Just long enough to grab and then edit out will be ok.
    Ken

  • Render preview vs Develop View confusion

      Hi,
      I am having a hard time understanding the various "render" and "view" options.
      I just noticed that under "Develop" mode, my modications to the noise reduction settings is not changing the "fit to screen" preview. I can only see the effects by zooming in to 1:1 view. Therefore, I can't see the effect on the whole picture until I export it?!?
      I then went back to Library mode and noticed the "Preview" option. I have been generating "minimal" previews on Import (should I change that?). I now re-rendered these as 1:1 previews and lo-and-behold the changes are now noticeable. But I assume that's a one time event. If I go ahead and change them again, I will have to regerate the previews?
      What's going on here? Noise Reduction and Noise reduction alone doesn't trigger regeneration of the "Fit" preview in develop mode?? Why not??

      Oh man that is not what I wanted to hear. At the very least they should make it a toggle, an option that one can select if one has the CPU to handle it. It's really confusing to assume that "Develop" mode shows the closest rendering to the final output and then have one (but only one!!) of the adjustment tools not update the screen preview (or whatever one calls the view that Develops shows us - "Develop Preview"?).
      Further confusing matters is this statement from beta 2 release:
    "The Develop preview now shows sharpening & noise reduction at less than 1:1 view when using PV2010."
    http://www.lightroomqueen.com/blog/2010/03/23/whats-new-in-lightroom-30-beta2/
      So, it looks like it got removed between Beta2 and Final Release (but only NR; sharpening was kept)?
      So, now I don't fully understand how to estimate the "look" of my output with various NR applied. I understand I can zoom in to 1:1 to get the pixel view but I also like to get a "bird's eye view" of the effect on the whole image. HOw do I do this now without actually outputing to jpg and then checking? Bibble, for one, handles this on the fly. NR effects are rendered immediately.
      Thanks for any advice,
    -alex

  • Oracle WebLogic Developer License (Confusion)

    Hi,
    Simply, WL server allows developers to use freely for development purposes. There is a little confusion over "fine-print" on "comercial" purposes are prohibited, so outsourced vendors developing software for say ISV consider commercial purpose (they paid for software development) and need production license to 'develop' application on WL.
    Can you pelase clarify this statement? simply, can outsourced software vendor develop applications for a client using developer license?
    Regards,
    TK.

    actually, just reading the license text of the free 11g R2 enterprise download:
    http://www.oracle.com/technetwork/licenses/standard-license-152015.html
    LICENSE RIGHTS
    We grant you a nonexclusive, nontransferable limited license to use the programs only for the purpose of developing, testing, prototyping and demonstrating your application, and not for any other purpose. If you use the application you develop under this license for any internal data processing or for any commercial or production purposes, or you want to use the programs for any purpose other than as permitted under this agreement, you must obtain a production release version of the program by contacting us or an Oracle reseller to obtain the appropriate license. You acknowledge that we may not produce a production release version of the program and any development efforts undertaken by you are at your own risk.
    so it's not quite all that straightforward.... so I suggest that you contact Oracle to clarify your needs.

  • Traditional C++ developer utterly confused

    I am trying to learn to develop a web service in Java and am using Eclipse. It's horrible - I am used to Visual Studio! Anyway, I can't seem to compile anything for starters. I am following O'Reilley's Java Web Services and going through an example where I created three files:
    TimeServer.java
    TimeServerImpl.java
    TimeServerPublisher.java
    I can't figure out how to compile it or test it. I get an error:
    Project 'timeserver' is missing required library: 'TimeServer.class'
    The project cannot be built until build path errors are resolved
    Huh? The example in the book says nothing about a TimeServer.class file. It also gives command line prompt arguments for compiling but when I go to the command line javac is not recognized so I figured Eclipse would have the equivalent but I can't figure it out. And what build path errors?

    It's generally a good idea to build and run your first Java program without benefit of an IDE using any convenient source editor and the java command line utilities. You should generally add your java bin directory to the PATH for a start to make this possible. It's helpful to know these basics of compiling and running Java.
    Java source files are typically stored in a hierarchy of directories which reflect the package structure of a Java program. Java classes should be placed in packages, e.g. com.acme.timeserver which will be reflected in a file path com/acme/timeserver/TimeServer.java.
    When you compile them they generate corresponding .class files, which are also arranged in a directory tree (which could be the same one, or a separate "build" directory).
    When using an IDE first create a project, which involves a project directory in which your source tree, build directory etc. live. Then create a package and do an "add class" to place a template Java file appropriately. If it's a complete program then you also need to designate a main class (the one with the public static void main(String[] args) {).                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Two usage notices on same day - account shaped - confused!

    Hey there.
    Is this on your fixed service?
    If so the usage meter can be delayed up to 48 hours, which can mean that you can end up with two notices close together as the system processes and updates the data.

    hi Sigei55
    Did you have any further inquiries regarding your usage notifications? 
    More than happy to assist. 
    Regards 

  • How Open source Flex looks to a mid level developer

    Here is my response to a post Matt made on a blog:
    THe whole post:
    http://blog.simb.net/2009/01/19/take-flex-back-for-the-community/
    @Matt
    1st off thanks, now my input:
    The crux of your criticism seems to be that the process that we use for decision-making is closed its certainly not how we feel
    Unfortuntly, this seems like a case of bad commuication by Adobe and the Flex team. If notable community experts get the impression of closed doors, then *certainly* the rest of us get this impression as well.
    but there has been very little participation from the community so far
    Im a solid dev, and not an expert but I can contribute in things such as testing and low level optimization; But, the Adobe open source site is a galactic disaster and discourages me from getting invloved. It has so many webpages that just go around in circles - filled with text that is verbose, this frustrates me to a great deal. As opposed to somehting straight foreward like:
    http://framework.zend.com/download/latest
    or
    http://code.google.com/p/papervision3d/
    Everything is here and easily notable. I avoid the seamingly endless pages and confusion. If I want to get to the Flex dev mailing list I have to register, then choose the lists, add the lists to my account. go though my account prefs read some directions.. then set up some other preferences..jeeeezzzz. If I want to submit a feature request I am directed to create another login for some Bug and Issue management? HUH? I thought I was submitting a featue request.
    Right on papervisions google HOME page I see Getting started > Papervision3D Mailing List.
    Next when I finially do get to Flex SVN, this trunk. is nothing like I have seen.what IS all this stuff and where do I go to learn about it? There are countless subfolders filled with things I vaguely understand and if I want to learn what it is. where do I go? Is there even a src folder?
    Here is a classic example.
    Flex trunk Read Me:
    http://opensource.adobe.com/svn/opensource/flex/sdk/trunk/README.txt
    vs.
    Zend Trunk Read me:
    http://framework.zend.com/svn/framework/standard/trunk/README.txt
    *What* is the Flex team thinking with this?
    I just spent 5 minutes or so twirling through all these SVN directories and Adobes website and I am clueless. I feel like the project is unessarily complex and disorganized - even if it isnt. This just convinced me to delete my Flex sdk bookmark on my SVN client.
    Adobe just lost one potential contributor to Flex SDK.
    We have another idea that were bouncing around that I hope to share in a week or two but wont get into now.
    Saying stuff like this is what gives people the impression of closed. Why not post these ideas the Flex team has? Even if it is stupid or incomplete
    Thats the whole point.

    Wow, thanks for your response. This is great.<br /><br />I now understand that I had a combination of prejudice and ignorance  <br />when regarding Adobe Open Source. Perhaps my ignorance on these  <br />particulars is something that other devs encounter ( that whole  <br />perception thing ).   I have chatted with people who consider the Flex  <br />SDK and Flex Builder... not the same... but fused together so much  <br />that it'd be just crazy to try and use one with out the other   When I  <br />mention using Flex without Flex Builder.... people get that glazed  <br />over look in their eyes....( FYI I'm a FDT man, but am keeping a close  <br />eye on the new Flex Builder )<br /><br />I'll use Zend as an example ( it's the best that I can come up with )  <br />but I feel like there is a difference between the open source  <br />framework and Zend Studio ( commercial software ). Anyway, I'm really  <br />excited about how you've responded to all this.  I have more ideas,  <br />but Ill sit on them and think it through and get ready for next weeks  <br />meeting.<br /><br />Thanks,<br /><br />Alan<br /><br /><br />On Jan 23, 2009, at 1:31 AM, Matt Chotin wrote:<br /><br />> A new message was posted by Matt Chotin in<br />><br />> General Discussion --<br />>  How Open source Flex looks to a mid level developer<br />><br />> I've delayed responding to this because frankly I'm not sure what to  <br />> say for much of it.  The first thing I have to point out is that  <br />> many of the things you mention are related to Flex Builder and not  <br />> the Flex SDK, which is the part that is open source. So things like  <br />> the FB features, and NDA as part of its prerelease program, etc are  <br />> part of the commercial offerings from Adobe, not the Flex SDK.   <br />> Every build of the SDK has been available from the open source site,  <br />> the MAX issues were for commercial products.<br />><br />> The roadmap for Flex 4 has been posted on the Gumbo page now for a  <br />> while, we don't put up specific dates because we don't know specific  <br />> dates, and as we get closer to feeling certain on a date we've put  <br />> it up.  I think that having dates up that constantly change is  <br />> counter-productive.<br />><br />> We use a code name because you never know if another version is  <br />> going to jump into the middle or what could happen, locking in on a  <br />> version number is often just setting yourself up for confusion  <br />> later.  Plenty of other projects use code names too, the idea that a  <br />> code name denotes secrecy is frankly ludicrous.<br />><br />> Regarding your question about 1000 developers and 80% wanting to go  <br />> in a different direction: if 80% of our customers think we should  <br />> move one way, don't you think it'd be pretty silly as a company to  <br />> go against them?  Adobe as a company, and the Flex team as a product  <br />> team, are very focused on delivering our customers value.  If we  <br />> fail to deliver value, not only is our free open source product not  <br />> used, but our paid products aren't used as well.  The things that  <br />> you sometimes run into are long-term vision vs. short-term pains,  <br />> and that may be where some aspects of open source vs. closed  <br />> differ.  The Adobe team has a long-term vision of Flex, which we  <br />> have tried to share and get feedback on, and we make decisions based  <br />> on that vision while taking into account the short-term needs of  <br />> developers.  I think this is a pretty reasonable approach overall,  <br />> and you as a Flex/Flash developer have probably benefited from it.<br />><br />> I'm sorry you feel like Adobe is getting the only benefit of open  <br />> source and you aren't, we certainly believe that we've put pieces in  <br />> place to allow for everyone to benefit, and will continue to take  <br />> suggestions on how we can improve.<br />><br />> Matt<br />><br />><br />> On 1/21/09 7:54 AM, "Alan Klement" <[email protected]> wrote:<br />><br />> A new message was posted by Alan Klement in<br />><br />> General Discussion --<br />>  How Open source Flex looks to a mid level developer<br />><br />> Matt, your right.  The Adobe Open Source site does have sufficient   <br />> resources, but the perception I had , as a developer interested in  <br />> getting invloved,  was that the information was either not there,  <br />> incomplete, or difficult to find.  The perception to me is that  <br />> Adobe is not serious about 'Open Source" - even if it is, the  <br />> perception I have is that it isn't.<br />><br />> I don't mean disrespect, but I don't take "Adobe Open Source"  <br />> seriously.   To illustrate my point I'll use this ( albeit a bit  <br />> extreme ) example:<br />><br />> Suppose the Flex community consists of 1000 devoted developers.    <br />> 80% of these developers decide to take the sdk into a direction they  <br />> feel it needs to go.  This decision, regardless if it's 'good' or  <br />> not, renders it incompatible with other Adobe products, namely Adobe  <br />> Catalyst. WIll Adobe accept the community's decision?<br />><br />> When Adobe can answer 'yes' to that question, I will take Adobe's  <br />> commitment seriously.<br />><br />> And there are so many other things t! hat send me red flags.<br />><br />> - Why is the new name of Flex not public, and why am I, as others,  <br />> breaking NDA to talk about the renaming process with other Flex devs?<br />> - What business is NDA doing in an 'Open' project.<br />> - Why is Adobe tight lipped about a release for Flex 4?  Where is  <br />> the roadmap?   https://wiki.mozilla.org/Releases .<br />> - Why are new features in Flex Builder not public?  Adobe asks 'what  <br />> do you want', but never tells us the results of these polls and what  <br />> features it is actively working on.<br />> - Why are there builds of Flex 4 passed out at MAX, but unavailable  <br />> to non-attendies. Had I *paid* to go to MAX, I'd have Flex 4...<br />> - You mentioned that there wasn't a 'budget' to make it easier for  <br />> devs to submit feature suggestions? Set up a google mailing list,  <br />> that'll cost you 0 dollars.<br />> - What is the term 'budget' doing in open source.  If Adobe won't do  <br />> something, ask the community to chip in.<br />> -Who are the other Adobe Flex devs? I can go to other open source  <br />> projects and see the names and contact info of other devs. Why  <br />> aren't THEY posting their opinions on this message board?<br />> _Why all the 'codename' garbage.  'Codename' denotes secrecy.<br />> - and on and on....<br />><br />> To me, Adobe looks like they want all the benefits of an open source  <br />> project, but none of the consequences.   Being open source means  <br />> releasing a degree of control over the software.  Hell, Richard  <br />> Stallman is still trying to convince people to change 'Linux' to  <br />> 'Linux-GNU'.<br />><br />> I would like to help, but I just don't think my efforts would be  <br />> seriously considered.  I work all day developing Flex applications  <br />> and front end Flash web sites. I don't want to then spend my free  <br />> time to be engrossed with a project's red tape ( Adobe policies ) -  <br />> only to have my efforts to be blown off.<br />><br />> Sorry guys, it just looks like a win-win for Adobe and a lose-lose  <br />> for me.<br />><br />> ________________________________<br />> View/reply at How Open source Flex looks to a mid level developer <a href=http://www.adobeforums.com/webx?13@@.59b790da/2 <br />> ><br />> Replies by email are OK.<br />> Use the unsubscribe <a href=http://www.adobeforums.com/webx?280@@.59b790da!folder=.3c060fa1 <br />> >  form to cancel your email subscription.<br />><br />><br />><br />><br />> ------------------------------------------------------<br />> View/reply at <a href=http://www.adobeforums.com/webx?13@@.59b790da/5><br />> Replies by email are OK.<br />> Use the unsubscribe form at <a href=http://www.adobeforums.com/webx?280@@.59b790da!folder=.3c060fa1 <br />> > to cancel your email subscription.

  • Selecting Missing Days from a given range of Date  from a table

    Dear Oracle Guru's
    Consider the following table
    txndetails
    Rundate date
    Txncnt Number
    userid varchar2(100)
    Data will be as follows
    Rundate txncnt userid
    17-Nov-2009 4 admin
    18-Nov-2009 7 admin
    21-Nov-2009 3 admin
    23-Nov-2009 4 admin
    We populate this table on the basis of txn generated. This is supposed to run daily based on the transactions. Certain days there wont be any transaction at all. hence there will be no entry on this table .
    At any given point of time , we would like to know the days on which there is no entries in this table
    In the above sample data, there is no entries on 19th, 20th and 22nd
    we have to list out those days
    I got confused while trying some methods
    Kindly guide me in this regard
    with warm regards
    Ssr

    Hi,
    As Centinul and Bhushan said, you need a list of all the possible dates; "CONNECT BY LEVEL <= x" is an efficient way to generate such a list in Oracle SQL.
    Once you have the list of all days, you can use MINUS, like Centinul or Bhushan did. You can also use an outer join, as shown below.
    WITH  extrema     AS
         SELECT     TRUNC (MIN (rundate))     AS start_date
         ,     TRUNC (MAX (rundate))     AS end_date
         FROM     txndetails
    all_days     AS
         SELECT     start_date + LEVEL - 1     AS a_date
         ,     start_date + LEVEL        AS next_date
         FROM     extrema
         CONNECT BY     LEVEL <= 1 + end_date - start_date
    SELECT     a.a_date
    FROM          all_days     a
    LEFT OUTER JOIN     txndetails     t     ON     t.rundate >= a.a_date
                                     AND     t.rundate <  a.next_date
    WHERE   t.rundate     IS NULL
    ;Remember that all DATEs include hours, minutes and seconds. In the list of all days that you generate, the hours, minutes and seconds will probably be 00:00:00; be careful if the hours, minutes and seconds in your actual DATEs are not always 00:00:00.
    The query above shows missing dates between the first date that is actually in the table and the last date in the table.
    In practice, most people are interested in a deffierent range, such as all dates between two given parameters, or all dates within the last year.
    If that's the case, you don't need the sub-query extrema; you can use the paremters (or compute the values) in all_days, based on dual.
    For example, to get the most recent 365 days:
    WITH     all_days     AS
         SELECT     TRUNC (SYSDATE) + LEVEL - 365     AS a_date
         ,     TRUNC (SYSDATE) + LEVEL - 364       AS next_date
         FROM     dual
         CONNECT BY     LEVEL <= 365
    SELECT     a.a_date
    ...          -- Same as beforeEdited by: Frank Kulash on Nov 23, 2009 10:54 AM

  • Error during rendering of page item P3_DEPARTMENT_ID - Apex 4.2 2+Day Guide

    When I replace the code given in Apex 4.2  2+Day developer guide, it shows the following error.
    Error is :
    Error during rendering of page item P3_DEPARTMENT_ID. ORA-06550: line 5, column 1: PLS-00428: an INTO clause is expected in this SELECT statement
    is_internal_error: true
    apex_error_code: WWV_FLOW_FORM.UNHANDLED_ERROR
    ora_sqlcode: -6550
    ora_sqlerrm: ORA-06550: line 5, column 1: PLS-00428: an INTO clause is expected in this SELECT statement
    component.type: APEX_APPLICATION_PAGE_ITEMS
    component.id: 3996015574888943
    component.name: P3_DEPARTMENT_ID
    error_backtrace: ORA-06512: at "SYS.DBMS_SYS_SQL", line 1249 ORA-06512: at "SYS.WWV_DBMS_SQL", line 1021 ORA-06512: at "SYS.WWV_DBMS_SQL", line 1090 ORA-06512: at "APEX_040200.WWV_FLOW_DYNAMIC_EXEC", line 697 ORA-06512: at "APEX_040200.WWV_FLOW_META_UTIL", line 245 ORA-06512: at "APEX_040200.WWV_FLOW_FORMS", line 989 ORA-06512: at "APEX_040200.WWV_FLOW_FORMS", line 1428
    the code of the book 2+Day developer which I used in my edit report region source :
    SELECT e.EMPLOYEE_ID,
    e.FIRST_NAME,
    e.LAST_NAME,
    e.HIRE_DATE,
    e.SALARY,
    e.COMMISSION_PCT,
    calc_remuneration(salary, commission_pct) REMUNERATION,
    e.DEPARTMENT_ID,
    d.DEPARTMENT_NAME
    FROM OEHR_EMPLOYEES e,
    OEHR_DEPARTMENTS d
    WHERE e.DEPARTMENT_ID = d.DEPARTMENT_ID(+) AND
    (e.DEPARTMENT_ID = :P3_DEPARTMENT_ID or
    (e.DEPARTMENT_ID is null and nvl(:P3_DEPARTMENT_ID,'-1') = '-1'))

    0e342a31-11d2-4cd7-ac7c-802ef455d578 wrote:
    Please update your forum profile with a recognisable username instead of "0e342a31-11d2-4cd7-ac7c-802ef455d578": Video tutorial how to change nickname available
    Always include the information detailed in these guidelines when posting a question: how to get answers from forum
    When I replace the code given in Apex 4.2  2+Day developer guide, it shows the following error.
    When you replace what code? Where? How? Provide the exact steps necessary to reproduce the problem.
    Error is :
    Error during rendering of page item P3_DEPARTMENT_ID.
    ORA-06550: line 5, column 1: PLS-00428: an INTO clause is expected in this SELECT statement
    is_internal_error: true
    apex_error_code: WWV_FLOW_FORM.UNHANDLED_ERROR
    ora_sqlcode: -6550
    ora_sqlerrm: ORA-06550: line 5, column 1: PLS-00428: an INTO clause is expected in this SELECT statement
    component.type: APEX_APPLICATION_PAGE_ITEMS
    component.id: 3996015574888943
    component.name: P3_DEPARTMENT_ID
    error_backtrace: ORA-06512: at "SYS.DBMS_SYS_SQL", line 1249 ORA-06512: at "SYS.WWV_DBMS_SQL", line 1021 ORA-06512: at "SYS.WWV_DBMS_SQL", line 1090 ORA-06512: at "APEX_040200.WWV_FLOW_DYNAMIC_EXEC", line 697 ORA-06512: at "APEX_040200.WWV_FLOW_META_UTIL", line 245 ORA-06512: at "APEX_040200.WWV_FLOW_FORMS", line 989 ORA-06512: at "APEX_040200.WWV_FLOW_FORMS", line 1428
    The error page indicates that the error occurred in rendering the P3_DEPARTMENT_ID page item. What are the Source and Default settings for this item?

  • Estimation of ABAP development taska

    Hi all
    is there anu specifik methode for estimation of ABAP dvelopment tasks.
    for example how should one etimate how long a program will take whether it is a report or a function or otheres.
    Thanks.

    No Dear,
    There is no such tool. Only Experience counts.
    In General, we give maximum 3 days development effort for a ordinary report program.
    rest depends upon the objects requirement to be used in the code.
    Regds,
    Anil

  • Netweaver Developer Studio on Eclipse 3.x basis

    Hello everybody,
    does someone know, when the NWDS will be migrated to a Eclipse 3.x basis?
    Perhaps with the next Netweaver Version?
    Background: We're about to make some eclipse plugin considerations, and some of them don't work with Eclipse 2.x
    Thanks in advance,
    Nicolai

    Hi,
    just trying to bring this up to the top threads...
    > some of them don't work with Eclipse 2.x
    The pity is, almost <i>all</i> important plugins are these days developed and maintained on an Eclipse 3 basis...
    So, please, when does SAP plan to do the switch?!
    Best regards
    Detlev
    PS: Next question - when will we as SAP Java developers have the possibility to have the fun of JDK 1.5...?!

Maybe you are looking for

  • Trying to write a Listener on a CheckBox to change the Model of a ComboBox

    I am trying to change the list that appears in a ComboBox dynamically based on if a CheckBox is selected or not. I have multiple CheckBoxes and ComboBoxes being created in a loop based on a variable assigned at creation. Every tutorial i have seen wr

  • On business services

    in a file to idoc scinario if i am using business services instead of business system where can i give the logical system names and what is the importance of logical systems there?

  • My iPhone doesn't appear in iTunes after setting up iCloud syncing

    I have an iPhone4 and have updated to ios 5 and have a macbook pro running Lion and have updated that and iTunes. Everything was goig OK but after setting up iCloud syncing I find if I want to sync by usb my iPhone doesn't appear in the devices. Mayb

  • Bootmgr missining after using recovery disks

    I bought my laptop a dv7-4278nr a few months back, it was a month old when I got it. The day after I got it, the hard drive failed, so I was sent a new one, with the recovery disks. Once I go through recovery, and I put the 4th disk, the application

  • How to play FMS stream by MediaPlayback?

    How to play FMS stream by MediaPlayback? flash8/winxp/fms2.0 Thank you very much!