Page redirection problem in Oracle EBS 11.5.10

Hi All
I did a fresh install of Oracle EBS 11.5.10 in centos 5.3 . After the install I am getting error while logging in to the application.
" f7
Found
The document has moved here.
0
When I click the hiperlink <here> i get redirected to the application home page. I am not able to open any forms after that.
Can anyone guess where is the problem and advise the solution.
Thanks
Ridhi Sundar

I did a fresh install of Oracle EBS 11.5.10 in centos 5.3 . After the install I am getting error while logging in to the application.Are you trying to access the application from a Linux client? If yes, and even though your installation completed successfully please note that Linux is not certified as a client tier -- https://forums.oracle.com/forums/search.jspa?threadID=&q=Linux+AND+Client&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
Thanks,
Hussein

Similar Messages

  • Getting 404 error when trying to login to Oracle EBS page

    Hi,
    I had installed Oracle EBS 12.0.4 last year and everything was running fine until last week. Last week, we suddenly started seeing this issue - when trying to login to the Oracle EBS page, we are getting the 404 page not found error.
    I have EBS installed on 2 VMs (virtual machines) - one VM has the application server and other VM has the database server. I logged on to the aplpication server to do some debugging and noticed 2 things ->
    1.The Oracle Fullfillment service was not running. I started it, it was up for some time but then it stopped on its own. This happens everytime - after successfully starting the service, it shuts down after sometime. There is nothing in the event viewer except this message "The service may have terminated abnormally, please see the log file generated by the service for more details." I checked the log file, but there is nothing significant inside the log file. Maybe I need to increase the log level. Can any one tell me how can I do that?
    2. Reviver.exe was crashing intermitently on the application server. I belive reviver tries to establish the connection between the application and database server after its broken.
    So I am thinking now that maybe the connection between the app server and the database server is getting broken intermittenlty and this is the root cause of all the problems.
    I dont know how to verify whethe my analysis is correct or not? And it it is, how to resolved it? Is there a setting or a configuration file in which you have to specify the database server details (ip address / host name etc). Can you tell me where can I find this setting?
    Or culd there be something altogether different that is causing the page not found error?
    Thanks in advance,
    Megha

    Hussein,
    The problem is partially solved - I am not getting the 404 error now. The issue was not with the netsvc file. Please see the resolution in NOTE:412980.1 (oafm,forms and oacore not starting up after IP adress change).
    The OC4J services are imperative for any URL for java code. With just the Apache listener running, examples of URLS that will work are ->
    http://HOST.DOMAIN:PORT/OA_MEDIA/FNDLOGOL.gif
    http://HOST.DOMAIN:PORT/
    Any URL for Java code will fail at this stage when OC4J services are down. For example this URL will fail: http://myHost.oracle.com:8000/OA_HTML/ServletPing.
    But now, I am getting 500 Internal server error. Let me know if you kno anything about this error ->
    oracle.apps.fnd.cache.CacheException     at oracle.apps.fnd.cache.AppsCache.get(AppsCache.java:228)     at oracle.apps.fnd.profiles.Profiles.getProfileOption(Profiles.java:1485)     at oracle.apps.fnd.profiles.Profiles.getProfile(Profiles.java:354)     at oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfileFromDB(ExtendedProfileStore.java:211)     at oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfile(ExtendedProfileStore.java:171)     at oracle.apps.fnd.profiles.ExtendedProfileStore.getProfile(ExtendedProfileStore.java:148)     at oracle.apps.fnd.common.logging.DebugEventManager.configureUsingDatabaseValues(DebugEventManager.java:1259)     at oracle.apps.fnd.common.logging.DebugEventManager.configureLogging(DebugEventManager.java:1114)     at oracle.apps.fnd.common.logging.DebugEventManager.internalReinit(DebugEventManager.java:1083)     at oracle.apps.fnd.common.logging.DebugEventManager.reInitialize(DebugEventManager.java:1050)     at oracle.apps.fnd.common.logging.DebugEventManager.reInitialize(DebugEventManager.java:1037)     at oracle.apps.fnd.common.AppsLog.reInitialize(AppsLog.java:595)     at oracle.apps.fnd.common.AppsContext.initLog(AppsContext.java:941)     at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java:926)     at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java:891)     at oracle.apps.fnd.common.AppsContext.<init>(AppsContext.java:751)     at oracle.apps.fnd.common.WebAppsContext.<init>(WebAppsContext.java:1014)     at oracle.apps.fnd.sso.Utils.getAppsContext(Utils.java:525)     at oracle.apps.fnd.sso.AppsLoginRedirect.AppsSetting(AppsLoginRedirect.java:120)     at oracle.apps.fnd.sso.AppsLoginRedirect.init(AppsLoginRedirect.java:170)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpApplication.loadServlet(HttpApplication.java:2231)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpApplication.findServlet(HttpApplication.java:4617)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpApplication.findServlet(HttpApplication.java:4541)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpApplication.getRequestDispatcher(HttpApplication.java:2821)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:740)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:451)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:299)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:187)     at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)     at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:230)     at oracle.oc4j.network.ServerSocketAcceptHandler.access$800(ServerSocketAcceptHandler.java:33)     at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:831)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)     at java.lang.Thread.run(Thread.java:595)Caused by: oracle.apps.jtf.base.resources.FrameworkException: Error in IAS Cache: java.lang.NullPointerException: null Connection     at oracle.apps.jtf.cache.IASCacheProvider.get(IASCacheProvider.java:712)     at oracle.apps.jtf.cache.CacheManager.getInternal(CacheManager.java:4802)     at oracle.apps.jtf.cache.CacheManager.get(CacheManager.java:4624)     at oracle.apps.fnd.cache.AppsCache.get(AppsCache.java:216)     ... 33 moreCaused by: oracle.apps.jtf.base.resources.FrameworkException:
    An exception occurred in the method CacheAccess.get
    null
    The base exception is:
    null Connection     at oracle.apps.jtf.base.resources.FrameworkException.convertException(FrameworkException.java:607)     at oracle.apps.jtf.base.resources.FrameworkException.addException(FrameworkException.java:585)     at oracle.apps.jtf.base.resources.FrameworkException.<init>(FrameworkException.java:66)     at oracle.apps.jtf.base.resources.FrameworkException.<init>(FrameworkException.java:88)     at oracle.apps.jtf.base.resources.FrameworkException.<init>(FrameworkException.java:202)     at oracle.apps.jtf.base.resources.FrameworkException.<init>(FrameworkException.java:218)     at oracle.apps.jtf.base.resources.FrameworkException.<init>(FrameworkException.java:249)     ... 37 more

  • How do I find the jsp code behind an Oracle EBS page

    Hello,
    I have not worked with Oracle EBS in about 3 years and am somewhat new to JSP. I am trying to figure out how it all works and would like to go from the front end Oracle EBS screen to the source code jsp file.
    I was able to find the queries behind the screen by clicking on the about page link. I was aslo able to find plenty of jsp files in the OA_HTML directory on the server but I was not able to line any of them up with an EBS page on the front-end of Oracle apps.
    With Oracle forms it seems much simpler when I just easily get the form name from the screen (Help->About Oracle applications) and then just open up the corresponding fmb with the same name.
    How do I find this corresponding jsp file?
    Thanks

    Credit cards have security codes on them, either on the back on the signature strip or some cards have it on the front : credit card security code. None of the gift cards that I've bought have had a security code on them

  • Oracle Report Font problem when run report from oracle EBS R12

    Dear All
    I have developed one Report in ORACLE REPORT BUILDER in windows environment. I see the output of that report, its ok, I deployed it on the EBS R12 which is on Linux environment, when i see the output, its fonts totally change and due to change in fonts, output not same as like in previous stage. When i print from dot matrix Printer then sometime its shrink the character and sometime break the output..
    Kindly help me in this regard, because this problem i am facing from last few days.
    i am waiting for your quick response.
    Thanks in advance....
    Regards,
    Nawaz
    Edited by: Haq Nawaz on Nov 5, 2012 11:45 AM

    Thank you very much for your reply
    I have changed the fonts in the report, but when i run it from the EBS its has the same problem. from the EBS output font look like as (COURIER) rather than CALIBRI WESTERN.
    tell me what i have to change anything.

  • Installing Oracle EBS 11i installation problem

    Dear All,
    I have a problem regarding the installation of Oracle EBS 11i of which I can't figure out a solution.
    After unzipping all the 108 files during the rapidwiz installation the installer seems to halt (in step 1, 100% of file extraction). It involves instconf.drv but it doesn't show me an error in the installation logs. The line that appears is the following:
    instantiatefile -d instconf.drv
    I tried to change my Linux distribution from SLES10 to Ubuntu but that doesn't work either.
    Could you please help me out with this.
    Kind regards,
    Charif Ennaciri

    Dear hsawwan,
    I checked the log file and it's full of lines similar like:
    AC-50402: Exception: java.lang.NullPointerException
    Raised by oracle.apps.ad.autoconfig.InstantiateFile
    instantiate file:
    source : /d01/oracle/visdb/9.2.0/appsutil/template/oui/bin/addNode.sh
    dest : /d01/oracle/visdb/9.2.0/oui/bin/addNode.sh
    backup : /d01/oracle/visdb/9.2.0/oui/bin/addNode.sh to /d01/oracle/visdb/9.2.0/appsutil/out/VIS_server/04261350/addNode.sh
    StackTrace:
    java.lang.NullPointerException
         at oracle.apps.ad.autoconfig.InstantiateFile.instantiateTheFile(InstantiateFile.java:4019)
         at oracle.apps.ad.autoconfig.InstantiateFile.processDriverFile(InstantiateFile.java:2655)
         at oracle.apps.ad.autoconfig.InstantiateFile.<init>(InstantiateFile.java:1066)
         at oracle.apps.ad.autoconfig.InstantiateFile.<init>(InstantiateFile.java:951)
         at oracle.apps.ad.autoconfig.InstantiateFile.<init>(InstantiateFile.java:609)
         at oracle.apps.ad.autoconfig.InstantiateFile.doMain(InstantiateFile.java:1948)
         at oracle.apps.ad.autoconfig.InstantiateFile.main(InstantiateFile.java:2312)
    AC-50402: Exception: java.lang.NullPointerException
    Raised by oracle.apps.ad.autoconfig.InstantiateFile
    instantiate file:
    source : /d01/oracle/visdb/9.2.0/appsutil/template/oui/bin/ouica.sh
    dest : /d01/oracle/visdb/9.2.0/oui/bin/ouica.sh
    backup : /d01/oracle/visdb/9.2.0/oui/bin/ouica.sh to /d01/oracle/visdb/9.2.0/appsutil/out/VIS_server/04261350/ouica.sh
    StackTrace:
    java.lang.NullPointerException
         at oracle.apps.ad.autoconfig.InstantiateFile.instantiateTheFile(InstantiateFile.java:4019)
         at oracle.apps.ad.autoconfig.InstantiateFile.processDriverFile(InstantiateFile.java:2655)
         at oracle.apps.ad.autoconfig.InstantiateFile.<init>(InstantiateFile.java:1066)
         at oracle.apps.ad.autoconfig.InstantiateFile.<init>(InstantiateFile.java:951)
         at oracle.apps.ad.autoconfig.InstantiateFile.<init>(InstantiateFile.java:609)
         at oracle.apps.ad.autoconfig.InstantiateFile.doMain(InstantiateFile.java:1948)
         at oracle.apps.ad.autoconfig.InstantiateFile.main(InstantiateFile.java:2312)
    What can I do about this?
    Kind regards,
    Charif

  • Problem in oracle portal Pages:

    Hi All,
    Problem in oracle portal Pages:
    one page containing four tabs
    one of the tab contain parameter form when i submit it ,i get required result
    but the focus go to other tab.
    i check it all possible options but this doesn't resolve.
    Regards

    You're in the wrong forum. Try the WebCenter forum:
    WebCenter Portal
    And I'd suggest narrowing the scope of your question. A fully-fledged portal that... does what? (Again, don't answer here :) )

  • Whenever I try to log in to my Gmail account, the page redirects for a loooong time, then says that it won't load properly, and that the problem may be caused by not enabling cookies, but I have them enabled. Any idea what the problem might really be?

    Whenever I try to log in to my Gmail account, the page redirects for a loooong time, then says that it won't load properly, and that the problem may be caused by not enabling cookies, but I have them enabled. Any idea what the problem might really be?

    I did think about that and if I have to I will do that, however there are about 50 songs. I have closed and reopened iTunes several times and I am sure that I have the latest version. It fails right away but I can click on the cloud download icon and download the song that it failed on ... therefore it is not that song "or any one song" causing the issue. Any ideas?

  • Problem with history when ther is page redirection after 'go back' button is clicked.

    Recently I was developing some application which requires request redirection from server when the browser's 'go back' button is clicked. At that time while I was testing implemented behaviour i noticed that when i go one page back forward button is disabled and when I want to go back again I am returned one the same page over and over again. It seems that there is a problem with history and how firefox handles a page redirection.
    In other browsers everything goes as it should and there isn't any such problem with history.
    I hope that this problem will be solved in the next version.

    Hi,
    I found this Terminal command here on the discussion board posted bu Sinzu.
    defaults write com.apple.Safari com.apple.Safari.ContentPageGroupIdentifier.WebKit2BackspaceKeyNavigationEnable d -bool YES
    Dimaxum
    Sorry, everyting is BOLD tekst.

  • Oracle EBS R12 installation problem in Windows 2003

    Hi,
    I am trying to install Oracle EBS R12 on Windows 2003 R2. I have installed cygwin along with required packages and also Visual studio 2005 as specified in the prerequisites of installation document.
    All the validations are successful before installation but I am facing error during installation in Step3 at about 53 percent. When i checked the log file, I found that some of the files required for installation are not found in my staging area. Now I want to run MD5sum on the Staged Files.
    I had downloaded md5sum_windows.txt and also run this command :
    md5sum --check md5sum_Windows.txt > md5sum_result.txt
    In md5sum_result.txt, I am getting error for all files. Error message is as :
    oraAppDB\Disk1\data\driver\Disk1.drv
    : FAILED open or read
    This is repeating for all files. But i can see that the files are present in My Staging area. Do i need to set some permission for this. Please help. Desperately want to install EBS as part of perparation for my planned certification.
    Edited by: 855292 on Nov 26, 2011 1:58 AM
    A simple detailed Step by Step Installation Document or any good reference for the same would by really appreciated.
    Edited by: 855292 on Nov 26, 2011 2:00 AM

    I have downloaded all the 33 files in oracle edelivery site. I have seen a post of yours regarding Oracle R12 installation on Windows XP. It mentions only some 25 files. Please do not rely on the that thread as it was for 12.0.x installation.
    For R12 (12.1.1) you need to download the following files:
    From: Oracle E-Business Suite Release 12.1.1 Rapid Install Start Here (Part 1 of 4)
    To: Oracle E-Business Suite Release 12.1.1 for Microsoft Windows (32-bit) Rapid Install APPL_TOP - Disk 2 (Part 2 of 2)
    Is it possible that contents of the zip file are lost during download because my stage area is about 39 GB . and also I have verfied all the files in edelivery site is downloaded too.
    Also the error i mentioned in my last post, I can see the file in the directory but still its showing read error. Is it due to corruption of data. That would mean that I will have to download all 40 GB again :-(It is easy to verify the contents of the stage area directory without running md5sum, so please do so and post the results here.
    Thanks,
    Hussein

  • ERPI: Data Loading problem Hyperion Planning & Oracle EBS

    Hi
    I am trying to load data from Oracle EBS to Hyperion Planning.
    When i push data Zero rows are inserted in Target.
    When i look at Table " SELECT * FROM TDATASEG "
    It is showing me data but it is not comminting data in Target application.
    The reason is Data difference in Source (EBS) and Target.
    In my source Year is 2013 but in Target 'FY14' so for Entity Source is '21' but Target is '2143213'
    Can you please let me know how to solve this issue?
    can i place a Lookup table for this in EPRI.
    i am using EPRI and ODI to push data.
    Regards
    Sher

    Have you setup the data load mapping correctly to map the source value to the proper target value? Based on what you are describing it seems that the system generated * to * map is being used, if you are mapping a source to a different target, this needs to be added to the data load mapping.

  • HTTP check RW-5001 - Oracle EBS 12.1.1 Rapidwiz on RHEL 5 VMWARE Fusion

    Dear All,
    I have been attempting to install Oracle EBS 12.1.1 Using Rapidwiz on RHEL 5 VMWARE Fusion for the past month, i have run through the install on a few occaisions now just to ensure that i have followed all the pre-reqs correctly and also set up the guest OS as described in several posts including (http://www.oraclenerd.com/2009/12/ebs-install-guide-part-1.html, http://gerardnico.com/wiki/ebs/installation and always refering back to My Oracle Support Doc ID 761566.1: Oracle Applications Installation and Upgrade Notes Release 12 (12.1.1) for Linux x86-64.
    I have installed (prior to running rapidwiz) the oracle recommended patch p6078836_101330_LINUX.zip and confirmed from the install that the Database listener and Database are up and running (checked by running the db.env script and running addbctl.sh and addlnctl.sh respectively). However, the rapid install completes with an error for HTTP, java, Login Page, Help files, in the post intall checks.
    The error displayed for the HTTP check RW-50015: Error: - HTTP Listener is not responding. The service might not have started on the port yet. Please check the service and use the retry button.
    I've found posts relating to this message, and proceeded to check the status and try and start the apps services manually; however, i'm experiencing another error message;
    You are running adopmnctl.sh version 120.6
    Checking the status of opmn managed process...
    Unable to connect to open
    opmn may not be up.
    Then i try and start the services manually after running the INST_computername.env scripts;
    *[applvis@oracler12 scripts]$ ./adopmnctl.sh start*
    You are running adopmnctl.sh version 120.6
    Starting Oracle Process Manager (OPMN) ...
    libopmnoraclenls.so: unable to load
    */d01/oracle/VIS/inst/apps/VIS_oracler12/ora/10.1.3/opmn/bin/opmnctl: line 898: 1228 Segmentation fault $OPMNADMIN ping*
    libopmnoraclenls.so: unable to load
    libopmnoraclenls.so: unable to load
    */d01/oracle/VIS/inst/apps/VIS_oracler12/ora/10.1.3/opmn/bin/opmnctl: line 898: 1234 Segmentation fault $OPMNADMIN pingwait*
    opmnctl: opmn start failed.
    adopmnctl.sh: exiting with status 0
    adopmnctl.sh: check the logfile /d01/oracle/VIS/inst/apps/VIS_oracler12/logs/appl/admin/log/adopmnctl.txt for more information ...
    I'm not a DBA and i'm just starting out to learn how ebusiness suite is installed and how the applications run in parralel to the database. (my history of oracle ebs front end development and functional support)
    I know there are a few posts out there within these forums that go into some details on what this issue may be, however, i cannot find any that specifically address my type of install and OS setup, and sometimes find it hard to understand the terminology and techniques used to diagnose these kinds of issues.
    What i'm looking for is for some help in diagnosing and trouble shooting my issue, i will be happy to provide any output that is required to help address the issue and will be online regularly until i can have this issue resolved.
    So, if you can help, please let me know where we can start.
    Many thanks
    Simon

    Hi All,
    Problem solved, although not on RHEL 5. I started over with a clean install of OEL 5.4, completed all the pre-reqs and applied reccommended patching, install completed fine, not experienced same issues with http. Differing install steps;
    A) Selected different Port pool - 67 instead of 55
    B) in OEL 5 when installing, if gives you the option to turn off SELINUX, which i compelted.
    C) Checking the OS, i noticed the rpm versions were quite different (probably somewhat obvious, but im not sure if this had an impact)
    Although, this was a fristrating set up, i have (i think) learnt a bit more about linux and installing ebs.
    Thanks all for your guidance and help
    Simon

  • Oracle EBS R12.0.0.4 - Work Load Management

    Dear All,
    I am working as a System Adminsitrator for an educational institution. Oflately my institution has become a oracle education partner for Oracle EBS – Finance. Unfortunetly we don’t have a system adminstrator who is qualified to adminster Oracle EBS. So I had to install and maintain Oracle EBS 12.0.0.4. I have successfully installed Oracle R12.0.0.4 on a Windows 2003 Server. The installation was successful and EBS Server is working fine. But there is a problem, we have around 40 users/students and when all the users try to login the whole server becomes slow and at the end after above 15-18 users have logged in I get any of the following errors:
    1.     500 Internal Error
    2.     TNS Listerner could not hand off client connection
    3.     A Java expection has occurred (not particular about the error message)
    4.     After Java Applet – Forms is initialized I get an error saying the username VIS and password VIS is wrong.
    5.     The Server does not display any page and it becomes time out.
    The Configuration of the server is Intel Dual Core 1.8Ghz, 2 GB DDR2 RAM, 750 GB SATA HDD, IBM x3200 Series Server.
    Please suggest me a way out so that all the students can work with EBS at the same time. At the beginning under the Application Dashboard, Concurrent Manager is shown with an x, but after some time say about 10-15 mins after booting, the Dashboard show CM as working with a tick in it. Will Increasing RAM solve my problem. Or is there something I need to do.
    Thanks
    Sri
    Pl. Note: I am not well versed in all procedure, I am a advanced user in networking, OS Setup, Windows 2003 Server. But a new comer to oracle DBMS & APPS. I will be able to copeup with whatever u peope say me but knidly try to keep the language as simple as possible.

    Hi;
    Actualy you define your problem and your answer same time. Your user has those error coz your server cant handle whit request. Its mean your server source not enough for those users number and also for r12.
    If possible first increase your RAM, I belive it could be helpful for beginning, than you should watch your system.
    You need resizing of your server or if possible to move new more powerfull server.
    For sizing you can check below threads:
    sizing
    Re: Does anyone know of hardware sizing tool for 11i/R12?
    Hardware requirements for Oracle APPS
    Does anyone know of hardware sizing tool for 11i/R12?
    Regard
    Helios

  • Oracle EBS drill link targets for EAM Work Order and Asset

    Hi All - I am running Oracle EBS 12.1.3 and OBIEE 11g and I'm trying to link from OBIEE to EBS, but struggling to find the target functions / parameters to provide a direct URL link to EBS EAM Work Order and Asset. I have successfully linked to a Purchase Order View page, I would like to find the similar for EAM Asset and Work Order.
    I can see some parameters in WorkOrderDetailsPGCO but can't seem to work out how to get to the page from a URL.
    For reference MOS Note 555254.1 has some details, but not for EAM.
    Has anyone provided users in any reporting system with a link to EAM Work Order or Asset page and if so how were the links generated?
    Thanks,
    Gareth

    I am giving this a bump as I really need some help with this. Is I run the SQL with TOAD or SQLPlus it seems to consistently runs fine, The problem seems to only be from APEX. I think it has do to with the non-persistent state.

  • A redirect Problem

    By a default XXXView1_View.uix we can search for a sigle
    Row with a input.But I want to let the page display the whole table rows again after a search.How should I do it?
    and another problem ,can I set the Row Rangsize for the table at runtime? how should I do it?
    thanks.
    best regard.
    Yong

    Hi,hier is a example code generated by wizard. We can search a single row here through selecting e.g. "CountryName" and inputing "Germany",then we can get the single row of "Germany" in the table.And then I want to let the table "refreshed"--> shown as before searching.But I found after searching there would be
    ever the selected row in the table.So I want to set a eventhandler to refresh it,but no success.
    Code:
    <?xml version="1.0" encoding="windows-1252"?>
    <page xmlns="http://xmlns.oracle.com/uix/controller"
          xmlns:ctrl="http://xmlns.oracle.com/uix/controller"
          xmlns:ui="http://xmlns.oracle.com/uix/ui"
                    xmlns:data="http://xmlns.oracle.com/uix/ui"
          xmlns:bc4j="http://xmlns.oracle.com/uix/bc4j">
      <bc4j:registryDef>
        <bc4j:rootAppModuleDef name="CountriesView1AppModule"
                               definition="CountryUix.CoutrypackageModule"
                               releaseMode="stateful">
          <bc4j:viewObjectDef name="CountriesView1" rangeSize="10"/>
        </bc4j:rootAppModuleDef>
      </bc4j:registryDef>
      <content>
        <try xmlns="http://xmlns.oracle.com/uix/ui"
             xmlns:data="http://xmlns.oracle.com/uix/ui">
          <catch>
            <displayException/>
          </catch>
          <contents>
            <pageLayout xmlns="http://xmlns.oracle.com/uix/ui"
                        xmlns:data="http://xmlns.oracle.com/uix/ui"
                        title="CountriesView1 View">
              <!-- Start of common pageLayout section.  If you plan to expand this
                                  example application, consider using a UIT template to specify the common
                                  portions of your pageLayout -->
              <productBranding>
                <image source="tools_collage.gif"
                       shortDesc="JDeveloper Product Logo"/>
              </productBranding>
              <corporateBranding>
                <image source="oraclelogo.gif" shortDesc="Oracle Logo"/>
              </corporateBranding>
              <globalButtons>
                <globalButtonBar>
                  <contents>
                    <globalButton source="www_home.gif" text="Home"
                                  destination="Main.uix"/>
                    <globalButton source="www_contact.gif" text="Contact Us"
                                  destination="http://www.oracle.com"/>
                    <globalButton source="www_help.gif" text="Help"
                                  destination="http://otn.oracle.com/products/jdev/content.html"/>
                  </contents>
                </globalButtonBar>
              </globalButtons>
              <copyright>Copyright 2002 Oracle Corporation.  All Rights Reserved.</copyright>
              <privacy>
                <link text="Privacy Statement" destination="http://www.oracle.com"/>
              </privacy>
              <!-- End of common pageLayout section -->
              <contents>
                <!-- this will contain any validation errors after form
                                       submission -->
                <messageBox automatic="true"/>
                <bc4j:rootAppModuleScope name="CountriesView1AppModule">
                  <contents>
                    <header text="Search">
                      <contents>
                        <form name="search" method="POST">
                          <contents>
                            <inlineMessage prompt="Search" vAlign="middle">
                              <contents>
                                <flowLayout>
                                  <contents>
                                    <choice name="attrName"
                                            data:selectedValue="attrName@ctrl:page"
                                            shortDesc="Search Column">
                                      <contents>
                                        <option text="CountryId" value="CountryId"/>
                                        <option text="CountryName"
                                                value="CountryName"/>
                                        <option text="RegionId" value="RegionId"/>
                                      </contents>
                                    </choice>
                                    <textInput name="attrValue" columns="20"
                                               data:text="attrValue@ctrl:page"
                                               shortDesc="Search"/>
                                  </contents>
                                </flowLayout>
                              </contents>
                              <end>
                                <submitButton text="Go" ctrl:event="search"/>
                              </end>
                            </inlineMessage>
                          </contents>
                        </form>
                      </contents>
                    </header>
                    <header text="Results">
                      <contents>
                        <form name="viewForm" method="POST">
                          <contents>
                            <tableLayout>
                              <contents>
                                <bc4j:viewObjectScope name="CountriesView1">
                                  <contents>
                                    <bc4j:table name="viewTable" width="80%"
                                                alternateText="No rows found">
                                      <tableSelection>
                                        <!-- single selection for each row in the table -->
                                        <singleSelection selectedIndex="0"
                                                         shortDesc="Select Row">
                                          <contents>
                                            <!-- the update button causes the currently selected
                                                                                                             row to be sent to the update page -->
                                            <submitButton text="Update"
                                                          ctrl:event="update"/>
                                            <!-- the delete button causes the currently selected
                                                                                                             row to be removed -->
                                            <submitButton text="Delete"
                                                          ctrl:event="delete"/>
                                          </contents>
                                        </singleSelection>
                                      </tableSelection>
                                      <!-- the key identifying the current row in the table -->
                                      <bc4j:keyStamp>
                                        <bc4j:rowKey name="key"/>
                                      </bc4j:keyStamp>
                                      <contents>
                                        <!-- A bc4j:column element is added for each attribute
                                                                                                   in the ViewObject.  -->
                                        <bc4j:column attrName="CountryId">
                                          <columnHeader>
                                            <bc4j:sortableHeader/>
                                          </columnHeader>
                                          <contents>
                                            <bc4j:input readOnly="true"/>
                                          </contents>
                                        </bc4j:column>
                                        <bc4j:column attrName="CountryName">
                                          <columnHeader>
                                            <bc4j:sortableHeader/>
                                          </columnHeader>
                                          <contents>
                                            <bc4j:input readOnly="true"/>
                                          </contents>
                                        </bc4j:column>
                                        <bc4j:column attrName="RegionId">
                                          <columnHeader>
                                            <bc4j:sortableHeader/>
                                          </columnHeader>
                                          <contents>
                                            <bc4j:input readOnly="true"/>
                                          </contents>
                                        </bc4j:column>
                                      </contents>
                                    </bc4j:table>
                                  </contents>
                                </bc4j:viewObjectScope>
                              </contents>
                            </tableLayout>
                          </contents>
                        </form>
                      </contents>
                    </header>
                  </contents>
                </bc4j:rootAppModuleScope>
              </contents>
              <contentFooter>
                <!-- the create button redirects to the create page -->
                <flowLayout>
                  <contents>
                    <button text="Create" ctrl:event="create"/>
                    <button text="reset" ctrl:event="reset"/>
                  </contents>
                </flowLayout>
              </contentFooter>
            </pageLayout>
          </contents>
        </try>
      </content>
      <handlers>
        <event name="search">
          <!-- using the ApplicationModule causes it to be checked out from the
                        ApplicationPool.  It is released using stateful mode. -->
          <bc4j:findRootAppModule name="CountriesView1AppModule">
            <!-- establish the ViewObject scope -->
            <bc4j:findViewObject name="CountriesView1">
              <!-- search for the view criteria -->
              <bc4j:findByExample>
                <bc4j:exampleRow ignoreCase="true">
                  <bc4j:exampleAttribute>
                    <bc4j:nameBinding>
                      <bc4j:parameter name="attrName"/>
                    </bc4j:nameBinding>
                    <bc4j:valueBinding>
                      <bc4j:parameter name="attrValue"/>
                    </bc4j:valueBinding>
                  </bc4j:exampleAttribute>
                </bc4j:exampleRow>
              </bc4j:findByExample>
              <bc4j:executeQuery/>
              <!-- store the current search criteria as page properties -->
              <bc4j:setPageProperty name="attrName">
                <bc4j:parameter name="attrName"/>
              </bc4j:setPageProperty>
              <bc4j:setPageProperty name="attrValue">
                <bc4j:parameter name="attrValue"/>
              </bc4j:setPageProperty>
            </bc4j:findViewObject>
          </bc4j:findRootAppModule>
        </event>
        <event name="sort" source="viewTable">
          <!-- using the ApplicationModule causes it to be checked out from the
                        ApplicationPool.  It is released using stateful mode. -->
          <bc4j:findRootAppModule name="CountriesView1AppModule">
            <!-- establish the ViewObject scope -->
            <bc4j:findViewObject name="CountriesView1">
              <!-- sort by the submitted attribute name -->
              <bc4j:sort/>
            </bc4j:findViewObject>
          </bc4j:findRootAppModule>
        </event>
        <event name="goto" source="viewTable">
          <!-- using the ApplicationModule causes it to be checked out from the
                        ApplicationPool.  It is released using stateful mode. -->
          <bc4j:findRootAppModule name="CountriesView1AppModule">
            <!-- establish the ViewObject scope -->
            <bc4j:findViewObject name="CountriesView1">
              <!-- navigate to the submitted range -->
              <bc4j:goto/>
            </bc4j:findViewObject>
          </bc4j:findRootAppModule>
        </event>
        <event name="create">
          <!-- forward to the create page -->
          <ctrl:go name="CountriesView1_Create" redirect="true"/>
        </event>
        <event name="update">
          <!-- forward to the update page, passing the selected key
                        as a page property -->
          <ctrl:go name="CountriesView1_Update" redirect="true">
            <ctrl:property name="key">
              <ctrl:selection name="viewTable" key="key"/>
            </ctrl:property>
          </ctrl:go>
        </event>
        <event name="delete">
          <!-- using the ApplicationModule causes it to be checked out from the
                        ApplicationPool.  It is released using stateful mode. -->
          <bc4j:findRootAppModule name="CountriesView1AppModule">
            <!-- establish the ViewObject scope -->
            <bc4j:findViewObject name="CountriesView1">
              <!-- find the selected Row -->
              <bc4j:findRowByKey>
                <bc4j:keyBinding>
                  <bc4j:selectionKey name="viewTable" key="key"/>
                </bc4j:keyBinding>
                <bc4j:handlers>
                  <!-- remove the selected ViewObject row -->
                  <bc4j:removeRow/>
                  <!-- execute the query to eliminate dead row access -->
                  <bc4j:executeQuery/>
                </bc4j:handlers>
              </bc4j:findRowByKey>
            </bc4j:findViewObject>
            <!-- commit the transaction, forwards to self automatically -->
            <bc4j:commit/>
          </bc4j:findRootAppModule></event>
          <event name="reset">
            <!-- using the ApplicationModule causes it to be checked out from the
                                  ApplicationPool.  It is released using stateful mode. -->
            <bc4j:findRootAppModule name="CountriesView1AppModule">
              <!-- establish the ViewObject scope -->
              <bc4j:findViewObject name="CountriesView1">
                <method class="com.ge.med.medora.EventClass"
                        method="handleResetRangeSize">
                </method>
                                  <bc4j:goto/>
              </bc4j:findViewObject>
            </bc4j:findRootAppModule>
          </event>
      </handlers>
    </page>==========================
    Best Regards.
    Yong

  • IF Form region AND report + search tool in same page THEN = problem

    Helllo everybody
    I posted an initial and now the advanced as I received helpful comments but still is unsolved:
    Problem:
    If I have a Form, and a Report With a Search feature on the same page the problem is that when I click on the button of Search to find records in the Report, the page reloads as it goes and returs to the server. Alright, however, that reloading causes the Form to submit data while there is no data because I was not working with the Form. When the report gets the "submission of the Form" it receives all empty data and it complains as it cannot have Null values in its rows.
    Solution:
    The thing would be to tell the form not to submit anything unless expressley pressed the button Create or Save. It seems that these buttons activate when the page is reloaded I mean reloaded by haiving pressed the button Search of the Reports region.
    The helpful comments were in the direction of going to Processes, Automatic Row Processing and then choosing a conditional for processing of the Form, that it, it would only activate (submit itself if that condition is met)
    So I go to PL/SQL Function body Returning a boolean and I paste this: RETURN :REQUEST IN('SAVE','CREATE');
    but the problem continues unsolved, that doesnt help. It must be very close but there is something I am missing
    thank you very much
    Alvaro
    Edited by: user12155340 on 18-Nov-2009 15:04

    Hi,
    I think this is double post.
    BUTTON CLICK ON SEARCH ITEM CAUSES OTHER REGIONS (FORM) IN TABLE TO ERRORS
    Please read my last comment from that link.
    Application express forum might give you better and precise answer.
    You need just figure out how set conditions
    http://download.oracle.com/docs/cd/E14373_01/appdev.32/e11838/concept.htm#sthref149
    http://download.oracle.com/docs/cd/E14373_01/appdev.32/e11838/concept.htm#sthref237
    Br, Jari
    Edited by: jarola on Nov 19, 2009 12:51 PM
    BTW, I remember that there was just few days ago same kind question answered in Application Express forum.
    I post link if I find it. You may try find it also

Maybe you are looking for

  • Free Good for Quotation

    Plz. explain the procedure to configure Free Goods for Quatation

  • Statement / Connection  Which is better

    Howdee. Those that have been reading my posts will know what this is about ;-) In this app I am updating a java.sql.Connection is created at the beginning of the appiication. A Statement object is created from that. That single Statement object is pa

  • Error: Max processing time or Max records limit reached

    Hi All, While I run the report in Infoview, I get the below error: Unable to retrieve object: Max processing time or Max records limit reached Kindly suggest me. Thanks, Meena

  • Trouble upgrading to IOS5

    Hi, I am trying to update my ipad to IOS5. After 'preparing for backup' I get the following message: the media on this ipad cannot be backed up because there is not enough space on this computer to hold all the backed up files (11.20GB required, 6.95

  • IPad has frozen screen, can't turn off?

    iPad has frozen screen, can't turn off? had multi-tasking gesture feature on and was trying to zoon out of a picture. Help!!  Thanks  : 0