Notify the end user there will expire

Hello

I am trying to build a job every night that will send the end user that he intends will expire in 10 days reset your password

If they do not then I want to block their account on the 11th day. Finally purge there apex in 30 days

How can I preschool on this?

I know there is utility APEX_UTIL. END_USER_ACCOUNT_DAYS_LEFT but I am not able to access outside the apex approx.

Set serveroutput on

DECLARE

l_days_left NUMBER;

BEGIN

C1 IN (SELECT user_name from apex_workspace_apex_users) LOOP

l_days_left: = APEX_UTIL. END_USER_ACCOUNT_DAYS_LEFT (p_user_name = > c1.user_name);

-htp.p ("end user :'|| account C1.user_name | |' will expire in ' | l_days_left | "days");

dbms_output.put_line(l_days_left||) C1.user_name);

END LOOP;

END;

It gives this error

ORA-06502: PL/SQL: digital error or value

ORA-06512: at "SYS." OWA_UTIL", line 356

ORA-06512: at "SYS." HTP", line 1368

ORA-06512: at "SYS." HTP", line 1443

ORA-06512: at "SYS." HTP", line 1735

ORA-06512: at "APEX_040100.WWV_FLOW_ERROR", line 324

ORA-20987: unauthorized access (package for the undefined security group variable).

ORA-06512: at "APEX_040100.WWV_FLOW_ERROR", line 743

ORA-06512: at "APEX_040100.WWV_FLOW_ERROR", line 1064

ORA-06512: at "APEX_040100.WWV_FLOW_FND_USER_API", line 24

ORA-06512: at "APEX_040100.WWV_FLOW_FND_USER_API", line 1890

ORA-06512: at "APEX_040100.HTMLDB_UTIL", line 1756

ORA-06512: at line 5

06502 00000 - "PL/SQL: digital error or the value of %s.

Can someone guide me pls.

Thank you very much

Neel

step, I used to do this work.

1. create a button on the login page, when then click navigates to the next page

2. place of instruction to the next html page and the box to recognize.

3. on the dynamic recognition action fires and who will sail user to this url

popupURL ("http://abc.com:81/apex/f?") p = 4550:7:1110023104121501:NO:F4550_P7_COMPANY:WWWWWWWWW');

NICOLAS is your workspace.

4 USER will receive an email with the temporary password to reset the password.

in this way I will leverage the integrated apex resets the mechanism.

Tags: Database

Similar Questions

  • I need help to remove Adobe Acrobat. I got the free trial version, and it has expired. I thought I deleted the program, but I get this message "before you proceed you must first launch Adobe Acrobat and accept the end user license agreement."

    I need help to remove Adobe Acrobat. I got the free trial version, and it has expired. I thought I deleted the program, but I get this message "before you proceed you must first launch Adobe Acrobat and accept the end user license agreement." I thought I deleted the program, so I can't seem to be able to throw. I have a MacBook Pro OS x help, please.

    This message comes from Adobe Reader; Launch the Reader application and accept the EULA.

  • How to create a text field containing text/label which can be modified by the end user?

    Hello

    I'm trying to figure out how to create a text field containing text or a label that can be changed by the end user. Can do something like this in LiveCycle?

    Below, I have a text field that contains a question and another text field where the user will enter their answer. Is there a way to allow the end user to change the text of the question, as shown in the example?

    Capture.PNG

    Hello

    If you used a standard text for the 'legend' field you could set the value by default (in the value of the object palette tab) in the legend and the legend of the value None (in the page layout palette).

    Concerning

    Bruce

  • How can I make a top layer "transparent" for the end user?

    Hi guys,.

    You have a quick question.

    I am working on a custom map generator and I was wondering if there was any way I could keep a downloaded image editable to the end user. The end user will be able to choose which model they want to frame the picture with. The problem is, even with transparency that chose the framework acts as a layer, and once the uploaded image was placed on the area of transit, end-user lose the ability to change/scale/tilt this image. I want them to still be able to do this even with the model over their image.

    Can anyone think of a solution to this? All tips are greatly appreciated.

    You literally chop each image. To keep things reasonable update you can use Photoshop to slice the graphics, save to the external png to import into. If a picture has 4 edges, you cut out the 4 sides, import into Flash and put back together within a single Sprite or MovieClip. Any area within this sprite who does not object real is real transparency and won't call a click action.

    Don't forget, the hitboxes are rectangular. If you have an oval frame where the edges are asking you to create images with transparency on their edges, which will be clickable. If you don't immediately understand what I mean by this draw randomly just a circle in flash, convert to the clip. Now draw your cursor around what we consider the part 'top' of this frame and note how many inside you also complete capture at the same time. That will all be clickable. So that the user can 'see' their picture behind the frame, but when they click they accidentally get the framework in place.

    Picture is worth a thousand words (sharp image at random):

    If you cut the oval frame into 4 pieces (it's the top of course), the transparent area, you see in the picture will be part of the hitarea for the frame. This can be just as confusing to customers in this situation. If most of your managers have little or no transparency (very square upwards) so it will be not a problem. Just like the problem you are having now, no bitmap transparency will be clickable, even if you cut the sides to the top. The Center where there is no bitmap cannot be clicked through to mess with the photo behind the frame.

    So, this makes it a little more desirable transparency detection.

  • Before displaying PDF documents in the browser, you must start Adobe Reader and accept the end-user Li

    Since two or three weeks, whenever we try to open a PDF file, we get the following message:

    Before display PDF documents in the browser, you must launch Adobe Reader and accept the end user license agreement, and then quit and relaunch the browser.  There is no link in this post, and I can't find where to launch Adobe Reader to accept this agreement.  I do not understand why we started having problems all of a sudden, but it is extremely frustrating!

    We have a Mac OS X v. 10.7 Safari v. 6.0

    Thank you very much!

    If you have installed the Adobe Reader software to the deafult location you will see in your hard drive / Applications folder.

    Try this:

    1. Quit Safari

    2. from Finder > go > go to folder... > type in the path: /Applications/ and click 'Go '.

    3. run "Adobe Reader"

    4. accept the end user license

    5. open a PDF file in Safari.

  • How to set the database user password never expires

    Hi all

    I have a server linux with Oracle 11 g installed that is used primarily to test a few developers and QA people. I want to put the DB user password never expires. I ran the following (which works on a windows machine), but the password still shows that it will be completed in 7 days. Is there anything else I can do to "force" the pw to infinity? I tried to stop closing the DB, stop / restart the listener...

    ALTER DEFAULT PROFILE LIMIT PASSWORD_LIFE_TIME UNLIMITED;
    Select * from dba_profiles where the profile = 'DEFAULT' and AS "PASSWORD_LIFE_TIME" resource_name
    'PROFILE' 'RESOURCE_NAME' 'RESOURCE_TYPE' 'LIMIT '.
    'DEFAULT' 'PASSWORD_LIFE_TIME","PASSWORD""UNLIMITED ".

    Select the profile from dba_users where username = 'TEST ';
    'PROFILE '.
    'BY DEFAULT'

    Select the username, account_status, to_char (expiry_date, 'DD-MM-YYYY') date_exp from dba_users where username = 'TEST ';
    "USERNAME", "ACCOUNT_STATUS" "DATE_EXP.
    «TEST' «OPEN ' «»

    Help appreciated.

    This error is given when the PASSWORD_LIFE_TIME expires and the duration of the period of grace begins

    "PASSWORD_GRACE_TIME" "PASSWORD" "UNLIMITED"
    

    change PASSWORD_GRACE_TIME 0,.

  • I need a very simple database system. I am the end user to allend users!

    Original title: database access

    I need a very simple database system. I am the end user to allend users!

    Access is rather dated, but could probably manage it if you own and that you already have a model for what you need.  Just open it and see if all the default options are what you are looking for, and it will put you in automatically:

    If this is not the case, just tell us what your needs are and I'm sure we can make a suggestion

  • Can you take screenshot without permission from the end-user? Help, please!

    Hello

    I recently submitted an approved application that is available in the app world. Screenshots takes in the game to make animations faster. The question is, in order to take screenshots, you must use a secure api and not the end-user give "permission" for the app to 'save '. End users are reluctant to 'accept' because they think private information are used, etc...

    Question: is there a way to make a capture of screen-app without the user 'approve' record? OR should I just, but a little warning at the beginning saying... "the following approval is needed to make the application faster, but no private info is obtained, etc."

    Thanks for your help and time!

    Unless they received him in their default permissions, you need to ask.

  • How can I insert instructions/text in a PDF form text field that can be typed by the end user?

    How can I insert instructions/text into a text form field that can be typed by the end user? As the screenshot attached.

    I already have a PDF (not created by me) I have to edit but cannot work out how to enter into new fields of text instructions, I create. I tried to do in InDesign, but the text gets just covered by the blue shape box when you view the final PDF file.

    Screen Shot 2015-08-07 at 10.53.10.png

    Follow the instructions as default value for the field and then reset the form.

    See also: is there a way to add instructional text to my text field that disappears when you click on? (PDF Forms)

  • Get the end user to refresh the Desktop view

    Hello

    Is it possible to give the end user access to Refresh (roll back to the original state) office. IM taking on refresh does not reset. ?

    Can someone help me with this please.

    Thank you

    Mumtaz

    There is no way to do this via the customer to view.  You could always give locked permissions on the administrator view page or simply put the desktop computer to refresh on logoff, so that it is regenerated each time.

  • I need help! I try to open my PDF but I get this message on my Macbook Pro! "Before you display PDF documents in the browser, you must launch Adobe Reader and accept the end user license agreement, and then quit and relaunch the browser."

    I need help! I try to open my PDF but I get this message on my Macbook Pro! "Before you display PDF documents in the browser, you must launch Adobe Reader and accept the end user license agreement, and then quit and relaunch the browser." What should I do?

    Do exactly what the message says, and it will go away.

  • Pop - ups of WebHelp and blocker of the end-user

    Hi all, I searched the forums and help online, but can't find any info on this. I have the following questions regarding security and pop-up blocker my end user:

    If the user has the blocker enabled, it blocks Webhelp pop ups?
    If so, the blocker will block also see the button pop ups?
    In addition, if the pop-up Blocker is enabled and it blocks pop-ups of Webhelp, having the user to add my Web site to the trusted list would allow pop-ups?
    Can you think of any other "security question" of the end user I need to study that I see my help?

    Thank you!
    want2bewiser

    Welcome to the forum.

    Blockers cannot block webhelp popups because they are user initiated when they click on a link. My understanding is that blockers are designed to prevent the unwanted popup windows.

    I think that the other main issue is to ensure webhelp is the type of assistance, it will be run from a server rather than be installed on PC users.

  • Is it possible to allow the end user sort a report column that he/she loves?

    If a report has a lot of columns, it is possible to apply it in such a way that the end user can choose to sort a column, he or she chooses? If so, how?

    Hello!

    In the second step of "Create the Layout", click the button Modify on your table view.
    Then click on "Edit Table View Properties" and check the box named enable column sorting in the dashboards.

    I hope this will help, do not hesitate to ask for more!

    Max

  • ALWAYS the end-user license agreement appears with invites to PRINT, ACCEPT or REFUSE them all products ALL MS Office are open - all MS products are ENABLED!

    I've just updated from XP Pro on WINDOWS 7 OS _ I reinstalled my MS Office 2003 product set and they were almost OK. My problem - ALWAYS the end-user license agreement appears with the prompt to PRINT, ACCEPT or DECLINE each time I try to use one of the MS office products is open. It's not a big deal, but it's annoying to get that invites each and everytime I open WORD, EXCEL, OUTLOOK, etc.

    What can I do to solve this problem.

    Thank you
    Bob

    Hi Carey.

    Thank you very much for your help. It works! Once again THANKS - Bob

  • Get the RANK of values to the end user using the A-team

    In my rest, class of service (Department) it is a function (POST) who receive the range of values of its consumers and returns List < and >.

    It is the function

    @POST

    @Path("{from}/{to}/Departments")

    @Produces ({"application/json"})

    public list < departments > findRange (around @PathParam("from"), around @PathParam("to") to) {}

    Return super.findRange (new int [] {, to});

    }

    Persistence A-team Accelerator, duties DepartmentSevice (DC) are pre-built, please how I can configure rang of function values in the class DepartmentService and call or manipulate the AMX page so that the end user can be entered range values during the operation in his mobile?

    Rest of the a-Team/json in place of Images:

    get2.gif

    get1.gif

    Thank you.

    Best regards

    Bartholomew

    Hi Steven thanks for your comment I intentionally use the post to test whether it is possible to rotate to GET the other way round.so I wore your instructions and it workd

    Thank you very much

    Best regards

    Bartholomew

Maybe you are looking for

  • I have problem in my iPhone 6 more

    Hello, I bought a 6puls iphone's IMEI number *, where there are a lot of problem in the phone, are the following: -. -Camera -Touch screen -Do not control the constant phone The problem are many, this phone and I want to solve this problem, so I ask

  • Reading data with NOR-5772

    I'm reading the data with the NOR-5772.  I tried the example code(NI_5772-Getting_Started_(Host).vi), and it will read noise (with nothing plugged into channels).   However when I try to send a signal (such as that generated with a NEITHER-DAQ card o

  • Microsoft will come out with a "WinPad' (Windows iPad)?

    I was just wondering... It would be very cool. I would like TO design / develop the WinPad!

  • Lack of access to the balance of audio volume control

    The balance function is 'available', but now hidden in Windows 7. Is it possible to use a script or macro to quickly access the balance control? W7 the access sequence for me is 1) Windows task bar (click to view)--> Start (button)--> Control Panel (

  • Windows Media Center, Xbox 360, videos of fast shipping

    I was watching videos I saved as WMV files on my TV through my xbox 360. However if you try to advance the video or go directly to part later show that it does so very slowly, how do I get to jump more than 30 seconds or more?