Websheet

Hi all

I am trying to gain a broader understanding of websheets. When I try to create a Websheet App on my sandbox, I get the error:

Database objects that are required to create applications Websheet are invalid or do not exist. Please contact the administrator of your workspace.

The College just upgraded to 11 GR 2
Help - request Express 4.0.1.00.03

What is a rights issue? I just want to confirm before sending the application to DBA...

Thank you ALL for all the help and the interesting communications through the forums :)

Sue

Fix.
Websheets metadata are not installed by default for every user - in order that the objects are created to be served its use for real.
It should be an option "Manage database objects Websheet" in the same screen that you receive the warning mentioned, where you have the privilege of law - that option triggers the creation of desired objects.

Tags: Database

Similar Questions

  • Websheet login message

    APEX 4.2 if I put the message 'Login' in the property websheet I see what follows. He makes the same HTML.

    apex4_websheet.png

    Currently on apex.oracle.com the message does not appear.

    apex5_websheets.png

    Should it? known issue?

    Hi Scott,.

    interesting, thanks for the info! The login message probably was a victim of the IU 5.0 reorg. I filed bug #21651702 for that matter.

    Kind regards

    Christian

  • Error when adding a new section with SQL in application websheet

    Get the following error while adding a new section with inside on an existing page SQL query in websheet request.

    ()This is the first time I tried to add a SQL query to an article in a websheet. Is that suppose to work?)

    You can see that access SQL and PL/SQL is already enabled for this application websheet.


    After trying many things, I found the 'access SQL and PL/SQL' must be enabled at the level of the APEX INSTANCE also.

    This is how to do it:

    (1) connect APEX as a forum admin with the following credentials:

    workspace: internal

    user ID: admin id defined during the installation of the apex (usually, it will be admin only)

    password: admin password set during the installation of the apex

    2) click manage the Instance > feature Configuration

    (3) select Yes to enable access SQL in Websheets

  • Access to the applications of Builder Websheets

    Hello

    I want to give the developer role to one of our users, so it can develop a specific websheet of applications

    Problem is this setting a user as a developer still requires access to or another builder or sql application workshop

    I wouldn't give any of that, because they could access the application builder page and remove applications without any problem

    In the Web application sheet there is a button Builder, is possible to hide it somehow?

    I don't see any possibility to do, I tried with the chrome, definition of the element plugin: visibility: hidden and it works, only problem, is that I have no idea where to add this attribute to make it permanent

    Thank you!

    Hello

    To allow a developer to 'create' applications they need the privilege of Application Builder.

    I'm no expert with Websheets, but I'm sure that all 'development' is from the front-end of the application, so the user does not require access to the APEX server.

    If you have two options:

    (1) you will need configure a new application Websheet to this person whenever they need to reapply; OR

    (2) create a new area of work/drawing away applications, you don't want him to have access to and they have access to full development.

    Amanda.

  • Websheet application

    In websheet request how to add field data only no report.

    as no Total employees: #value #.

    How to add this value in websheet asks.

    Using this tag.

    [[sqlvalue: select count (*) from emp]]

  • problem with creating a report in websheet applications

    Hello

    the menu Create (runtime) does not show the entrance to the new report, or it appears in Control Panel.

    under properties websheet allow SQL and PL/SQL is set to Yes, adding suggested objects also works very well

    Apex 4.2.4

    Oracle 11 g 2

    64-bit Windows 7

    any ideas?

    KR

    Martin

    can be closed

    found, had in turn activate SQL and PL/SQL Access in Websheets at the instance level

  • APEX Websheets: Section of PL/SQL not available

    Hello everyone,
    creating a new section of the page as a user websheet, I like to choose the type of section "PL/SQL". But it appears not only text, Navigation, data and graphics are available.

    • The property Websheet 'allow SQL and PL/SQL' is set to Yes
    • The feature Instance "activate SQL and PL/SQL Access in Websheets" is set to Yes (and the new application websheet was created after I had set it to Yes)

    I have also enabled these settings back to ensure that they were properly stored.

    Is there another switch, that I forgot?

    Request Express 4.2.3.00.08, 11G R2 Enterprise Edition, installed on a Windows 7 laptop.
    Thanks for your ideas,
    Andreas

    Hi Andreas,

    This is deliberate. We had to remove the ability to create new areas of PL/SQL in Websheets in 4.2.2 because of security concerns during an internal audit function (the function has been questioned, not the implementation). It has been listed as bug 16536609 (Deprecate support of the section of PL/SQL Websheets) in known issues, but no doubt he deserved a more visible documentation.

    Kind regards

    Christian

  • Websheet access control

    Hi all

    I ' v created a Websheet using Apex 4.1.1 and adds a data grid with a few lines of test data. Authentication is controlled by using the users of the workspace.

    When I add users of the workspace for the heart as contributors access control, I expect them to be able to edit the grid data, I created above. I could understand if the rows were locked to the user who created them, but I expect the contributor to be able to add their own lines.

    Is it a bug, a feature or have I missed feature that allows contributors to update the same data grid?

    Any help much appreciated.

    Shunt

    Shunt,

    Perhaps, I do not understand your question.

    -When you say "Authentication is controlled using the users of the workspace." You use the authentication of the Application Express account?
    -When you say, "when I add users of the workspace for the heart as contributors access control. Have you set access control list Type in property Websheet "Custom" page and adding users as contributor access control list?

    If it is Yes, the contributor should be able to edit and add rows in the data grid.

    Kind regards
    Christina

  • Apex 4.1 - Websheets with the custom authentication scheme

    Apex v4.1 (as seen on the hosted apex.oracle.com) - Websheets do not always seem to work with a custom authentication scheme. Database applications work very well with a function of sentry page, but when the same page sentry function is used for a websheet, running, it gives an error the requested page was not found

    One of the Apex team can consult? Thank you

    Hi Vikas,

    Websheet Sentinels have slight differences of sentinels of the application.
    I created a sentinel websheet for you which should operate (see below).

    Christian

    create or replace function sample_page_sentry return boolean
    is
        l_username   varchar2(512);
        l_session_id number;
        l_ws_app_id  number;
    begin
        -- check to ensure that we are running as the correct database user.
        if user != 'APEX_PUBLIC_USER' then
            return false;
        end if;
        -- get sessionid in cookie
        l_session_id := wwv_flow_custom_auth_std.get_session_id_from_cookie;
        if wwv_flow_custom_auth_std.is_session_valid then
            -- the session still exists. we configure the APEX engine to use
            -- this session id and the session's username.
            --
            -- NOTE: it is more secure to also check if this is the session id from
            --       the URL!
            --
            apex_application.g_instance := l_session_id;
            l_username                  := wwv_flow_custom_auth_std.get_username;
            if nvl(l_username,'nobody') != 'nobody' then
                wwv_flow_custom_auth.define_user_session(
                    p_user       => l_username,
                    p_session_id => l_session_id);
                return true;
            end if;
        else
            -- session can not be reused, create a new one
            l_session_id := apex_custom_auth.get_next_session_id;
        end if;                                                                                 
    
        -- the current session is unauthenticated. we have to determine the user
        -- and log in.                                                                          
    
        -- get the username from somewhere, e.g. a cgi variable. it is hard-coded
        -- here for simplification.
        l_username := 'VANJ';
        -- configure the engine to use this username and session.
        apex_custom_auth.define_user_session(
             p_user       => l_username,
             p_session_id => l_session_id );
        -- build a deep link to the websheet start page
        l_ws_app_id  := apex_util.get_session_state ('WS_APP_ID');
        wwv_flow_custom_auth.remember_deep_link (
             p_url=>'ws?p='||l_ws_app_id||'::'||l_session_id );
        -- register the session in apex sessions table, set cookie, redirect back.
        apex_authentication.login(
             p_username => l_username,
             p_password => null );
        return true;
    end sample_page_sentry;
    /                                                                                           
    

    Published by: Christian Neumueller November 15, 2011 07:07 (a wiki format error corrected)

  • Customize application Websheet connection page

    Could someone help me please a way to customize the application websheet login page. After long search I couln can't find any solution for this topic and I am desperately looking for any solution, please help me with that.

    Thanks in advance.

    I modified the "Message of connection" in the properties of the Application and put some JavaScript as well as the Message.

    
    

    I had to use the id of region R455645218512225484 and R8550713561097270 because they have not all the other attributes that I could use to hook. It might work correctly if you use apex.oracle.com (I guess that since the region id would be the same for all applications).

    You can use firebug (or any other web developer tool) or to inspect the HTML source code of the region and to identify the actual region id

  • Problem to place the section on application websheet top

    Please let me know how to place an article on top a websheet application.
    I have tried many many times to place the section on top, but nothing helped.
    For example: when a welcome section is created in the application, it is automatically Kaleidoscope himself down.

    Please someone provide the solution for this.

    Hello

    IE6 is not supported for Websheets, that's why you found the broken presentation. All new versions of IE works perfectly.

    Concerning
    Patrick
    -----------
    My Blog: http://www.inside-oracle-apex.com
    APEX 4.0 Plug-Ins: http://apex.oracle.com/plugins
    Twitter: http://www.twitter.com/patrickwolf

  • Creation of Websheets

    Anyone know anywhere to find info on the creation of websheets?

    KY,

    Here is a link to the Oracle Learning Library

    http://St-curriculum.Oracle.com/OBE/DB/Apex/R40/websheets/websheets_ll.htm

    Monty Latiolais
    Director, development tools user group Oracle (WORLD)
    http://www.ODTUG.com

  • Apex 4 - websheet in application of the database

    Is it possible to have websheet features in the database standard applications?


    Best regards

    Not at this stage.
    You can have the functionality of interactive reports in a standard database Application, but not the online edition or the wiki, unless you develop yourself ;-)

    Kind regards
    Dimitri
    ----------------------------------
    http://dgielis.blogspot.com/
    http://www.sumneva.com/

  • What is web sheet and why is it using my location

    I found WebSheet and com.apple.springboard.websheet using my location. What are they and why are they on my iPhone?

    "com.apple.springboard' in location Services

  • How to call the webview url property

    Hello again!

    How to invoke webview URL and set and new value to redirect the user?

    example, if I have this

    WebView {
                            objectName: "MainPage"
                            id: webView
                            url: "http://testdomain.com/"
                        }
    

    How to make a button to redirect the Web view to another area when triggered?

    Thank you very much for your quick responses!

    You can do also something like this, you can open a different page to open and see that. on another page, it will remain same site that viewers watch

    Button {
            text: "Click Me"
            attachedObjects: [
    // sheet to invoke new page like new tab
                Sheet {
                    id: webSheet
                    Page {
                        ScrollView {
                            scrollViewProperties.scrollMode: ScrollMode.Vertical
                            scrollViewProperties.initialScalingMethod: ScalingMethod.AspectFill
                            WebView {
                                url: "http://website.com"
    
                            }
    
                        }
                        actions: [
     // to close the sheet
    
                            ActionItem {
                                title: "Close"
                                onTriggered: {
                                    webSheet.close()
                                }
                                ActionBar.placement: ActionBarPlacement.OnBar
    
                            }
                        ]
    
                    }
    
                }
            ]
    
            onClicked: {
    // sheet open
                webSheet.open()
            }
        }
    

    Reply liked it please mark as solution

Maybe you are looking for

  • problems with CD/dvd code 10

    Inspiron 530 cd/dvd stop working. Test received a code 10

  • How to solve my problem to change my USB drive letter

    Hey guys,. I needed to change my drive letter of the USB on a windows 7 when I press start and right click on computer then press on handle is to get a message saying "Windows cannot find"C:\ProgramData\Microsoft\Windows\Start Menu\Program\Administra

  • Printer is no longer printing - multiple computers

    My embarrassing problem.  I have a home network, which has 5 computers on him; 2 corporate laptops and home 3. 1 corporate computer has been connected via the USB switch port to share the printer and audio/keyboard/mouse for two years with 1 office h

  • Spare parts for blackBerry Smartphones

    Hi forum, I broke my screen on my "BOLD" and wants to replace. I'll probably change the Trackball at the same time. Can someone tell where I can buy parts OEM for my "BOLD". Thanks in advance, David

  • HOW RURN OFF SAFEMODE IN WINDOWS 8

    How can I disable the mode without failure under windows 8?