Changing the Start Page after loggin in the application

How can we change the start page once i log in to the oracle apex application.I took the following measures to change the page number
The default source code for the login page 101 process is
wwv_flow_custom_auth_std.login(
P_UNAME => :P2_USERNAME,
P_PASSWORD => :P2_PASSWORD,
P_SESSION_ID => v('APP_SESSION'),
P_FLOW_PAGE => :APP_ID||':1'
I tried to change the P_FLOW_PAGE variable to page 15 as below
P_FLOW_PAGE => :APP_ID||':15'
but still no luck,still the login page is redirecting me to page 1 only instead of page 15.Can any of the experts here please help.
Thanks

Hello
You need to go to
Home>Application Builder>Application 127>Shared Components>Edit Security AttributesThen edit the Home Link item.
For example, mine is set to
f?p=&APP_ID.:35:&SESSION.The result is that my application goes to page 35 after login.
Hope this helps.
Simon.

Similar Messages

  • How to do that when you open a new tab to appear like the start page after opening the browser?

    How to do that when you open a new tab to appear like the start page after opening the browser?

    https://addons.mozilla.org/en-US/firefox/addon/newtaburl/
    Never used it myself, so I'm not sure if you can set to about:home or not. You'll have to give it a try.

  • I created an application and in  that application if date is changed the application starts from splash screen on re-entering and if date is not changed and u re-enters the application then it open in page where u leaved.Not working in USA timezone.

    I created an application and in  that application if date is changed the application starts from splash screen on re-entering and if date is not changed and u re-enters the application then it open in page where u leaved.It works fine in our side (Timezone,kolkata ,india even for Timezone,slvaniya,USA) but our USA client is telling that on changing the date it not starts from start-up sequence.Can anyone plz suggest the reason for it.

    This is the code which we have used.
    //////////Return if it is first time for the day or not//////////////
    + (BOOL)isFirstTimeToday {
    BOOL result = YES;
    NSDate *now = [[NSDate alloc] init];     /// represents the current time
    NSCalendar *gregorian = [[NSCalendar alloc] initWithCalendarIdentifier:NSGregorianCalendar];
    NSDateComponents *components = [gregorian components:(NSYearCalendarUnit | NSMonthCalendarUnit | NSDayCalendarUnit) fromDate: now];
    NSDate *today = [gregorian dateFromComponents:components];
    [now release];
    [gregorian release];
    NSDate *savedDate = [[NSUserDefaults standardUserDefaults] objectForKey:LAST_TIME_VISITED];
    if (savedDate) {
    if ([today earlierDate:savedDate] == today) {
    result = NO;
    return result;
    ////////Stores the date/////////////
    + (void)userDidVisitReenforceScreenToday {
    [[NSUserDefaults standardUserDefaults] setObject:[NSDate todayAtMidnight] forKey:LAST_TIME_VISITED];
    ////////////What [NSDate todayAtMidnight] stores/////////////////////
    + (NSDate *)daysFromNowAtMidnight:(NSInteger)nOfDays {
    NSDate *date = [NSDate dateWithTimeIntervalSinceNow: (86400*nOfDays)];
    NSCalendar *gregorian = [[NSCalendar alloc] initWithCalendarIdentifier:NSGregorianCalendar];
    NSDateComponents *components = [gregorian components:(NSYearCalendarUnit | NSMonthCalendarUnit | NSDayCalendarUnit) fromDate: date];
    NSDate *dateAtMidnight = [gregorian dateFromComponents:components];
    [gregorian release];
    NSLog(@"dateAtMidnight : %@",dateAtMidnight);
    return dateAtMidnight;
    + (NSDate *)todayAtMidnight {
    return [self daysFromNowAtMidnight:0];
    Please Suggest..

  • I created an application and in  that application if date is changed the application starts from splash screen on re-entering and if date is not changed and u re-enters the application then it open in page where u leaved.It works with iPod not with iPhone

    I created an application and in  that application if date is changed the application starts from splash screen on re-entering and if date is not changed and u re-enters the application then it open in page where u leaved.It works with iPod not with iPhone

    Try posting in the developer forums to see if you can get some assistance,you'll have to be a registered developer for access though.
    developer.apple.com

  • Changing the Application Parameter in the mass copied iviews

    Hi,
    I have copied the standard package iviews,pages,roles to a custom folder.Now I want to change the "Application Parameter" of the all copied iviews.Is it possible to do the mass change of a single parameter in all the copied iviews?
    If possible,please suggest how to achieve the same.
    Thanks,
    Rajani

    Hi,
    Yes, you can use the Multiple Property Replacement feature : [Multiple Property Replacement|http://help.sap.com/saphelp_nw70ehp1/helpdata/en/0f/764b87dfb948fcb13fd7695e157892/frameset.htm].
    Regards,
    Pierre

  • How to change the application alias for a web project in NW7.2

    Hi,
    a simple question, but I could not manage to solve it: How do I change the application alias (the url) of a web project? I'm using Netweaver 7.2 and all the tutorials I found refer to earlier versions and do not work anymore.
    In particular, I would like to change e.g. "server.com/vendor~webbappname" (the standard url of the web project) to "server.com/mywebapp".
    Thanks in advance for your help!

    Hi,
    Try customizing the <context-root> element in the web.xml deployment descriptor, for example:
    <?xml version="1.0" encoding="ASCII"?>
    <application xmlns="http://java.sun.com/xml/ns/javaee"
               xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
               xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
              http://java.sun.com/xml/ns/javaee/application_5.xsd"
               version="5">
               <display-name>YourWebApp</display-name>
               <module>
                   <web>
                   <web-uri>YourWebApp.war</web-uri>
                   <context-root>mywebapp</context-root>
              </web>
         </module>
         <module>
              <ejb>YourWebAppEjb.jar</ejb>
         </module>
    </application>
    Afterwards, rebuild and redeploy your application.
    I hope that helps.
    Regards,
    Yordan

  • How to change the application title in apex while importing it ..

    Hi ,
    I have an issue here. As per the requirements I need to change the application title in Apex while
    importing it from One instance to another instance.
    Ex: My application title is WATERFALL PORTAL in iWATERFALL instance ,it must be changed to PUAT PORTAL if im Importing it to PUAT instance.
    This change has to be done Dynamically. Without Entering it Manually.
    Kindly help me out and Will be Great for your Assistance.
    Thanks,
    Vishal

    1001804 wrote:
    Hi ,Welcome to the forum: please read the FAQ and forum sticky threads (if you haven't done so already), and update your forum profile with a real handle instead of "1001804".
    When you have a problem you'll get a faster, more effective response by including as much relevant information as possible upfront. This should include:
    <li>Full APEX version
    <li>Full DB/version/edition/host OS
    <li>Web server architecture (EPG, OHS or APEX listener/host OS)
    <li>Browser(s) and version(s) used
    <li>Theme
    <li>Template(s)
    <li>Region/item type(s) (making particular distinction as to whether a "report" is a standard report, an interactive report, or in fact an "updateable report" (i.e. a tabular form)
    With APEX we're also fortunate to have a great resource in apex.oracle.com where we can reproduce and share problems. Reproducing things there is the best way to troubleshoot most issues, especially those relating to layout and visual formatting. If you expect a detailed answer then it's appropriate for you to take on a significant part of the effort by getting as far as possible with an example of the problem on apex.oracle.com before asking for assistance with specific issues, which we can then see at first hand.
    I have an issue here. As per the requirements I need to change the application title in Apex while
    importing it from One instance to another instance.Please clarify what you mean by "application title". The Application Name in the application definition? The displayed Logo in the user interface properties?
    Ex: My application title is WATERFALL PORTAL in iWATERFALL instance ,it must be changed to PUAT PORTAL if im Importing it to PUAT instance.
    This change has to be done Dynamically. Without Entering it Manually.Also clarify what you mean by "instance". An "APEX instance" refers to the APEX installation in a database. The "APEX instance" does not have a specific name property, and would therefore usually be referred to using the database name. Or do you mean the APEX workspace containing the application?

  • Regarding changing the application settings for Financial management (BPM)

    Hi,
    I have built the sample Comma application in HFM 9.3.1 using the BPM functionality from workspace as outlined in the documentation. The consolidation rules are set to "N" for this application when I open the XML using the window client. Can anyone tell me how I can change this to "Y" through workspace and load the application again. Since its a BPM application it does not allow me to load from window client. How to modify the application properties of a Financial manegement application through workspace (BPM). Any help will be appreciated.
    Thanks in Advance......

    If you extract your application from the web using the extract tasks, check on the Financial Management Application format, this should provide you with a file with an app extension something like this:
    hfmmetada.app
    When you hit extract and then click on 1 Click here to download, then save, on the save as file type button, make sure is .app; then open your app file with a text editor, change the application settings for ConsolidationRules=N to Y.

  • Changing the application that a file type opens with

    I have MSFT Excel and Subethaedit installed...
    I want Subethaedit to open all "*.spad" files
    I go to "Get Info" then go to "Open with:" then choose Subethaedit
    Then I press "Change All...", a dialog pops up and asks if I want to apply the change to all documents of the form "*.spad", and I answer "continue" and then...
    It ignores me; it drops Subethaedit from the list of apps to "Open with" and doesn't change the default format.
    How do I force the type to change to the app I want? Is there a text-file I can munge somewhere?
    mac mini   Mac OS X (10.4.8)  

    Hi, thechao. Welcome to the Discussions.
    It's possible your launch services database is corrupted. See my "Resetting Launch Services" FAQ. Then try the procedure you defined earlier, which is also described in "Mac OS X 10.4 Help: Changing the application that opens a document."
    Good luck!
    Dr. Smoke
    Author: Troubleshooting Mac® OS X
    Note: The information provided in the link(s) above is freely available. However, because I own The X Lab™, a commercial Web site to which some of these links point, the Apple Discussions Terms of Use require I include the following disclosure statement with this post:
    I may receive some form of compensation, financial or otherwise, from my recommendation or link.

  • How to change the application icon in 10g

    Dear all,
    how to change the application icon in forms 10g. i mean the icon which is located on the window it self.
    Best Regards,
    ShoooSh

    Hello,
    <p>Maybe you could find a solution in this article</p>
    Francois

  • Changing the application switcher shortcut

    Hi,
    Can anyone help me find where or how to change the application switcher shortcut (command-tab).
    I'm using illustrator and I'm used to switching between my selection tools using command-tab. But now with OSX Leopard, every time I do that, it just switches applications.
    I've tried mac help and also have searched these forums but haven't found a similar request.
    Thanks.

    I've been looking everywhere for a way to change this, or at least disable the shortcut. I have the same problem, but with QuarkXPress. I know that the command originates from the Dock, so I bet there's a way to hack the Dock so it disbles the shortcut...

  • Change the application builder's language

    Is there a way for developers to change the application builder's language?
    My location is in Germany but I prefer the american-english language during development; in case of normal usage of my Apex-Appl. (as a normal end user) I'd like the "german way"...

    Hello,
    If you look in the Oracle® Database Application Express Installation Guide, paragraph 4.7 :
    The Oracle Application Express interface is translated into German, Spanish, French, Italian, Japanese, Korean, Brazilian Portuguese, Simplified Chinese, and Traditional Chinese. A single instance of Oracle Application Express can be installed with one or more of these translated versions. At runtime, each user's Web browser language settings determine the specific language version.
    The translated version of Oracle Application Express should be loaded into a database that has a character set that supports the specific language. If you attempt to install a translated version of Oracle Application Express into a database that does not support the character encoding of the language, the installation may fail or the translated Oracle Application Express instance may appear corrupt when run. The database character set AL32UTF8 supports all the translated versions of Oracle Application Express.
    In the rest of the doc there is a description how to install other languages...
    Greetings,
    Roel
    http://roelhartman.blogspot.com/
    http://www.bloggingaboutoracle.org/
    http://www.logica.com/

  • Changing the Application class of script

    How can i change the application class of a script?

    Hi use TDOCLASS: object class.
    Hope this solves your issue.
    <REMOVED BY MODERATOR>
    Thanks,
    Dishant
    Edited by: Alvaro Tejada Galindo on Feb 6, 2008 2:33 PM

  • SMC 4.0 doesn't show correct start page after the installation

    Hello,
    after installing SMC 4.0 in a Solaris 10 sparc server it is not possible to get the start page at http://host:6789
    I just get in the browser:
    usage: head [-n #] [-#] [filename...]
    Copyright � 2007 Sun Microsystems, Inc. All rights reserved. U.S. Government Rights - Commercial software. Government users are subject to the Sun Microsystems, Inc. standard license agreement and applicable provisions of the FAR and its supplements. Use is subject to license terms. This distribution may include materials developed by third parties.Portions may be derived from Berkeley BSD systems, licensed from U. of CA. Sun, Sun Microsystems, the Sun logo, Java, Netra, Solaris, Sun Ray and Sun StorEdge are trademarks or registered trademarks of Sun Microsystems, Inc. in the U.S. and other countries.
    more details:
    # svcs -a|grep web
    disabled        8:30:48 svc:/application/management/webmin:default
    disabled        8:30:49 svc:/system/webconsole:console
    online          8:31:53 svc:/application/management/sunmcwebserver:default
    # cat /etc/release
                           Solaris 10 8/07 s10s_u4wos_12b SPARC
               Copyright 2007 Sun Microsystems, Inc.  All Rights Reserved.
                            Use is subject to license terms.
                                Assembled 16 August 2007
    root@jumpstart:/ # es-validate
    This script will help you in validation of Sun (TM) Management Center.
    Validation Tool Version         : 4.0
    Host name                       : jumpstart
    Number of CPUs                  : 2
    Platform                        : SUNW,Sun-Fire-V215
    Operating System                : SunOS 5.10
    Memory size                     : 6144 Megabytes
    Swap space                      : 1154008k used, 8156008k available
    JAVA VERSION                    : "1.5.0_12"
    Sun Management Center Production Environment Installation.
    Following layers are installed  : SERVER, AGENT, CONSOLE
    Installation location           : /opt/SUNWsymon
    Sun Management Center Add-Ons and Versions:
    PRODUCT                                         VERSION
    Production Environment                          4.0
    Advanced System Monitoring                      4.0_Build15
    Service Availability Manager                    4.0_Build15
    Sun Fire Entry-Level Midrange S                 3.5-v6
    Netra                                           3.6
    Performance Reporting Manager                   4.0_Build15
    Solaris Container Manager                       4.0_Build15
    Sun Fire Midrange Systems Domai                 3.5-v6
    Dynamic Reconfiguration for Sun                 3.5-v6
    Sun Fire Midrange Systems Platf                 3.5-v6
    System Reliability Manager                      4.0_Build15
    Workgroup Server                                3.6
    Generic X86/X64 Config Reader                   4.0_Build15
    Sun Management Center Patch installation details:
    No Sun Management Center patch is installed.
    Sun Management Center disk-space consumption:
    PRODUCT                         APPROXIMATE DISK SPACE CONSUMED
    Production Environment          : 54452 kB
    Advanced System Monitoring      : 2391 kB
    Service Availability Manager    : 1838 kB
    Sun Fire Entry-Level Midrange S : 1738 kB
    Netra                           : 2005 kB
    Performance Reporting Manager   : 3371 kB
    Solaris Container Manager       : 3688 kB
    Sun Fire Midrange Systems Domai : 1718 kB
    Dynamic Reconfiguration for Sun : 303 kB
    Sun Fire Midrange Systems Platf : 3270 kB
    System Reliability Manager      : 970 kB
    Workgroup Server                : 3707 kB
    Generic X86/X64 Config Reader   : 608 kB
    TOTAL                           : 80059 kB
    Database is located at          : /var/opt/SUNWsymon/db/data/SunMC
    Free space available on this partition is : 2447579 kB
    Following locales are installed :
    Information about upgrade from old versions is not available.
    Sun Management Center Ports:
    SUNMC COMPONENT                  PORT_ID
    agent service                    4800
    trap service                     162
    event service                    163
    topology service                 164
    cfgserver service                165
    cstservice service               167
    metadata service                 168
    platform service                 166
    grouping service                 5600
    rmi service                      2099
    webserver_HTTP service           6789
    webserver_HTTPS service          8443
    Sun Management Center Server Hosts definitions in domain-config.x:
    SUNMC COMPONENT                  SERVER_HOST
    agent service                    jumpstart
    trap service                     jumpstart
    event service                    jumpstart
    topology service                 jumpstart
    cfgserver service                jumpstart
    cstservice service               jumpstart
    metadata service                 jumpstart
    platform service                 jumpstart
    Sun Management Center Processes:
    SUNMC SERVICE                    STATUS
    Java Server                      Running.
    Database services                Running.
    Grouping service                 Running.
    Event-handler service            Running.
    Topology service                 Running.
    Trap-handler service             Running.
    Configuration service            Running.
    CST service                      Not Running.
    Metadata Services                Running.
    Hardware service                 Not Running.
    Web server                       Running.
    Sun Management Center Agent      Running.
    Platform Agent                   Not Running.
    Privilege level for Sun Management Center users :
    CATEGORY                         USERS
    esadm                           : smcadmin
    esdomadm                        : smcadmin
    esops                           : None
    ALL USERS                       : smcadmin
    server is local host
    Web server package is installed correctly.
    Web Server is up and responding.
    Web Server servlet engine is up and responding.
    Validation tool Log file is : /tmp/validation_jumpstart.080613084452.17073What is going on here?
    Any help is really appreciated.
    -- Nick

    @sachint
    I tried your suggestion, but I still have the same situation. Unfortunately.
    I see -
    # svcs -vx
    # svcs -a|grep web
    root@jumpstart:/ # svcs -a|grep web
    disabled       Jun_13   svc:/application/management/webmin:default
    disabled       18:39:06 svc:/system/webconsole:console
    online         18:40:02 svc:/application/management/sunmcwebserver:default
    # cat /var/svc/log/application-management-sunmcwebserver:default.log
    [ Aug  6 18:39:51 Enabled. ]
    [ Aug  6 18:39:51 Executing start method ("/lib/svc/method/es-svc.sh start webserver") ]
    Web server started successfully.
    [ Aug  6 18:40:02 Method "start" exited with status 0 ]
    # svcs -p application/management/sunmcwebserver
    STATE          STIME    FMRI
    online         18:40:02 svc:/application/management/sunmcwebserver:default
                   18:39:53    27621 java
    # telnet localhost 6789
    Trying 127.0.0.1...
    Connected to localhost.
    Escape character is '^]'.If I truss the java process, I see something like -
    # truss -edalf -rall -vall -wall -o /tmp/jumpstart.out -p 27621
    # less /tmp/jumpstart.out
    27621/28:        9.9421 write(7, 0xB02FCEA0, 498)                       = 498
    27621/28:          2 0 0 8 - 0 8 - 0 6   1 8 : 5 3 : 3 1   H t t p P r o c e s s o
    27621/28:          r [ 6 7 8 9 ] [ 3 ]   p r o c e s s . p a r s e\n j a v a . i o
    27621/28:          . I O E x c e p t i o n :   C o u l d n ' t   r e a d   l i n e
    27621/28:         \n\t a t   o r g . a p a c h e . c a t a l i n a . c o n n e c t
    27621/28:          o r . h t t p . S o c k e t I n p u t S t r e a m . r e a d R e
    27621/28:          q u e s t L i n e ( S o c k e t I n p u t S t r e a m . j a v a
    27621/28:          : 2 3 5 )\n\t a t   o r g . a p a c h e . c a t a l i n a . c o
    27621/28:          n n e c t o r . h t t p . H t t p P r o c e s s o r . p a r s e
    27621/28:          R e q u e s t ( H t t p P r o c e s s o r . j a v a : 7 1 0 )\n
    27621/28:         \t a t   o r g . a p a c h e . c a t a l i n a . c o n n e c t o
    27621/28:          r . h t t p . H t t p P r o c e s s o r . p r o c e s s ( H t t
    27621/28:          p P r o c e s s o r . j a v a : 9 7 4 )\n\t a t   o r g . a p a
    27621/28:          c h e . c a t a l i n a . c o n n e c t o r . h t t p . H t t p
    27621/28:          P r o c e s s o r . r u n ( H t t p P r o c e s s o r . j a v a
    27621/28:          : 1 1 2 5 )\n\t a t   j a v a . l a n g . T h r e a d . r u n (
    27621/28:          T h r e a d . j a v a : 5 9 5 )\n\n
    27621/28:        9.9445 send(18, 0xB02FE768, 159, 0)                    = 159
    27621/28:          H T T P / 1 . 1   4 0 0   B a d   R e q u e s t\r\n C o n t e n
    27621/28:          t - T y p e :   t e x t / h t m l\r\n C o n n e c t i o n :   c
    27621/28:          l o s e\r\n D a t e :   W e d ,   0 6   A u g   2 0 0 8   1 6 :
    27621/28:          5 3 : 3 1   G M T\r\n S e r v e r :   A p a c h e   T o m c a t
    27621/28:          / 4 . 0 . 5   ( H T T P / 1 . 1   C o n n e c t o r )\r\n\r\n
    27621/28:        9.9448 ioctl(18, FIONREAD, 0xB02FF34C)  
    ...I have no idea what is happening here.
    -- Nick
    Edited by: der_niki on Aug 6, 2008 9:56 AM

  • Changing the Application seller name after publishing

    hi everyone,
    im planning on releasing my very first applicaiton on app store. The problem is that since i dont own a credit card,i had to use somebody else's cerdit card number and name to register for the individual developer account. I understand that the "Seller" name will be the same as his name.
    -Is there a way to change the name to mine without changing the credit card details?

    rashid.asgari
    It appears that the hosts have removed your post in Using Apple Support Communities.
    I have no idea why, your post there did not  seem to violate any issues.
    Sorry

Maybe you are looking for