Problem with adding a new value to the default login Page

I hope he's a simple guy, I added an element of the selection list to the standard login page (P101) to allow the user to select a FIELD as well as their username and password.
When the next page appears and I am trying to retrieve the value which is held in the new domain, it has been deleted, but the values entered in the elements
P101_USERNAME and P101_PASSWORD are always present.

I can't understand why the values that held in points P101_USERNAME and P101_PASSWORD are always present, but P101_DOMAIN has been deleted.

I tried to create value to the zero page and writing in the field of value using pl/sql and javascript, but as soon as the page is requested, the value is cleared.

Any ideas how to get around this problem?

Thanks in advance

I guess that your login page contains a process like this:

BEGIN
   wwv_flow_custom_auth_std.login (p_uname           => v ('P101_USERNAME'),
                                   p_password        => :p101_password,
                                   p_session_id      => v ('APP_SESSION'),
                                   p_flow_page       => :app_id || ':1'
                                  );
   :t_random_number := :p101_random_number; /* this is something I added to my code */
END;

Now, if you go to this page:

http://Apex.Oracle.com/pls/OTN/f?p=31517:1

Please note the random number assigned to you. Once you login, the same number will appear on page 1 (near the top).

So, this is how you can solve your problem.

   :t_random_number

is a part of the application.

Denes Kubicek
-------------------------------------------------------------------
http://deneskubicek.blogspot.com/
http://www.Opal-consulting.de/training
http://Apex.Oracle.com/pls/OTN/f?p=31517:1
-------------------------------------------------------------------

Tags: Database

Similar Questions

  • Problem with 'Add a new value' component functionality

    Hi all

    I'm having a problem with the component feature 'add a new value '.  The component is designed to add an instructor for the purposes of accreditation.  When a new teacher is added using the component, it is added to a table for certification.  The search folder search this table allowing the user to update an existing record of instructor. Add the search folder for the component is a view of PS_PERSONAL_VW, which excludes the entries in the table of accreditation.  The only key to scroll 0 is emplid accreditation file. When an attempt is made to add a new employee, I get the error - "the value that you have tried to add already exists. Please specify a new value in the above fields. ", despite the fact that the selected employee was not added and is not in the table of accreditation.

    Someone has an idea of what the problem is here?

    PTools Version: 8.53.08

    PS App Version: 9.0

    Oracle DB Version: 11.2.0.3

    Version of the operating system: Win7 64 bit

    Thanks in advance.

    Too bad! I thought about it. It was a problem with the quick table of the emplid field.

  • problem when adding a new row to the table.

    Hello

    I have a table in my ADF form. and when I click on CreateInsert adds a new to the table, but the premiere. I want that all the new lines to be added at the end of the table in a sequence. How can I do this?...


    Thank you and best regards,
    Helene

    Hello

    Try this:

    DCIteratorBinding dciter;
    BindingContainer links is BindingContext.getCurrent () .getCurrentBindingsEntry ();.
    dciter = bindings.get ("findAllTestAndryIter") (DCIteratorBinding);
    ViewObjectImpl vo = dciter.getViewObject ();
    If (vo! = null)
    {

    Line = vo.createRow ();
    int rangeSize = vo.getRangeSize ();
    int rowsInRange = vo.getAllRowsInRange () .length;
    int insertPos = rowsInRange< rangesize?="" rowsinrange:="" rangesize="" -="">
    vo.insertRowAtRangeIndex (insertPos, line);
    vo.setCurrentRow (row);
    }

  • problem with adding, click on picture - using the event...

    I don't know where I did wrong, try to see if you find any mistake in the following code

    The class unit extends Image

    {

    }

    private var _team2:Array;

    public void addTeam2(...units):void //addTeam2 gets 1 setting unit
    {
    for (var i: int = 0; i < units.length; i ++)

    {

    _team2.push (Units [i]);

    _team2 [i] .addEventListener (MouseEvent.Click, selectFromTeam2);

    }

    }

    private void selectFromTeam2(e:MouseEvent):void

    {

    Alert.Show (_team2 [i]. ToString() + "," + e.Target.ToString ());

    }

    This is the message I get from the alert:

    Main0.mainCanvas.Canvas59.Unit43, Main0.mainCanvas.Canvas59.Unit43.FlexLoader44

    What I'm really trying to do is just to compare between _team2 and my goal, but I found that they are different types and I don't know why, do you have an explanation for that?

    Hello

    I think you have to use event.currentTarget rather than just target.

    Thank you.

  • Customize the Standard login page

    I use 24 cloudy theme on APEX 4.2.6.00.03.  Just try to do a few things that quickly brought me into an edumacation rabbit hole.  But I like to keep things simple.

    Try to change the background image on the standard login page (not in the region, not the image in option left in the area, I mean background image in the classical sense of HTML) which doesn't seem to work in the same way as the other pages.  It seems to relate to the theme & model page.  To replace the model of 'Login' to 'default theme' Page displays the background as planned for my setup below.

    On the attributes Page for the default login page so any application (e.g., p.101) using this theme (have not tried others).  I have change the HTML header on the page to be:

    < style type = "text/css" >

    body

    {

    background-image: url(#WORKSPACE_IMAGES#test.png);

    background-repeat: no-repeat;

    background-size: cover;

    }

    < / style >

    Where test.png is the name of a file that I imported into my workspace application.

    Run the page, and nothing happens.  Re-edit attributes Page, up to 'Default Theme' as shown and the background shows fine (but of course the rest of the layout is wrong).

    I guess I should be copying the model of Login Page (done) and then edit in a way to support the display of a background on this page.  Any thoughts on next steps?

    IQof20 wrote:

    I use 24 cloudy theme on APEX 4.2.6.00.03.  Just try to do a few things that quickly brought me into an edumacation rabbit hole.  But I like to keep things simple.

    Try to change the background image on the standard login page (not in the region, not the image in option left in the area, I mean background image in the classical sense of HTML) which doesn't seem to work in the same way as the other pages.  It seems to relate to the theme & model page.  To replace the model of 'Login' to 'default theme' Page displays the background as planned for my setup below.

    On the attributes Page for the default login page so any application (e.g., p.101) using this theme (have not tried others).  I have change the HTML header on the page to be:

    Where test.png is the name of a file that I imported into my workspace application.

    Run the page, and nothing happens.  Re-edit attributes Page, up to 'Default Theme' as shown and the background shows fine (but of course the rest of the layout is wrong).

    I guess I should be copying the model of Login Page (done) and then edit in a way to support the display of a background on this page.

    Probably your CSS rule is not applied due to rules theme appearing later in the cascade or with the greater specificity. Correspondre correspond to the specificity of rule of theme by adding that he uses the ID selector, then override the waterfall using the! important directive:

    body#uLogin {
        background-image: url(#WORKSPACE_IMAGES#test.png) !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
    }
    

    4.2 page Inline CSS property should be used for custom CSS acting rather than the HTML header, which has the advantage of not requiring the style wrapper element.

  • Customizoing the Webvpn login page

    Hey ppl!

    On ASA 8.x sslwebvpn running with the Anyconnect client.

    The default login page has a Cisco logo in the left corner. Change the properties of defaultcustomization, I see that the Logo comes from

    Now - where is + CSCOU +? How can I / if possible download a business on this frontpage logo?

    I read the customization on the Anyconnect clint doc - and who does not have the trick to this.

    Any thoughts?

    Kind regards

    Kelvin

    Hi Kelvin,

    6.0 (3) ASDM

    Access configuration

    ---> Remote access VPN

    ---> Access clientless SSL VPN

    ---> Portal

    ---> Webcontents

    ---> Import

  • Problem with adding new storage to the CDV provider profile

    Hi all

    I have problem with adding new storage to the CDV provider profile.

    My ENV:

    VCD Version 5.5 latest

    vCenter 5.5

    VCDDB - SQL

    I created the environment with two profiles of storage for the first time and it's work well (the storage profile created before I joined the vCenter on the VCD)

    I created tags and he attributed to the data store and I see the new VM storage through the vSphere web client policy.

    I can also see VMS on the VCDDB the dbo.storage_profile_inv the new storage policy table and when I create new provider TDC I can't.

    What I'm trying:

    1 Refresh the storage via the VCD (right click on the attached vCenter) profile

    2. restart the inventory and the profile based on the vCenter servers

    3. restart the VCD and vCenter servers

    Help, please

    You can just follow KB 2075366.

  • Calc problem with fact table measure used in the bridge table model

    Hi all

    I have problems with the calculation of a measure of table done since I used it as part of a calculation in a bridge table relation.

    A table of facts, PROJECT_FACT, I had a column (PROJECT_COST) whose default aggregate is SUM. Whenever PROJECT_COST was used with any dimension, the appropriate aggregation was made at appropriate levels. But, no more. One of the relationships that project_fact is a dimension, called PROJECT.

    PROJECT_FACT contains details of employees, and every day they worked on a project. So for one day, employee, Joe, could have a PROJECT_COST $ 80 to 123 project, the next day, Joe might have $40 PROJECT_COST for the same project.

    Dimension table, PROJECT, contains details of the project.

    A new feature has been added to the software - several customers can now be charged to a PROJECT, where as before, that a single client has been charged.
    This fresh percentage collapse is in a new table - PROJECT_BRIDGE. PROJECT_BRIDGE has the project, CUSTOMER_ID, will BILL_PCT. BILL_PCT always add up to 1.

    Thus, the bridge table might look like...
    CUSTOMER_ID BILL_PCT PROJECT
    123 100.20
    123 200.30
    123 300.50
    456 400 1.00
    678 400 1.00

    Where to project 123, is a breakdown for multiple clients (. 20,.30.50.)

    Let's say in PROJECT_FACT, if you had to sum up all the PROJECT_COST for project = 123, you get $1000.


    Here are the steps I followed:

    -In the physical layer, PROJECT_FACT has a 1:M with PROJECT_BRIDGE and PROJECT_BRIDGE (a 1:M) PROJECT.
    PROJECT_FACT = > PROJECT_BRIDGE < = PROJECT

    -In the logical layer, PROJECT has a 1:M with PROJECT_FACT.
    PROJECT = > PROJECT_FACT

    -Logical fact table source is mapped to the bridge table, PROJECT_BRIDGE, so now he has several tables, it is mapped (PROJECT_FACT & PROJECT_BRIDGE). They are defined for an INTERNAL join.
    -J' created a measure of calculation, MULT_CUST_COST, using physical columns, which calculates the sum of the PROJECT_COST X the amount of the percentage in the bridge table. It looks like: $ (PROJECT_FACT. PROJECT_COST * PROJECT_BRIDGE. BILL_PCT)
    -J' put MULT_CUST_COST in the presentation layer.

    We still want the old PROJECT_COST autour until it happened gradually, it is therefore in the presentation layer as well.


    Well, I had a request with only project, MULT_CUST_COST (the new calculation) and PROJECT_COST (the original). I expect:

    PROJECT_COST MULT_CUST_COST PROJECT
    123. $1000 $1000

    I'm getting this for MULT_CUST_COST, however, for PROJECT_COST, it's triple the value (perhaps because there are quantities of 3 percent?)...

    PROJECT_COST MULT_CUST_COST PROJECT
    123 $1000 (correct) $3000 (incorrect, it's been tripled)

    If I had to watch the SQL, you should:
    SELECT SUM (PROJECT_COST),
    SUM (PROJECT_FACT. PROJECT_COST * PROJECT_BRIDGE. BILL_PCT),
    PROJECT
    Of...
    PROJECT GROUP


    PROJECT_COST used to work properly at a table of bridge of modeling.
    Any ideas on what I got wrong?

    Thank you!

    Hello

    Phew, what a long question!

    If I understand correctly, I think the problem is with your old measure of cost, or rather that combines with you a new one in the same request. If you think about it, your request as explained above will bring back 3 rows from the database, that's why your old measure of cost is multiplied. I think that if you took it out of the query, your bridge table would work properly for the only new measure?

    I would consider the migration of your historical data in the bridge table model so that you have one type of query. For historical data, each would have a single row in the bridge with a 1.0 BILL_PCT.

    Good luck

    Paul
    http://total-bi.com

  • Error: "C:\Program Files/reviversoft\Registry Reviver\unins000.msg"is missing." "Fix the problem or get a new copy of the program.

    Original title: cannot start computer

    Cannot start computer

    This response comes and does not let me start the computer (Message missing file 'C:\Program Files/reviversoft\Registry Reviver\unins000.msg "is. Fix the problem or get a new copy of the program) what should I do to get the computer?

    Hi Dan Maarsman,.
     
    -Did you change on your computer before this problem?
    -Do you have any third party registry cleaner program installed on your computer?
     

    Start your computer Safe Mode and check if you can successfully start.

    Safe mode starts Windows with a limited set of files and drivers. Startup programs do not work in safe mode, and only the basic drivers needed to start Windows are installed.

    For more information, see:

  • After 3 years of use of this helmet and having no problems with it, now I can hear the sound in the right ear

    Hello, after 3 years of use of this helmet and having no problems with it, now I can hear the sound in the right ear... what should I do? Help, I don't want to say 'goodbye' to it already... Thank you

    It could be the plug on the computer that is the cause of the problem. Try another helmet or a pair of speakers in it.

    If you hear only on one side, who will tell you that is the question.

    If you hear from both sides, you must obtain a new helmet

    Software will fix either of the foregoing...

  • Since Acrobat Reader downloaded DC I can't sign my PDF documents. It does not give me the option more and yes I am connected. On the old version, I got no problem with clicking on "signature" and draw the area where I needed my signature, put passw

    Since Acrobat Reader downloaded DC I can't sign my PDF documents. It does not give me the option more and yes I am connected. On the old version, I got no problem with clicking on "signature" and draw the area where I needed my signature, put the password and "POOF" my signature would be there. With this new version, it won't do that or give me the option. The online help is useless. I need to explain to me how connect you as I used too?

    Hi nicholass35183848,

    I assumed that you had a digital signature created in your player application of old and whenever you use to fill out a pdf with a signature field signed you it. But in order to draw and then sign you must use Acrobat Pro DC no DC drive.

    Thank you

    Abhishek

  • I can't see the pictures in my yahoo email, I did not have this problem with other browsers. I used the safe mode and still no success. Help, please.

    Question
    I can't see the pictures in my yahoo email, I did not have this problem with other browsers. I used the mode 5 firefox safe and always without success. Help, please

    To help other users find solutions, please come back to this Thread and connect you to the
    Forum with your user name and password:

    Click on 'resolved' beside the answer above that BETTER resolved your issue

    DO NOT CLICK on 'Solved It' next to this answer

  • I don't know why I had problems with FF 3.6.16 and the last update for thunderbird

    I'm at the Canada and for some reason, downloads for the two FF 3.6.12 and Thunderbird was last updated was the BritishVersions is why I UK search engines, not the US versions is maybe why I'm struggling with my email and addons. The other 2 computers in my house is the American version.

    But there is always something a bit screwey with 3.6.12 that some addons do not work correctly on other computers. Can you please change the software for the US version please? Thank you

    I deleted the software twice already. before realizing I was downloading the British version... same problem with my Thunderbird cannot connect to the Internet service provider even if everything is done correctly! Help!

    You can find the version en here:

  • Store the new values in the table in the new row so that the 'old' remains in the previous lines

    Hello

    I am a student of genius embedded. I did a VI where I change the values of digital controls, and it saves it as a table.
    I want to store the pair of new values in the new row of this table.
    I have attached a VI where I can change the values of numeric control, as well as the number of lines from another control. But when I change the values, all values in the output table change including values in the previous row. I want these lines to be unchanged and that new line to update.

    Need help.

    If I understand correctly, you want to always 4 models. If so a 2D table will do the trick (see annex VI), otherwise crossrulz' solution should work.

  • I have printer color laserjet 5550N having problem with error 59.C0. What is the cause of the error?

    I have printer color laserjet 5550N having problem with error 59.C0. What is the cause of the error?

    Thanks Ray,

    Hello... How can I get the manual download for all the error on any printer laser color spray top of HP range.

    Kind regards

    Monday Nwankwo

Maybe you are looking for