Example Oracle Magazine page 65

Hello

I'm trying to follow the example on page 65 last Oracle Mag on Websheets in Oracle APEX.
But when I'am change the sql statement, I'll get "ORA-20001: query must begin with SELECT or WITH.

[[SQL: SELECT]]
cust_first_name,
cust_last_name
of demo_customers
order of cust_last_name]]


What's wrong?

This query is used:
[[SQL: SELECT]]
cust_first_name
of demo_customers
order of cust_last_name]]

If I add aliases to the column or add a new column, I get "ORA-20001: query must begin with SELECT or WITH...


Concerning
Tobias

Published by: Tobias on October 1, 2010 06:25

put online

Published by: Bodin on October 1, 2010 11:31

Tags: Database

Similar Questions

  • Broken links in Oracle Magazine.

    Hi all

    Can you advise is possible to read old magazines oracle numbers?
    For example, at the bottom of the page
    http://www.Oracle-Developer.NET/display.php?id=312
    I found the link of MODEL clause in Oracle Magazine by Jonathan Gennick.
    Unfortunately the link is already dead.
    After some research, I had discovered as the article "Announcing the new MODEL" and finally found in some Chinese websites
    http://blog.163.com/zhyang@yeah/blog/static/130143844200991404047765/
    So in this case the problem is solved, but in many other cases, I need to spend a lot of time to find articles that have been published earlier than the year 2005.

    Can someone give a link to archive Oracle Magazine (< year 2005) on Oracle's Web site or others?

    Best regards
    dbms_photoshop

    I remember this was requested and rejected before. I would like to see it too, but I can understand that the world is already quite old, obsolete or mythical information flow.

    If you know when something has been published (sometimes a broken link can give an idea), you might luck into the [url http://web.archive.org/web/20041205061859/http :// www.oracle.com/technology/oramag/oracle/02-jan/o12sendmail.html] Wayback Machine (hat - tip to [url http://radiofreetooting.blogspot.com/2006/12/why-dual.html] APC for this example).

  • How can I get my example Yahoo web pages to fit the screen of my computer?

    How can I get my example Yahoo web pages to fit the screen of my computer?  When I open yahoo page is longer then the screen of my computer. This is happening on all pages, when I opened.

    Advisor.

    Andy

    original title: computer screen

    Hello!

    Try this:
    1. shoot to the top of your Internet explore
    2. go to the toolbar at the top of the page go to hell VIEW > ZOOM > and adjust the size of the page that will fit your window.
    Hope this helps,
    Thank you
    Makoi
  • How can I increase the font size on, for example, the CNN page? The type is so small!

    How can I increase the font size on, for example, the CNN page? The type is so small!

    Hello

    You can increase the size of the Web page in IE 8, look down to the bottem of IE on the right side and click on where it says 100%

    This will increase the size of the page.

    Slan go foill, Paul

  • Understand the hidden on Oracle APEX page and form variables

    Hi all

    I got to know < form > < / form > apex when Paul said my glitch here:

    {message: id = 10072264}

    Now when I checked out one of the forms on the page of the APEX, I was following markup:
    <form id="wwvFlowForm" name="wwv_flow" method="post" action="wwv_flow.accept">
    <input id="pFlowId" type="hidden" value="122" name="p_flow_id">
    <input id="pFlowStepId" type="hidden" value="42" name="p_flow_step_id">
    <input id="pInstance" type="hidden" value="643064511551379" name="p_instance">
    <input id="pPageSubmissionId" type="hidden" value="3482959593030363" name="p_page_submission_id">
    <input id="pRequest" type="hidden" value="" name="p_request">
    Now, these things hidden?
    < ul >
    pFlowId < li > < /li >
    pFlowStepId < li > < /li >
    pInstance < li > < /li >
    pPageSubmissionId < li > < /li >
    pRequest < li > < /li >
    < /ul >

    On digging the question, I found four of them:
    < ul >
    < li > pFlowId: identifies the ID of the currently running application. Substitution of PL/SQL string - APP_ID (used as *: APP_PAGE_ID, NV('APP_PAGE_ID'), & APP_PAGE_ID.*) < /li >
    < li > pFlowStepId: identifies the ID of the currently running application page. Substitution of PL/SQL string - APP_PAGE_ID < /li >
    < li > pInstance: identifies the session ID for the user of the application running. Substitution of PL/SQL string - APP_SESSION < /li >
    < li > pRequest: identifies the query passed to the page of the currently running application. Substitution of PL/SQL string - REQUEST < /li >
    < /ul >
    Now my questions are:
    < ul >
    < li > what is pPageSubmissionId ? Is there any alternative of PL/SQL string for her? This is one of them:
    http://docs.Oracle.com/CD/E23903_01/doc/ doc.41 /e21674/concept_sub.htm#BEIIBAJD
    < /li >
    < li > I inspected an other forms and find the same code snippet:
    <form id="wwvFlowForm" name="wwv_flow" method="post" action="wwv_flow.accept">
    What is the wwv_flow.accept in the form action attribute? (I guess the procedure submission form) How does it work?
    < /li >
    can < li > I change the attributes id, name and method of form element? For example we have method get or a different form name or id? < /li >
    < /ul >

    Kind regards
    Kiran

    Kiran says:

    What is pPageSubmissionId ?

    See + {: identifier of the thread = 720469} +.

    Is there any alternative of PL/SQL string for her? This is one of them:
    http://docs.Oracle.com/CD/E23903_01/doc/doc.41/e21674/concept_sub.htm#BEIIBAJD

    N °

    I inspected an other forms and find the same code snippet:

    What is the wwv_flow.accept in the form action attribute? (I guess the procedure submission form)

    Guess correct. It is the process of wwv_flow.accept in the package of the diagram of the APEX_xxxxxx wwv_flow , which is commented "+ this procedure accepts virtually every page flow +".

    How does it work?

    See apex_xxxxxx.wwv_flow to Developer SQL package specification (or whatever IDE you use). Notice how the first parameters of the procedure to accept corresponding to the attributes name HTML elements entry that you have identified? Others include some that match the name of the page elements attributes (name = "p_t01" etc. - There are 100 of those: the source of the page/article in the APEX 100 limit) and 50 f01-f50 parameters in a table /apex_item- generated controls.

    Overly simplified: the browser - HTML and HTTP - specification generates an HTTP request for the form that includes all the names of form controls and the values; It is passed to the web server, which recognizes the URL and its configuration which demand must be managed by the apex_xxxxxx.wwv_flow.accept procedure and call it, match the settings in the HTTP request with those of the package procedure.

    Running an application in a browser that includes development tools that allow you to inspect HTTP requests (I use the network view in Safari Web Inspector). After sending a page, display the generated queries and you will be able to see the form data in the request payload.

    Can we change the attributes id, name and method of form element? For example we have method get or a different form name or id?

    Not in such a way that you would still use APEX.

    Essentially, this is why you use APEX: he manages all aspects of low level, leaving to focus you on the real needs of your applications.

  • Forms of Oracle tab page display problems.

    I use oracle forms 6i, I have two table of content and canvas illustrated tabs, but when I click on the field on Web content, disappears them from the Web by tabs. How to keep it on the form of content even if I click outside of the canvas by tabs?

    I've used show_view() to display my canvas by tabs in new_form_instance.

    Also the grid on the canvas tabs does not get filled I execute the query associated with it unless I click on the first item in the tab page.


    Please help me with the same...

    Thank you...

    If your tabs in canvas will always be visible on the canvas of content I found it easier to open the Web content in the Web Editor and simply pull the canvas with the table of Contents tab.  This will cause usually forms automatically display the tabs in canvas on the fabric contained without code.  However, if this does not work you can always use the built-in SHOW_VIEW() or built-in SET_VIEW_PROPERTY().  On the thing you must make sure that your canvas of tabs is not appear in any other article that is displayed on the dashboard of your content.  In this situation, when you browse back to table of contents forms will display contained canvas 'Face' of your tabs in canvas because there are visible elements in the same location as your canvas by tabs.

    I hope this helps...
    Craig...

  • mouse click does not not in the oracle login page

    Hi all

    This is Pavan,

    I use the version of DB

    Oracle Database 11 g Enterprise Edition Release 11.2.0.3.0 - 64 bit Production

    Version of the apex

    Request Express 4.2.4.00.08

    I'm changing my login UI page, everything works fine but the mouse left click not working on the fields of text (username, password)

    I don't know where I made a mistake,

    I create the sample to https://apex.oracle.com/pls/apex

    workspace: ajit_personal

    User name: [email protected]

    password: ajit

    DBMS: 18909 ([email protected] 01)

    page: 101 (login)

    Please let me know where they erred.

    Thank you

    Pavan

    Pavan says:

    I use the version of DB

    Oracle Database 11 g Enterprise Edition Release 11.2.0.3.0 - 64 bit Production

    Version of the apex

    Request Express 4.2.4.00.08

    I'm changing my login UI page, everything works fine but the mouse left click not working on the fields of text (username, password)

    I don't know where I made a mistake,

    I create the sample to https://apex.oracle.com/pls/apex

    workspace: ajit_personal

    Username: [email protected]

    password: ajit

    Application: 18909 ([email protected] - 01).

    page: 101 (login)

    Please let me know where they erred.

    Anything that creates strange effects bubble will display the bg-bubbles list before the page contained in the z-index value in this CSS rule:

    .bg-bubbles {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
    }
    

    This means that all clicks are registered on the layer of bubbles, not the controls on the page.

    Where and how are implemented the "bubbles"? The z-index value must be set to-1 (or less) so that this layer is rendered behind the content of the page.

    Edit:

    I found the file #WORKSPACE_IMAGES # responsible for style.css and made the required change. The controls are now clickable.

  • How to use illustrator to design a magazine page?

    Hey guys, I want to create a page from a magazine with photos, text etc how do I do this? (I don't know a lot about ILLUSTRATOR). But eager to learn!

    In this case, you will need to cope. Would not in fact it seems fun, because the capabilities of Illustrator to dealing with text and formatting are limited.

    In all cases you will have to learn the basics of working with Illustrator and then concentrate on the formatting of text, place images, the text around images and other.

    This will most likely what you need the most:

    Illustrator help | Creating text

    It's the home page for the Manual:

    Illustrator help | Illustrator help

  • Alignment of forms of Oracle - Oracle adf page alignment.

    Hi experts,

    -jdev 11.1.1.5.0 - adfbc.

    I would like to start topic on the pages of jsff/jspx ADF using the time consumption component alignment. and then the lower consumption of time on oracle form alignments.

    If an Oracle Forms.report devlopers know on center top, left, right... jacks simply select once hit get aligned in a nice way

    am not compare to subject of cell technology.

    My question is:

    are there other components in jdev will reduce my time to design makeup my more intelligent and faster. beautiful in alignments with small quantity time.

    so far,.

    Perhaps another way. I dnt know I put a lot of time in desgining than my business logic.

    If I lend to prepare adf page means

    design time take 5 h per day.

    Business logic & validations and blah blah sometimes preety hard. but it happened less than three hours.

    am feel free to use of façade in the adf. but sometimes ran into trouble (not errors) some ugly degins made by me.

    not bad, I learned a few things here (to the adf pages desgins) and some blogs. Although a few times I did mistakes in the designs.

    could someone show me this way. How quickly in the desgins. ?

    ADF7 or user707,
    I recommend that you play with the possible combinations and the page layout components. You may not assume that we have the answers for each question, something that you need to find yourself.
    You're the one who knows what your user interface should look like, then you are best placed to adopt components of ADF layout to your need. ADF is not forms, so you can't expect that both look or behave the same (wise gui).

    Timo

    P.S.: What the change of name again? Why not give us your real name?

  • Example, when a page can have several AMs and several controllers

    Hi all

    Can you please let me know a practical scenario where a page can have several AMs. Also a page needs to have several conrollers in what scenario?

    One last question: I know that vo.getFetchedRowCount () will not hit the database again and vo.getRowCount () will hit the database every time. Could you please let me know an example scenario where these two methods return different values. Thanks in advance

    One last question: I know that vo.getFetchedRowCount () will not hit the database again and vo.getRowCount () will hit the database every time. Could you please let me know an example scenario where these two methods return different values.

    In advance the tables, you have the functionality to create new line.

    Assume that the page is loaded with 5 lines extracted from the database. Now in the table, you have created more than 5 lines. Now
    vo.getFetchedRowCount () will return 10 and vo.getRowCount () will return 5

  • calling package example of OFA page

    Is there an example of package calling page of the OPS in jDeveloper tutorial?

    See pl http://gyanoracleapps.blogspot.com/2011/02/calling-plsql-procedures-from-oaf-page.html

  • Can't access oracle home page / 'Get Started' with browser

    Hello. I take an Oracle of the class and do not know much about this help would be appreciated. I will try to provide as much detail.

    I use Windows XP and I installed 11 g Express Edition. From there, I tried the "Get Started" link, but I get an error page in my browser/s. I tried to get the url of the homepage on google (http://127.0.0.1:8080/apex/f? p = 4950) to see if others had problems and multiple threads of this forum appeared. I tried some some suggestions and nothing worked. Netstat displays nothing listening on port 8080. I tried to disable the windows firewall. I tried to turn off and restart the process TNSLSNR. It is what comes out on my listener.ora.

    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = C:\oraclexe\app\oracle\product\11.2.0\server)
    (= Extproc PROGRAM)
    )
    (SID_DESC =
    (SID_NAME = CLRExtProc)
    (ORACLE_HOME = C:\oraclexe\app\oracle\product\11.2.0\server)
    (= Extproc PROGRAM)
    )
    )

    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = CIP)(KEY = EXTPROC1))
    (ADDRESS = (PROTOCOL = TCP) (HOST = 127.0.0.1)(PORT = 1521))
    )
    )

    DEFAULT_SERVICE_LISTENER = (XE)




    What should I try next?

    So I guess that this db never ran before?

    May issue of event log screwed up installation, earlier.

    If possible, try installing and reinstalling the beta version of XE.

  • Can't integrate the OAF with Oracle workflow pages

    Dear friends,
    I am a newcomer is OAF.
    So you please help me by giving a paper on the OPS integration with Oracle workflow form pages.
    I need a step by step tutorial.


    Help, please

    Hi Dina

    I want to say is you can call the workflow of a plsql procedure using the code given by me in my previous answer, and the link I gave shows you how to call a procedure the FPÖ plsql. In this way, you can get the functionality.

    Thank you
    AJ

  • Examples of missing pages in the menu create

    Hello.  I have Dreamweaver CS4.  I was watching a tutorial and would create an html page based on one of the themes of startup, Page as entertainment, health and Nutrition, accommodation, personal training or so on, but I can't access any sample of pages like that of my Dreamweaver welcome screen.  I can still access all of the structural examples (like 1,2, or 3 columns, fixed or elastic, with or without side bars or headers), but I can't find pre-built theme examples.

    Is this something that comes preinstalled with CS4 or CS3 only?

    Is there a way I can get these files and install them in my Dreamweaver CS4?

    Thank you


    I think that those who were part of the old versions of DW.  The only ones I'm aware of this nature exist are here: http://www.adobe.com/devnet/dreamweaver/articles/dreamweaver_custom_templates.html#templat're

  • Data tables example Oracle?

    Hello

    I created the thread SQL and PL/SQL... goes is the link


    Oracle example data tables?

    Any direction is greatly appreciated. Thank you!!

    Examples of Scripts diagram and descriptions of objects
    http://download.Oracle.com/docs/CD/B28359_01/server.111/b28328/scripts.htm

    HTH
    -André

Maybe you are looking for