Redirect users to the page when you take the system into maintenance mode.

I want to redirect users to the page when you take the system into maintenance mode. We are on 12.1.3 application. Please provide me with the document who have these details

Please see old threads that deal with the same subject.

http://forums.Oracle.com/forums/search.jspa?threadID=&q=redirect+and+maintenance&objid=C3&DateRange=all&userid=&NumResults=15&rankBy=10001
http://forums.Oracle.com/forums/search.jspa?threadID=&q=maintenance+and+message&objid=C3&DateRange=all&userid=&NumResults=15&rankBy=10001
http://forums.Oracle.com/forums/search.jspa?threadID=&q=outage+and+maintenance&objid=C3&DateRange=all&userid=&NumResults=15&rankBy=10001

Do a search of the forum before posting similar questions.

Thank you
Hussein

Tags: Oracle Applications

Similar Questions

  • While putting the host in maintenance mode, I'm stuck at 2%

    While putting the host in maintenance mode, I'm stuck at 2%

    With the message at 2% it get stuck below.

    "Waiting for machines virtual to be powered off or migrated. In a DRS cluster, see the page of defects on the tab of the DRS for troubleshooting. "

    When you put a host in Maintenance Mode, the virtual machine will be generally migrated to other hosts automatically by the Drs there are reasons why it would not work.

    Some of them are:

    • You do not have DRS licensed (only included in Enterprise and Enterprise Plus)
    • DRS is set to manual
    • You have the DRS, but the virtual machine connected local resources (such as the CD-ROM player,...)
    • You have the DRS, but there are no hosts available because of rules configured to affinity/Anti-Affinity
    • Not available on other host resources

    In both cases, you will have to solve the issue and migrate virtual machines to other hosts or stop the virtual machines. As soon as he has no more power on virtual machines on the host, it will enter into Maintenance Mode.

    André

  • Turn off the text field (always submits page when you press enter)

    I have an area which allows you to enter search criteria. There are two fields and a button. The 1st field is a selection list that gives a list of columns in a database that can be searched on. The 2nd field is where the user enters the value to search for. The user can submit the search in 2 ways. They can press the button or press return when the cursor is in the 2nd item that is a text field (always submits page when you press enter). The results are then displayed in a region of report below.

    The problem I have, is that if the request is for > 10 seconds and the user gets impatient and hits the Enter key or the button search again the query is returned for a second time (or third or fourth according to the impatience of the user) causing the claim on the basis of data with a negative impact on the performance of the system.

    I know how to handle the search key. On a click event on I turn off the button so that the user cannot click on it again and resubmit the request.

    My question is - how can I turn off "always provides a page when you press enter" text item when the user presses enter? I tried an onclick event, but disabled the front element I could type in anything. Onblur event does not seem to do anything.

    Any ideas would be very appreciated.

    Andy

    Hello

    First of all, one thing to try: attributes of the Page, there is a section for the presentation in double - try setting this option on no.

    Otherwise, using the text field type, adds the following to the INPUT tag:

    onkeypress="return submitEnter(this,event)"
    

    which means, you can call your own function of javascript on the onkeypress event, the final line would be call submitEnter(). But you can set the value of a hidden page element:

    function doEnter(t, e)
    {
     if ($x('P1_SEARCH_RUNNING').value == 0)
     {
      $x('P1_SEARCH_RUNNING').value = 1;
      return submitEnter(t, e);
     }
     else
     {
      return false;
     }
    }
    

    Then, after changing your element to an element of normal text on the attributes of HTML form elements, add in:

    onkeypress="return doEnter(this,event)"
    

    Andy

  • When you take a Flash inside the shutter remains open as if you used no flash.

    When you take a Flash inside the shutter remains open as if you used no flash. The anti-shake icon is visible in the viewfinder before a picture is taken.

    The handshake that you see indicates that the device is set to use 1/30 of a second shutter speed or slower. This explains the symptoms you describe. There are other parameters that will allow you to do, but the first thing to check is to make sure that the flash setting is not set to slow sync menu.

  • Cursor autour breaks and clicks in the Middle words or a page, when you type, selects areas of the document when writing and by typing the following key, all this goes away.

    I have Microsoft Windows Vista Home premium, Version 6.0 (Build 6002: Service Pack 2), was Norton Internet Security. Cursor autour breaks and clicks in the Middle words or a page, when you type, selects areas of the document when writing and by typing the following key, all this goes away. Perhaps because of my attempts to resolve this issue, some of my PC system has had problems, it became unstable, I've had several accidents that I got Norton 360, but it don't did me not the solution and stops working, I re installed Norton Internet Security. Please give some answers and advice on how to solve this problem, thank you.

    Hello

    You use a desktop or laptop computer?

    Is the mouse a mouse wired or wireless?

    What is the brand and model of the computer and the mouse?

    If you are using a laptop, I suggest to change the sensitivity of the mouse pad.

    If this is a wireless mouse it might be interference from another close to the mouse. Make sure that speech recognition is not enabled.

  • Make a custom page when you access the URL of the root of a Web application

    A BC blog post says it's now possible to "make a custom page when you access the URL of the root of a Web App site. For example, if you have a "blog" Web App, items can be made available to/blog/my-blog-post, and you will be able to customize the page/blog"

    Is this possible? It doesn't for me due to unique URL problem yet.

    For example the web page is / banksy - Guide of Banksy

    But web app components must be on/banksy/web-app-item but need to change to/banksy-editions / Banksy choose your weapon (green) | Gallery hang up Banksy Guide

    I don't see any documentation, support BC do not know and ask me the Forum to discuss. Someone at - he found a workaround?

    Thank you

    Paul

    You have a page with the same name as you want for the web application folder.

    1 remove this page from banksy (Dungeon of backup of your content)

    2. change your url web app for /banksy you need

    3. create a folder called /banksy (it will allow you to make a folder)

    4. create an index.html in the folder of Banksy page - put your content to the page that you deleted here

    You will then have an index for the file page and the web application will work...

    /Banksy - index page

    /Bansky/ - index page

    /Banksy/index.html - index page

    / web banksy/something - point app

  • Text field (always submits page when you press enter)

    Hello

    I have two elements (username and password) and two buttons (Submit & cancel) when the user enters the correct DB table entry values and strike button SUBMIT with the < /b > < b > mouse it is able to go to the next internal page does not, up to here everything works absolutely perfect.

    But now, instead of clicking the button "SUBMIT" with the mouse, I want the user to use the functionality of the ENTER key on the keyboard and so I apply the two elements (username and password) as < b > text field (always submits page when you press enter) < /b > and < b > password (submits when you press enter) < /b > respectively.

    Also created a conditional branch and an unconditional branch (with the highest sequence number) by the research of the below thread: -.

    Re: Text field Element submits page when you press ENTER

    but still did not find any success, when I run the page with the correct details in the elements and press button nothing works the same page returns back to me with these two elements as empty?

    any help?


    thxs


    Kind regards
    Kumar

    Hello

    OK - two things...

    First of all, your branch to page 9 was conditional on the SUBMIT button

    Second, you had the condition that "request = Expression 1" where it should be "EXISTS.."

    I removed the button state and changed the condition type. Try it now

    Andy

  • IPhone 6 stop when you take a picture

    My Iphone 6 (a little more than one year - iOS 9.2.1) is going down, when I take a picture and I have a little less than 50% of the battery left. So I plugged into electricity to start again.

    The only things that keep the problem is to switch the battery saving mode.

    Anyone with the same problem?

    Best regards, Laura

    My iPhone will also turn off when you take a picture.

    Happens to me on a 6 s iPhone too.

    For me, it happens when I go out and have not used the phone for a while and pick up the phone to take a picture. It happened on a 5s iPhone in the past.

    There is also usually a cold day, no sub zero, but cold.

    It's especially annoying as when out and about, I usually don't have a power supply to plug the phone in.

    If I leave the phone for half an hour, the phone can be turned on again without going through a connecting the power supply and it shows a level of reasonable, green power, in the status bar, but it stops again, trying to take a photo.

    See you soon

    Paul

    iPhone iOS 9.2.1 6s

  • What settings can I change my captivate program so that when a user does the program into an LMS they are marked as being completed when they hit a specific slide (not a number of slides) or the percentage of slides

    What settings can I change my captivate program so that when a user does the program into an LMS they are marked as being completed when they hit a specific slide (not a number of slides) or the percentage of slides

    I have duplicate slides that the user can jump. When they do the program is marked as progress when really, they have seen everything but technically not each slide.

    I wish that the LMS to makr as complete when they consult the last slide so that they are marked as being completed independently to know if they jumped the previous slides.

    Thank you. In fact, I managed to find a solution that does not require the user to press the button! You can add an action to a slide itself using Javascript execution on success. In the Script window, you add that scorm_setcompleted() and that tell of the SGA to mark the complete project on enter on this slide. So that's what to do if someone reads this

  • How can I you people lock users out of planning when you run jobs ODI?

    Is there a way to lock planning users, by running a file of DOS commands? Currently, I have to go manually in the Admin menu planning-> Application-> settings allow one owner to connect.
    I could write the script for updating a flag in the database repository indicator, BUT it would also require planning web app restart to follow.
    How can I you people lock users out of planning when you run jobs ODI to load data in Planning/Essbase app?

    I usually try and plan everything built out of opening hours. I agree it would be nice if there is a utility to change the status of the planning application.

    See you soon

    John
    http://John-Goodwin.blogspot.com/

  • I don't see a SQL server in the menu to the bottom when you create a SYSTEM DSN?

    What could prevent me from seeing a list of all the SQL servers in my environment when you create a SYSTEM DSN?

    The drop down menu has only a single SQL Server available. IM using W2K8R2 64 BIT and I have also installed the 64-bit SQL to ODBC client.

    you have dbo on the MSDB and the VCDB?  Whatever it is, no instance DB and no permission you should always see SQL servers in your environment. When you created the DSN system, you used the SQL Native Client not the SQL Server driver?

  • Loss of audio when you import video clips into PrE12 of Nikon D7100

    When you import video clips into pre 12 from organizing the audio becomes uneven (guard droping in and out).

    Clips will play finme in Movie Maker and his plays ok if played within the Organizer, so I know they are. He PC is using windows 7.

    Taken the Nikon D7100 1920 x 1080 30 p (29.97 real rate).  Film are displayed as. MOV and Document Type video/quicktime playback of other threads and works wonder if the question relates to the project settings.

    Digital SLR Edit Mode project settings;  Time Base 29.97 pictures / s; Image size 1920 x 1080; Pixel Aspect square; Calendar-view Format 30 fps drops;  Audio sample rate 48000.

    Can someone tell me what settings should I use for a Nikon D7100.

    Thank you

    Popeye

    What are you - right click the icon on the desktop for Premiere Elements, and then select run as administrator? If so, please return to post 3 where I wrote

    You definitely need a user with the privileges of the administrator account. QuickTime as well as Premiere Elements require that. Sometimes a run as administrator (right-click the icon of the program Office) and selecting run as administrator can help. Please check it out. The permissions are important.

    RTA

  • Error: "it is not possible to disable the connection at this time. "This connection may be using one or more protocols that don't support Plug-and-play, or it may have been initiated by another user or the system account.

    Original title: unable to disable my lan connection

    Remember - this is a public forum so never post private information such as numbers of mail or telephone!

    Ideas:

    • I turn off my connection to the local network, it is showing message.

      It is not possible to disable the connection at this time. This connection may be using one or more protocols that don't support Plug-and-play, or it may have been initiated by another user or the system account.

      Please answer soon

      You have problems with programs

    • Error messages
    • Recent changes to your computer
    • What you have already tried to solve the problem

    Hi MVTDA,

    You can try the following methods and check to see if it helps:

    Method 1:

    a. Click Start and select run, type cmd and click OK.

    b. type net stop cryptsvc and press ENTER.

    c. type ren %systemroot%\System32\Catroot2 oldcatroot2, and then press the Enter key.

    d. restart the computer.

    e. open new command prompt and Type net start cryptsvc, and press ENTER.

    Method 2:

    If the same problem persists then you can try to uninstall the network drivers and check.

    a. click the Start button. Select run, type devmgmt.msc and press OK.

    b. Select the network card and right click on it.

    c. now, select Properties.

    d. in the Properties window, on the driver tab, click Uninstall.

    e. After you have uninstalled the drivers, restart the computer.

    Hope this information is useful.

    Jeremy K
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think.

    If this post can help solve your problem, please click the 'Mark as answer' or 'Useful' at the top of this message. Marking a post as answer, or relatively useful, you help others find the answer more quickly.

  • SERVERERROR trigger fires from the user of the SYSTEM

    We use the Oracle 10 g on Linux platform. The following trigger is created for the mistakes of trace:
    CREATE OR REPLACE TRIGGER test.error_log
       AFTER SERVERERROR ON test.SCHEMA
    DECLARE
       v_errnum    NUMBER;
       v_counter   NUMBER := 1;
       v_errmsg    VARCHAR2(1000); -- stack counter
       v_errnumparam  NUMBER;
       v_errparam  VARCHAR2(1000);
    BEGIN
       LOOP
          -- get the error number off the stack
          v_errnum := server_error (v_counter);
    
          -- get the error number off the stack
          v_errmsg := server_error_msg (v_counter);
          -- if the error number is zero then exit.
          v_errnumparam := server_error_num_params(v_counter);
          v_errparam := server_error_param(v_counter, v_errnumparam);
    
          EXIT WHEN v_errnum = 0;
          -- commit is required because we are in an
          -- autonomous transaction
          INSERT INTO error_audit(SID, ORA_NUMBER, DESCRIPTION, STATUS, CREATED_BY_USER, CREATED_ON_DATE, MODIFIED_BY_USER, MODIFIED_ON_DATE)
               VALUES (sys_context('USERENV','SID'),v_errnum, TRANSLATE(v_errmsg||';'||v_errnumparam||';'||v_errparam, 'x'||CHR(10)||CHR(13), 'x'), 'Y', USER, SYSDATE, USER, SYSDATE);
    
          -- increment the counter and try again
          v_counter := v_counter + 1;
       END LOOP;
    END;
    The problem is that when to connect us from an outline of the TEST, the following select statement error logs in the audit table. However, the following statement executed from the user of the SYSTEM does not record the error. Can any body guide me to fix this error?
    ALTER SESSION SET CURRENT_SCHEMA = test;
    select * from error_audi
                  *
    ERROR at line 1:
    ORA-00942: table or view does not exist

    Why is it? Trigger when the current user is TESTING and not someone else. ALTER SYSTEM SET CURRENT_SCHEMA does not change the current user.

    SY.

  • How to enable the continuation of the Standby Option for a USB mouse: I do not see the "allow this device to wake the system from standby mode' check box__

    I use Windows XP Home Edition and I am fully up to date with the latest version of the software.

    I would like to activate my mouse USB power out "sleep mode" on my computer.  I found the help topic that describes how to do this: http://support.microsoft.com/kb/280108 how to enable the continuation of the Standby Option for a USB mouse

    However, when I follow these steps, I don't see the 'allow this device to wake the system from standby mode ' check box on any of the windows as described in the documentation for Ms.
    I use a Microsoft Comfort Optical Mouse 3000 (IntelliPoint) USB

    Any help would be greatly appreciated!

    This gives a test:

    1. click on START
    2. click on 'run '.
    3 type "notepad" (without the quotes) and press enter
    4. copy and paste this into Notepad:

    Windows Registry Editor Version 5.00

    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\usb]
    "USBBIOSHACKS" = DWORD: 00000000
    "USBBIOSx" = DWORD: 00000000

    5. click on file > save as
    6. change the dropdown to "all files".
    7 type usb.reg as the file name and save the file somewhere easy to access
    8 go find the file and double click it. Confirm that you want to add it to the registry
    9 restart the computer and see if you can wake the system from standby mode

    For reference, take a look at this:
    http://www.dslreports.com/Forum/r19635912-missing-power-management-tab

    Let us know,

    Thank you!

    Ryan Thieman
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think.

Maybe you are looking for

  • typing slow firefox 12 support forum

    My web pages updated very well and my scroll bars go up and down fast enough. But typing in multiple text boxes is far too slow. This text box as I type right now is an example. I'm often typing 10 and 20 characters long to come on the display text a

  • Where can I find the "Organsied bookmarks" function in my Firefox 4.01?

    I use the new 4.01 Firefox where I found that the function to "Organize bookmarks" missing in the "Bookmarks" menu Has it got a new location, or is there something wrong with my installation?

  • Satellite P770 - model with i7 CPU and blu - ray?

    I've been watching the P770 I would be interested in a resolution higher above the P750. The only problem is that he says he will have a blu - ray player, but the option that is currently available is a DVD player. I know this is that just came out s

  • WLAN on Satellite L750 card Exchange

    Owning a portable series of PSK2YA I have the Atheros AR9002wb-1NG wireless card. As Toshiba or Atheros did not bother to check these to see if she has actually worked before being released and no known driver worked for me. the only way to make it w

  • Pro-100 XPS Driver?

    Y at - it a Mac OS version of the XPS Pro-100 driver?