With the help of aplication in APEX to create users, is it possible?

Hi all


I work with environments APEX 4.1 in two, one for development and one for production.

Develop, create and change users normally access the environment development, but on the production environment has no development of applications of the APEX, has only the applications.

I was wonder if it is possible to create a page in the application to control the users (create, modify, delete...)

Arthur DM1 wrote:
Hi, VC.

I am new to the development on "Express Application", only know what is possible to do by the magicians who provides the APEX.

Start here 2 day + Application Express Developer's Guide

See also create forms

depends on what authentication? User authentication the only one I know are groups of users... is it?

To find out the current authentication in your application:
Sign in to your workspace > select your application > shared components > authentication schemes (here, you should see a list of authentication schemes and can know that we have the current value)

What is this APEX_UTIL? I am currently researching

See programming of Application (API) interface

Published by: Arthur DM1 on 10/31/2012 11:37

I read on APEX_UTIL on the 'USERS CREATE procedure', but I don't know where I'm going to use this procedure

You can create a form on this procedure

Tags: Database

Similar Questions

  • With the help of relaxing through APEX

    Hello

    I am building a mobile application using the [Appery.io] platform that uses [MongoDB] - base database. I need to link this DB to the Oracle database and use APEX to design an interface such that users can query, update the mobile App DB Oracle, as well as Oracle DB can be updated from the mobile application.

    In the APEX, I use the URI with the GET method:

    https://api.appery.io/rest/1/db/collections/Outlet_Details/
    
    

    And I added the header:

    X-Appery-Database-Id
    
    

    When I call the service in the APEX (I insert database Id), APEX presents the collection / the table Outlet_Details in the JSON format. However, not the entire table, in my opinion, the length of type CLOB.

    Now, my main problem is that I have to question this collection / the table called Outlet_Details by a named column: _id. So, when I use the following URI:

    https://api.appery.io/rest/1/db/collections/Outlet_Details/1234
    
    

    It returns the specific record which ha _id = 1234. However, I do not want to code it. Instead, I need to be more like where condition such that I can query based on any column value (e.g. userId rather _id). The CURL command is as follows:

    curl -X GET
    -H "X-Appery-Database-Id: 544a5cdfe4b03d005b6233b9"
    -G --data-urlencode 'where={"userId ": "1234"}'
    https://api.appery.io/rest/1/db/collections/outlet_details/
    
    

    My problem is to know how to insert a command in APEX, specailly (where) a part.

    In this tutorial, oracle database is used. So using = where condition: condition DEP and then bind to a variable is quite simple. However, I need to replicate this tutorial with my MongoDB.

    The other issue, which I think would clarify a lot for me, in the tutorial above, there is a URI prefix that is default APEX shema URI. Even when I insert the different URI scheme, the resultant URI will add the APEX that I inserted. How to build a different service using URI?

    APEX takes where the status is embedded in the URL. Something like:

    https://API.appery.IO/rest/1/DB/collections/Outlet_Details?where=%7B%22Oracle_Flag%22%3A%22Y%22%7d

    The header is same and no input parameter

  • Hi, any suggestions with the help of an ipad for a Dyslexic user?

    Hi, does anyone have suggestions for a severe Dyslexic how to use an ipad? Thank you

    There are a few applications, you may want to research.

    Learn to read, write and spell - free

    Compatible with the iPad. Requires iOS 4.3 or later.

    This app teaches advanced reading and spelling skills to children and adults who are fighting in these areas.

    https://iTunes.Apple.com/us/app/learn-to-read-write-and-spell/id658169485?LS=1 & t = 8 m

    Make sentences - free

    Compatible with iPhone, iPad and iPod touch. Requires iOS 4.3 or later. This application is optimized for the iPhone 5. Also compatible with Android 2.2 devices and up.

    This app teaches kids how to form simple sentences in a series of scattered words.

    https://iTunes.Apple.com/us/app/make-sentences/id587265511?Mt=8

    ER browser - $0.99

    Compatible with iPhone, iPad and iPod touch. Requires iOS 7.1 or later version. This application is optimized for the iPhone 5.

    This app is a web browser that allows the user to change the style of the web pages to make them easier to read. The user can change the background color, fonts, text size and more.

    https://iTunes.Apple.com/app/er-browser/id552868366

    Sam Reading Series - free spy

    Compatible with the iPad. Requires iOS version 7.0 or later.

    Created by a doctor to help his son learn to read, this multi-livre adventure begins with a few simple words on each page. Gradually, the façade of the simplistic caricature fall field show a reflection that defends the loyalty and determination. You can also download books 2 and 3.

    http://iTunes.Apple.com/us/app/spy-Sam-reading-book-1-big/id644904139

  • With the help of Chargers of classes to create sandboxes

    I have a pretty significant demand (one that uses the utility several pots) I would now instantiate multiple times in the same JVM. Unfortunately, several parts of the application (some not under my control) use class variables for their operation.

    Is it possible to reuse the system class loader (the same one who can load classes from jars and already knows the classpath) so that I can place each instance of my application in his own sandbox?

    you don't need to write your own class loader. for most cases, URLClassLoader is sufficient.

  • With the help of JavaScript condition in the dynamic action of JQuery selector

    Hi guys,.

    I have a Setup master detail on a page.

    The detail section, I have a tabular presentation.  One of the fields is a selection list.  The first record in the select contains the value * not * that has a value of primary key for the 1.  I have a distinct region with a simple text field where the user can insert a value into the table if the value does not exist.

    I want than the region of text element to only appear if the value * not listed * is selected.

    I managed to make it work when the value is selected with the help of dynamic action with a bit of JQuery and JavaScript by setting the ID on the selection list to 'create' and have the following in JavaScript $(this.triggeringElement) .val ()! = 1 in the JavaScript for dynamic action condition shows it or hides the region of 'create' and that works well.

    However, if the secondary table is empty before the detail records were created (nothing selected in triggering jQuery Selector) the region of create is displayed when I don't want it.

    I guess I need some sort of NVL in JavaScript condition?

    I use APEX v4.2.

    Any advice would be appreciated.

    Chris

    Cashy wrote:

    I have a Setup master detail on a page.

    The detail section, I have a tabular presentation.  One of the fields is a selection list.  The first record in the select contains the value * not * that has a value of primary key for the 1.  I have a distinct region with a simple text field where the user can insert a value into the table if the value does not exist.

    I want than the region of text element to only appear if the value * not listed * is selected.

    I managed to make it work when the value is selected with the help of dynamic action with a bit of JQuery and JavaScript by setting the ID on the selection list to 'create' and have the following in JavaScript $(this.triggeringElement) .val ()! = 1 in the JavaScript for dynamic action condition shows it or hides the region of 'create' and that works well.

    However, if the secondary table is empty before the detail records were created (nothing selected in triggering jQuery Selector) the region of create is displayed when I don't want it.

    I guess I need some sort of NVL in JavaScript condition?

    I use APEX v4.2.

    Simple solution is to hide the region containing the element of text by default, using the style = "" view: no ' in the property of the attributes of the area in the region. " It will be always hidden when the page initially, but its visibility will be controlled by the DA subsequently.

  • Need the pdf file must be stored directly in the database with the help of jasper

    I use the package of integration of jasper... www.opal-consulting.de
    using apex 4 and am now able to generate the invoice pdf... with the help of jasper and store it in a database... Board.

    I need to generate the pdf in the background... without dispalying invoice in my screen...
    Without having to download on my computer... And store directly in the database table.
    *.. *

    Is this possible...
    All information is very appreicated.


    Here is my part existing code... Kindly Guide.


    DECLARE
    l_blob BLOB;
    l_mime_type VARCHAR2 (100);
    BLOB l_blob2;
    l_mime_type2 VARCHAR2 (100);
    MPort varchar2 (200);
    mrserver varchar2 (20);
    BEGIN
    Warn('fsubdno'||:P103_SUBSCRIBERDNO);
    commit;
    mrserver: = rserver();
    MPort: = ' http://'|| mrserver | ' / JasperReportsIntegration/report ';


    ------------------------------------------------------------------------
    -generate the report and return to BLOB
    ------------------------------------------------------------------------
    xlib_jasperreports.set_report_url (mport);
    Warn ('firststrikeeee');

    xlib_jasperreports.get_report
    (p_rep_name = > 'reinvx',)
    p_rep_format = > "pdf."
    p_data_source = > 'failures. "
    p_rep_locale = > 'de_DE ',.
    p_rep_encoding = > 'UTF - 8',
    p_additional_params = > ' & Psubscribe_no ='. : P103_SUBSCRIBER_NO | ' & Psubscribed_no ='. : P103_SUBSCRIBERDNO,.
    p_out_blob = > l_blob,
    p_out_mime_type = > l_mime_type
    );
    WPG_DOCLOAD.download_file (l_blob);
    Warn ('secondstrikeee');

    WPG_DOCLOAD.download_file (l_blob);
    BLOB_LOADB (MID (),: P103_SUBSCRIBER_NO, NULL, 'RENEWAL_INVOICE', 'RENEWALINV' |: P103_SUBSCRIBER_NO, L_MIME_TYPE, L_BLOB);
    ------------------------------------------------------------------------
    -free resources
    ------------------------------------------------------------------------
    DBMS_LOB.freeTemporary (l_blob);
    ------------------------------------------------------------------------
    -judgment of the APEX page
    ------------------------------------------------------------------------
    apex_application.g_unrecoverable_error: = TRUE;
    EXCEPTION
    WHILE OTHERS
    THEN
    xlog (SQLERRM, "PRC_GET_REPORT_TUNNEL", "ERROR");
    LIFT;
    END;

    Published by: susf on 16 July 2012 08:47

    Hello

    try to do a procedure from your original like this code:

    procedure make_pdf(p_subscriber_no in number, p_subscriberdno in number)
    is
       l_blob blob;
       l_mime_type varchar2 (100);
       l_blob2 blob;
       l_mime_type2 varchar2 (100);
       mport varchar2(200);
       mrserver varchar2(20);
    begin
       warn('fsubdno'||p_subscriberdno);
       commit;
       mrserver := rserver();
       mport := 'http://'||mrserver||'/jasperreportsintegration/report';
       -- generate the report and return in blob
       xlib_jasperreports.set_report_url (mport);
       warn('firststrikeeee');
    
       xlib_jasperreports.get_report
          (p_rep_name => 'reinvx',
          p_rep_format => 'pdf',
          p_data_source => 'chess',
          p_rep_locale => 'de_de',
          p_rep_encoding => 'utf-8',
          p_additional_params => '&Psubscribe_no='||p_subscriber_no||'&Psubscribed_no='||p_subscriberdno,
          p_out_blob => l_blob,
          p_out_mime_type => l_mime_type
          );
       blob_loadb (mid(),p_subscriber_no,null,'renewal_invoice','renewalinv'||p_subscriber_no,l_mime_type,l_blob);
       -- release resources
       dbms_lob.freetemporary (l_blob);
    exception
       when others
       then
          xlog ('prc_get_report_tunnel', sqlerrm, 'error');
          raise;
    end;
    

    Then, you can call this procedure in a database job that you create with an apex as this process:

    begin
      dbms_scheduler.create_job (
        job_name        => 'make_pdf_job',
        job_type        => 'PLSQL_BLOCK',
        job_action      => 'begin make_pdf(' || :P103_SUBSCRIBER_NO || ',' || :P103_SUBSCRIBERDNO|| ') end;',
        start_date      => systimestamp,
        repeat_interval => null,
        end_date        => null,
        enabled         => true,
        comments        => 'Make pdf job from Apex page 103.');
    end;
    

    Kind regards
    Erik-jan

  • With the help of the mouse unordered list

    An issue of the past... I thought that I treat it a few years back, but can't find it here... I have a non ordered list of values (in a list in an accordion area!) and wish to have help mouseover for the items in the list...

    With the help of APEX 4.0 on 11g Enterprise...
    IE 7 (yes I know, don't get started me on that...)

    Anyone can shed light on how to do it again?

    Thank you

    Tony Miller
    Dallas, TX

    Hello

    This could help.
    http://dbswh.webhop.NET/dbswh/f?p=blog:read:0:article:2571800346711217

    Kind regards
    Jari
    -----
    My Blog: http://dbswh.webhop.net/dbswh/f?p=BLOG:HOME:0
    Twitter: http://www.twitter.com/jariolai

  • My AirPort Extreme end not implemented with the help of AirPort Utility

    Bought a used AirPort Extreme (Genesis 4) of a person who showed me that he worked at home. When I try to set up as a Wireless extender to my last existing AirPort Extreme, he will not carry out synchronization upward with AirPort Utility. It appears as a new extreme, but get a message 'unexpected error' before or after the name. Have you tried to reset the two while it is powered and turning the as explained in the help.

    When I try to set up as a Wireless extender...

    Gen 4 airport will connect to your existing AirPort Extreme wireless... or... it will connect using wired Ethernet wired, Permanent?

    .. .it will not accomplish the synchronization upward with AirPort Utility.

    Which version of AirPort Utility?  If it's on your Mac... and you don't know what version you have...

    Open AirPort Utility

    Click the AirPort Utility menu in the upper left corner of the screen

    Click on about AirPort Utility

    Report on the version number you see here

    You have an iPhone or a handy iPad that could be used to implement the 4th Gen airport if the problems continue with the help of your Mac?

  • With the help of iPhone 6 s. try to copy the text message with a tap double and get a bubble with icons. How can I copy the message to paste in another?

    Try to copy a text to paste in another. When I double tap, as I always have, all I get is a bubble with icons on it. With the help of OS 10.0.2.

    maryml wrote:

    Try to copy a text to paste in another. When I double tap, as I always have, all I get is a bubble with icons on it. With the help of OS 10.0.2.

    Press and hold on the text and wait for the copy/more pop up.

  • With the help of Club running on the Nike watch +.

    Hello

    This is something I have tried to work for a while and have not yet been able to find an answer. At the moment I use Nike + management club on my iPhone to follow the tracks that I find that gps is better than just using the application of the workout on my watch. However, something that really bothers me is that I start the race on my phone, but I can't then view my stats while running without having to press on and tap the watch and wait for the application to load, very irritating to race. I want to be able to lift my wrist and live stats are there to watch me, not listening and not get my phone out of my pocket. Surely this is something that can make the original watch?

    As a separate issue with the new app, Nike +, it does not recognize the songs I downloaded on my phone of Apple music in my playlists, then I have to play the separatelay of music through the application of music as opposed to go with Nike +? The ides on how to fix or is this a known problem with the latest Nike + app?

    Hello

    You may find it useful to consult the support resources of Nike and/or contact Nike for assistance with the help of their application:

    More information:

    https://iTunes.Apple.com/us/app/Nike+-run-Club/id387771637?Mt=8

  • With the help of old gear series noon on El Capitan

    I have a Vox Tonelab SE effects audio Board (around 2004), there the old serial midi on the back ports. I hung with the help of a USB MIDI interface cable. While the USB Midi interface to the show in Audio / Midi set upward and also in the profile system for USB port it does not detect the Vox Tonelab so no communication lunch.

    There is a POWERPC application called ToneLabSE SoundEditor which I downloaded and installed in the hope he would install a driver but I guess that this obviously doesn't work on INTEL in any case. Using Wine I can run the PC version, but still no communication via midi.

    Someone at - it ideas, would like to get this Panel communicating effects via MIDI.

    Thank you

    Solved! Using the WINE app I've run the version of the PC of ToneLab SE editor application. So pretty unintuitively by changing the serial midi to USB, SERIAL interface cables that went to the and out on the Tonelab SE. Now of the Se ToneLab editor I can write banks of programs to hardware Tonelab, but unable to empty the banks since the material Tonelab to software. My main desire was to use Expression pedals on the Tonelab as Midi Ableton controllers and some of the switches to the control of the Looper stomp. Now I can do it all. Hooray!

  • With the help of Yosemite, I like Photos app in general; have big Aperture library, although I use rarely opening Tools. Advantages, disadvantages and pitfalls related to the migration of Photos?

    With the help of Yosemite, I like Photos app in general; have big Aperture library, although I use rarely opening Tools. Advantages, disadvantages and pitfalls related to the migration of Photos?

    Opening was a pro the Pro amateur-oriented or serious app, usually shooting Raw, probably on a digital SLR.

    If that's you then pictures will miss a lot for you.

    If this isn't the case, then opening was probably overkill for your needs.

    If you like the pictures then this is the way to go.

  • Thunderbird will only connect if stop then reopened. (With the help of Mac 10.9.4)

    With the help of Mac 10.9.4
    If I open Thunderbird, I can connect to my e-mail address and download the messages. If I select "Get Mail" once again, Thunderbird crashes and fails to connect to my emails. If I then close Thunderbird and re-open it, I'm able to immediately connect to my mail.

    It seems to have sorted itself after a few days. (Fingers crossed). Until today it worked properly. Will keep an eye on things for the next week and the report does so again.

  • Install OSX 10.11.4 I do cleaning but R command will not work. With the help of USB keyboard so not wifi issues to to worry. Help?

    Install OSX 10.11.4 I do cleaning but R command will not work. With the help of USB keyboard so not wifi issues to to worry. Help?

    Would you like to share why you must do a clean install?

    You can try the recovery of the internet (which will work if your older model has been updated to enable of): hold command + Option + R until you see a progress bar (take a while). It will connect you to the Apple servers. When you see the utility window, choose disk utility to erase your disk and when you're done, choose to reinstall OS X.

    Computers that can be upgraded to use OS X Internet Recovery - Apple Support

    PS: Correction: I think not yours can be updated; in this case, you will need the original installation disks to wipe the drive and reinstall.

  • ow change titles & dates of lots of pictures (like in iPhoto?) With the help of Mac 'Pages' on, 2008 aluminium MacBook running OSX El Capitan 10.11.4

    How to change titles & dates of lots of pictures (like in iPhoto?) With the help of Mac 'Pages' on, 2008 aluminium MacBook running OSX El Capitan 10.11.4

    With the help of Mac 'Pages '.

    A typing mistake?

    If it is and you mean Photos Date of Mac are modified by selecting the photos using the Image menu == > adjust the time and date of order and changes made to the metadata such as keywords, location, etc. are made by selecting the photos and find the info and registering metadata in the Info window

    These are detailed in the help topics of pictures - a good place to look for help on the Photos

    View and add information about the photos

    You can view and add information about your photos. For example, you can see the date and time a photo was taken, the information about the camera that took the photo and badges that indicate the status of the photo. You can assign titles and captions to photos, add or change the location of the photos and change the date and time for them information. You can select multiple photos in an instant and add or change information about them all at once.

    Open pictures for me

    View and add information about the photos

    To view or change information for the photos, you select one or more photos, and then open the information window.

    • Open the Info window: Double-click a photo to view it, and then click the Info button in the toolbar or press on command I.
    • Add or change information: Change the following.
      • Title: Enter a name in the title field.
      • Description: In the Description field, type a caption.
      • Favorite: Click the Favorites button to mark the photo as a favorite. Click the button again to deselect.
      • Keywords: Enter the keywords in the keywords field. When you type, Photos suggest keywords that you have used before. Press enter when you have finished a keyword. To remove a keyword, select it and press DELETE.
      • Faces: Click on and type a name to identify a face. Click on several times, and then drag the identifier of the face different faces to identify many faces in a photo.
      • Location: Enter a location in the location field. When you type, Photos suggest places you can choose. To change a location, you can search a different location or change the location by dragging a PIN on the map. To remove location information, delete it or choose Image > location, then choose Remove location or back to the original location. You cannot assign a location if your computer is not connected to the Internet.

    Show titles, other metadata and badges

    Change the date and time of photo

    You can change the date and time associated with a picture. You can do this if you are traveling to a location in another time zone, and your camera affect your dates photos and periods that are correct for your House, but not the place you visited.

    1. Select the photos you want to edit.
    2. Choose Image > adjust Date and time.
    3. Enter the date and time you want in the modified field.
    4. Click a time zone on the map, if necessary.
    5. Click on adjust.

Maybe you are looking for

  • Unable to repair the permissions of the library!

    Hello I'm pulling my hair out trying to restore access to my library of Photos... My photo library is located on a Synology NAS. After update macOS Sierra, I would lose permanently the connection to my NAS. Someone on another thread said to use SMB i

  • I can't open the images in question finder-authorization

    When I try to open an image or a pdf using the finder or glimpse I get: You are not allowed to open this file - please move the finders 'GET INFO' and change the permissions. I have this and change all to read/write for all users and always impossibl

  • Unable to sign in on the google toolbar

    Updated Firefox to upgrade to 6.0.2 and suddenly, I am not able to connect using the Google toolbar.I tried various configurations to no avail. Any solution?

  • Its IDT does not

    Hey there I am owner of a HP Pavilion dm4-3099se Beats Edition Entertainment Notebook PC and my computer got serious damage so I had changed the Ram now it has 465 GB before I had more. My problem is that after that the IDT Audio Beats Audio, which h

  • Drop sudden battery capacity T430s

    Hello I have an eye to my stack report today and found something really awkward. I bought the computer seven months ago and the beginning of the battery with the theoretical capacity 44, 000wWh, while the load capacity full is much closer to the rate