11g update 2: whence "Daten abgerufen werden?

When updates to the data in a table, a small message, like "the data are read", but in German.

I don't understand why this message is in German. The server has a version English Windows, in Internet Explorer, the default language is the value en_US.
Why so "Daten abgerufen werden" is displayed and not an English message?

Same thing happened in the first version of 11g. At the time, we just let it slide for the prototype we have programmed. Now, I need to fix it. Then I updated the app to 11g 2 update and the message is still in German.

So, what's the trick?

Sascha

Hi Sascha,

You can try to include the locale parameter by default in faces-config. XML?

Like this:




Oracle.ADF.Rich

en


If it helps,

Kind regards

Branislav

Tags: Java

Similar Questions

  • 11g update 2 WLC embedded Java application does not

    Migration of jdev 11g TP4 Update 11 g 2 (11.1.1.0.2), we find that the wars/ears deployed on weblogic embedded container do not contain their jar dependencies.

    I created a simple web application to struts2 very to test 11.1.1.0.2 (which works well on 11gTP4) and found that a right click on the file web.xml and running give the following error:
    ...
    <Apr 22, 2009 4:54:10 PM MDT> <Notice> <WebLogicServer> <BEA-000360> <Server started in RUNNING mode> 
    DefaultServer startup time: 17656 ms.
    DefaultServer started.
    [Running application Examples on Server Instance DefaultServer...] 
    ----  Deployment started.  ----    Apr 22, 2009 4:54:15 PM
    Target platform is  (Weblogic 10.3).
    Running dependency analysis...
    2009-04-22 16:54:15.531: Writing WAR file to C:\Oracle\Middleware\jdeveloper\system\system11.1.1.0.31.52.05\o.j2ee\drs\Examples\Examples-Struts2WebApp-webapp
    2009-04-22 16:54:15.562: Wrote WAR file to C:\Oracle\Middleware\jdeveloper\system\system11.1.1.0.31.52.05\o.j2ee\drs\Examples\Examples-Struts2WebApp-webapp
    2009-04-22 16:54:15.703: Writing EAR file to C:\Oracle\Middleware\jdeveloper\system\system11.1.1.0.31.52.05\o.j2ee\drs\Examples
    2009-04-22 16:54:15.734: Wrote EAR file to C:\Oracle\Middleware\jdeveloper\system\system11.1.1.0.31.52.05\o.j2ee\drs\Examples
    Deploying Application...
    <Apr 22, 2009 4:54:18 PM MDT> <Warning> <J2EE> <BEA-160195> <The application version lifecycle event listener oracle.security.jps.wls.listeners.JpsAppVersionLifecycleListener is ignored because the application Examples is not versioned.> 
    <Apr 22, 2009 4:54:18 PM MDT> <Error> <HTTP> <BEA-101371> <There was a failure when processing annotations for application C:\Oracle\Middleware\jdeveloper\system\system11.1.1.0.31.52.05\o.j2ee\drs\Examples\Examples-Struts2WebApp-webapp. Please make sure that the annotations are valid. The error is org.apache.struts2.dispatcher.FilterDispatcher> 
    <Apr 22, 2009 4:54:18 PM MDT> <Error> <Deployer> <BEA-149265> <Failure occurred in the execution of deployment request with ID '1240440858156' for task '0'. Error is: 'weblogic.application.ModuleException: Failed to load webapp: 'Examples-Struts2WebApp-context-root''
    weblogic.application.ModuleException: Failed to load webapp: 'Examples-Struts2WebApp-context-root'
         at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:387)
         at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedModuleDriver.java:176)
         at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:93)
         at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:387)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37)
         Truncated. see log file for complete stacktrace
    java.lang.ClassNotFoundException: org.apache.struts2.dispatcher.FilterDispatcher
         at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:283)
         at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:256)
         at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:54)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
         Truncated. see log file for complete stacktrace
    >
    <Apr 22, 2009 4:54:18 PM MDT> <Warning> <Deployer> <BEA-149004> <Failures were detected while initiating deploy task for application 'Examples'.> 
    <Apr 22, 2009 4:54:18 PM MDT> <Warning> <Deployer> <BEA-149078> <Stack trace for message 149004
    weblogic.application.ModuleException: Failed to load webapp: 'Examples-Struts2WebApp-context-root'
         at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:387)
         at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedModuleDriver.java:176)
         at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:93)
         at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:387)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37)
         Truncated. see log file for complete stacktrace
    java.lang.ClassNotFoundException: org.apache.struts2.dispatcher.FilterDispatcher
         at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:283)
         at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:256)
         at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:54)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
         Truncated. see log file for complete stacktrace
    >
    [Deployer:149034]An exception occurred for task [Deployer:149026]deploy application Examples on DefaultServer.: Failed to load webapp: 'Examples-Struts2WebApp-context-root'.
    weblogic.application.ModuleException: Failed to load webapp: 'Examples-Struts2WebApp-context-root'
    ####  Deployment incomplete.  ####    Apr 22, 2009 4:54:18 PM
    oracle.jdeveloper.deploy.DeployException
         at oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer.doDeploymentAction(Jsr88RemoteDeployer.java:247)
         at oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer.deployImpl(Jsr88RemoteDeployer.java:157)
         at oracle.jdeveloper.deploy.common.AbstractDeployer.deploy(AbstractDeployer.java:94)
         at oracle.jdevimpl.deploy.fwk.WrappedDeployer.deployImpl(WrappedDeployer.java:39)
         at oracle.jdeveloper.deploy.common.AbstractDeployer.deploy(AbstractDeployer.java:94)
         at oracle.jdeveloper.deploy.common.BatchDeployer.deployImpl(BatchDeployer.java:82)
         at oracle.jdeveloper.deploy.common.AbstractDeployer.deploy(AbstractDeployer.java:94)
         at oracle.jdevimpl.deploy.fwk.WrappedDeployer.deployImpl(WrappedDeployer.java:39)
         at oracle.jdeveloper.deploy.common.AbstractDeployer.deploy(AbstractDeployer.java:94)
         at oracle.jdevimpl.deploy.fwk.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:436)
         at oracle.jdeveloper.deploy.DeploymentManager.deploy(DeploymentManager.java:209)
         at oracle.jdevimpl.runner.adrs.AdrsStarter$5$1.run(AdrsStarter.java:1365)
    Caused by: oracle.jdeveloper.deploy.DeployException
         at oracle.jdevimpl.deploy.common.Jsr88DeploymentHelper.deployApplication(Jsr88DeploymentHelper.java:413)
         at oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer.doDeploymentAction(Jsr88RemoteDeployer.java:238)
         ... 11 more
    Caused by: oracle.jdeveloper.deploy.DeployException: Deployment Failed
         at oracle.jdevimpl.deploy.common.Jsr88DeploymentHelper.deployApplication(Jsr88DeploymentHelper.java:395)
         ... 12 more
    #### Cannot run application Examples due to error deploying to DefaultServer.
    [Application Examples stopped and undeployed from Server Instance DefaultServer]
    Is there a simple setting I'm missing to get web applications running on the embedded container to include their dependencies?

    Make sure the library entrance and classpath representing the struts classes is set to deploy by default. Integrated WLS is based on library references in the project and the classpath libraries and the deployment of the default to make sure of the correct jar indicator are included when running. Behavior should be the same if you application in one EAR and deployed using remote to the stand-alone server deployment. TP4 ran on OC4J who added optimistically all library and the jar to the CLASSPATH of the server classpath.

  • error in the identification of control for 11g update files...

    No 64-bit RAC ASM OEL4 Oracle10gR2

    Hi all

    I try to update our data base to 11g and I get the following error when I try to start the database with the command START UPGRADE. I make a manual level and following the upgrade guide:


    SQL > startup pfile='/opt/app/oracle/product/11.1.0/db_1/dbs/initFPRCTEMP.ora upgrade ';
    ORACLE instance started.

    Total System Global Area 4275781632 bytes
    Bytes of size 2151248 fixed
    2617248944 variable size bytes
    1644167168 of database buffers bytes
    Redo buffers 12214272 bytes
    ORA-00205: error in the identification of control files, see log alerts for more information

    When I checked the alertlog I found the following:

    ORA-00210: could not open the specified control file
    ORA-00202: control file: "+ FLASH1/fprctemp/controlfile/ctrl02_fprctemp.ctl".
    * Ksfdopn:2-ORA-17503: could not open the file +FLASH1/fprctemp/controlfile/ctrl02_fprctemp.ctl*
    ORA-15001: diskgroup "FLASH1" does not exist or is not mounted
    ORA-15077: could not locate instance ASM serving a required diskgroup
    ORA-29701: unable to connect to the Cluster Manager
    ORA-00210: could not open the specified control file
    ORA-00202: control file: "+ DATA1/fprctemp/controlfile/ctrl01_fprctemp.ctl".
    * Ksfdopn:2-ORA-17503: could not open the file +DATA1/fprctemp/controlfile/ctrl01_fprctemp.ctl*
    ORA-15001: diskgroup 'DATA1' does not exist or is not mounted
    ORA-15077: could not locate instance ASM serving a required diskgroup
    ORA-29701: unable to connect to the Cluster Manager
    Thu Aug 28 14:54:49 2008
    Running the Checker found 2 new failures of persistent data
    ORA - 205 marked during: ALTER DATABASE MOUNT...


    What's weird, is that I checked and the ASM instance is running. I checked all the environment variables (PATH and new home of 11g ORACLE_HOME) and I also put the oratab entry to point to the new home of the Oracle, as indicated in the documentation. Here are my entries in the .bash_profile file and the oratab file.

    # .bash_profile

    # Get the aliases and functions
    If [~/.bashrc - f]; then
    . ~/.bashrc
    FI

    # Specific programs startup and user environment

    $PATH = path: $HOME/bin

    stty erase ^ H

    ORACLE_BASE = / opt/app/oracle
    ORA_HTTP_HOME=/opt/app/Oracle/product/10.2.0/http_1
    ORACLE_HOME=/opt/app/Oracle/product/11.1.0/Db_1
    ORACLE_ASM_HOME=/opt/app/Oracle/product/10.2.0/asm_1
    ORACLE_SID = FPRCTEMP
    ORA_NLS10=$ORACLE_BASE/product/10.2.0/Db_1/NLS/data
    TNS_ADMIN=$ORACLE_BASE/product/10.2.0/Db_1/network/admin
    LD_LIBRARY_PATH=$ORACLE_BASE/product/11.1.0/Db_1/lib:$ORACLE_BASE/product/10.2.0/http_1/lib
    TEMP = / tmp

    export ORA_HTTP_HOME
    export ORACLE_SID
    export ORACLE_BASE
    Export ORACLE_HOME
    export ORACLE_ASM_HOME
    export ORA_NLS10
    Export TNS_ADMIN
    export LD_LIBRARY_PATH
    Export TMP
    export of TEMP

    username not defined

    $PATH = path: $HOME/BIN: $ORACLE_HOME/bin: $ORACLE_HOME/OPatch: $ORA_HTTP_HOME/opmn/bin: $LD_LIBRARY_PATH

    export PATH
    umask 022
    username not defined


    the oratab file entry:

    *:/opt/app/Oracle/product/10.2.0/http_1:N
    +ASM:/opt/app/Oracle/product/10.2.0/asm_1:Y
    FPRCTEMP:/opt/app/Oracle/product/11.1.0/Db_1:Y


    Thanks to you all.

    HM... Please take a look at ML -Note: 337737.1 (I just mention the combinations with an 11 g database)-I noticed that you do not have a RAC installation but nevertheless you CSS running to your instance of the DSO.

    CRS... ASM............ DB... Certified
    ------------------------------------------------
    11.1___11.1___11.1___Y
    11.1.___10.2___11.1___Y
    11.1___10.1.0.3__11.1___Y

    If upgrading the ASM instance should first solve this problem. The upgrade of the ASM means: you stop your database running in ASM and upgrade ASM with the DBUA instance. It'll take a few minutes, because there is no dictionary database in ASM.

    Kind regards
    Mike

    Published by: Mike Dietrich on August 29, 2008 17:26

  • Daten in werden nicht beim Reinschreiben in report Aufgezeichnet description

    Hallo zusammen,

    Daten in ich möchte description in report devising schreiben lassen, aber're geht nicht.

    Kann man are anders machen?

    Die Menge an daten ist viel.

    Danke im voraus

    MFG

    Ghis


  • Oracle DB 10 g 11g update

    Hello

    We have a database of Oracle SAP, the size is 1.5 TB.
    Details of the material are

    Application-SAP ERP 6.0 EHP5 SPS6
    Database-Oracle 10.2.0.2
    Platform of the OS - AIX 5.3 TL05, SP06
    HW-8 Dual Core CPU, 256 GB of RAM on the server of db below

    Test environment: 32 GB RAM

    After your experience do I know how long will a 10g to 11g will be the upgrade.

    Kind regards
    Narayan

    Hello
    There are several parameters that you should check before the upgrade. Generally, it is independent of the size of database. I think it will as a minimum 1 hour. Links to speed up the upgrade and consider the pre-upgrade preparation:
    https://blogs.Oracle.com/upgrade/entry/how_long_will_your_upgrade_tak
    http://www.Oracle.com/technetwork/database/upgrade/best-practices-for-upgrading-11gr2-174946.PDF

  • Can no longer access the single ESXi after update 4.1.0 502767

    Hi all

    We use 10 servers ESXi and normally we support all part of daily work with our vSphere Client.

    In addition I could connect each ESXi directly.

    If I now like to connect to a single ESXi, I got the following meassages:

    1. "be so."

    -Installationsprogramm implement

    2. "Speichervorgang beim filled fehlgeschlagen."

    "... Dateien zur Clientunterstutzung können nicht vom server 'vspereclient.vmware.com' abgerufen werden.

    I guess, this will not work after the update to version 4.1.0 502767?

    Someone at - it an idea to solve?

    Best regards

    Download you and install the latest vSphere Client?  You can do it by pointing your browser of choice to the IP address of your ESXi host.

  • Safari just updated - wie kann ich wird are wieder Öffnen?

    SEit drei days erhalte ich die message, Safari just updated wird nicht mehr open werden kann und dass, wann ist die abschlossen und wann kann ich wieder Öffnen Safari modified?

    Try to open Safari while holding down the SHIFT key. What version of Mac OS X on your Mac? What version of Safari on your device?

  • Impossible to install 12 c

    Hello

    I try to install 12 c, but I got the error

    [INS-30131] DAS start Setup, das für die Ausführung der Installationsprogrammvalidierung ist, war nicht been required.

    Laila - Zugriff auf das Verzeichnis war nicht been temporare.

    Aktion - Stellen Sie sicher, dass der current Benutzer über die erforderlichen Berechtigungen fur den Zugriff auf das Verzeichnis has temporare.

    Additional information:

     - Framework-Setup-Prüfung auf keinem Knoten erfolgreich
    - Ursache: Ursache des Problems nicht verfügbar
    - Aktion: Benutzermaßnahme nicht verfügbar
    Überblick über die nicht erfolgreichen Knoten
    pc3
    - Version von exectask konnte von Knoten "pc3" nicht abgerufen werden
    - Ursache: Ursache des Problems nicht verfügbar
    - Aktion: Benutzermaßnahme nicht verfügbar

    There is no Antivirus program or an active local firewall

    Please help me

    Concerning

    Siegwin

    PL confirm you are using Win 7 Professional (or higher). PL see these Docs MOS

    MOS 1610775.1

    MOS 1580119.1

    MOS 1569962.1

  • Urgent need help regarding the deletion of snapshots /... Hilfe bei VMware Snapshots löschen

    Hello

    I have a VM and there is an existing snapshot.

    I chose Delete instead of delete.

    Is the snapshot still consolidate virtual machine or if the changes are lost?

    I mean because it was the last snapshot or sole, both delete and delete all did the same thing.

    Please give me a Feedback.

    See you soon

    Hallo zusammen,

    ICH habe eine VM bei der ein is instant.

    ICH habe alle löschen nur ausgeführt löschen statt.

    Trotzdem die Daten konsolidiert werden? sind oder die jetzt lavaggio verloren?

    Opinion nach, wenn man ein nur meiner hat eventuell beides process snapshot.

    Bitte um Feedback.

    Grüße

    English:

    Don't worry, be happy.

    German:

    Kein Grund zur Sorge. "Löschen" (sowie auch "Alle löschen") means that, dass die Daten eines Snapshots in its Parent gemergt werden disk. BEI einem instant individual die also basic disk.

    André

  • Dreamweaver CS 6 und Widgets

    Hallo zusammen, bin 17 u. Quereinsteiger in Dreamweaver. Habe aber nur Version CS6 (hat mein Vater really hurt). Damit ich uben will. Habe schon erste kleine standing, aber kann nich nicht Widgets loaded sites. Fehlermeldung: 'Widget-Feed kann nicht abgerufen werden', etc... DAS liegt am Versionswechsel auf CC (support adjusted)? Finde keine contact notices u. thankful Hilfe as war. There are Alternative (Widgets f. DW) eine? Danke!   Simon

    Dreamweaver Widget browser was abandoned several years ago. There is nothing to download.

  • Opening by InDesign programming fails

    Hello

    I use Indesign library ("Resources for Visual Basic.tlb") in c#.

    The following code should open by InDesign program and works very well on a single computer:

    InDesign.Application gApp = (InDesign.Application) this.COMCreateObject ("InDesign.Application");

    However on another computer the exactly the same code does not open InDesign programmatically, we get the following error message:

    Of COM-Klassenfactory as of Komponente mit CLSID {18207523-3CEA-4212-A829-14F7F5A3546B} konnte Fehlers abgerufen werden nicht following branch: 80080005 fehlgeschlagen Starten servers (exception von HRESULT: 0 x 80080005 (CO_E_SERVER_EXEC_FAILURE))

    This should be equivalent to translated the error message:

    Recovery of the class factory COM for component with CLSID {18207523-3CEA-4212-A829-14F7F5A3546B} failed due to the following error: 80080005 Server execution failed (Exception from HRESULT: 0 x 80080005 (CO_E_SERVER_EXEC_FAILURE)).

    You should be able to find that is saved in EXE for handling of object COM InDesign.Application exploring HKEY_CLASSES_ROOT\CLSID\ {18207523-3CEA-4212-A829-14F7F5A3546B} in the registry.

    See that LocalServer32 is pointing to the right EXE, and that your process can directly access and run it. There could be a problem for 32/64-bit...

    Open Component Services MMC, go to--> Workstation --> DCOM Config and find InDesign by GUID AppID or AppID--> click on--> select Properties --> go to the tab of Security --> grant all users to enable execute permissions and computers .

    Uninstall and reinstall InDesign could help get properly registered COM objects.

  • Oracle support training

    Hi please you today I recive my oracle support e-mail below
    does this mean I can reigister with any course I want without many and online
    depend on my account?



    Support of Oracle offers various seminars on support policies, processes and Proactive tools via web conference live and recorded sessions. These seminars to ensure that you maximize the value of Oracle's Support.

    Click on the registration link to register for your selected seminars.


    LIVE WEBCASTS
    Product Webcast online language Europe US Singapore registry Central
    EBS - Maintenance Assistant English Applications Nov 08, 10:00 08 Nov, 16:00 Nov08, register 23:00

    Nov 13, 11:00 on 13 November, 17:00 Nov. 14, 12 h 00 to register

    On 14 November, 21:00 15 Nov 03:00 15 Nov, 10:00 register

    Nov 22, 04:00 Nov. 22, 10:00 Nov. 22, 17:00 register

    EBS - Patch Wizard Applications English the 21 November, 21:00 Nov 22, 03:00 Nov. 22, register 10:00

    EBS - Diagnostics of management tools English Applications 14 Nov, 10:00 14 Nov, 16:00 Nov. 14, registry from 23:00

    Nov 28 04:00 Nov 28, 10:00 Nov 28, 17:00 register

    Get Proactive determination - generic answers all English 27 Nov 21:00 28 Nov 03:00 Nov 28, 10:00 registry

    Register French 28 Nov 05:00 Nov 28, 11:00 28 Nov 18:00

    Registry of the Portuguese 29 Nov 12:00 Nov 29 18:00 Nov 30, 01:00

    Spanish register 28 Nov, 10:00 on 28 Nov, 16:00 28 Nov 23:00

    MOS - communities all English Nov 07, 21:00 Nov 08, 03:00 Nov08, register from 10:00

    MOS - Configuration Manager all English 13 Nov, 13:00 on 13 November, 19:00 14 Nov, 02:00 registry

    19 Nov 04:00 19 Nov 10:00 19 Nov 17:00 register

    Register French 19 Nov 05:00 19 Nov 19 Nov 18:00 11:00

    Register of the Portuguese Nov 14, 12:00 14 Nov, 18:00 15 Nov 01:00

    MOS - Configuration Manager - install process all English Nov 21, 04:00 on Nov 21, 10:00 Nov. 21, record of 17:00

    My Oracle support all English 6 Nov bases
    11:00 Nov 6
    17:00 Nov 7,
    Registry of 12:00 AM

    Nov 12, 11:00 on 12 Nov, 17:00 November 13, 12 h 00 to register

    27 Nov 11:00 27 Nov, 17:00 November 28, 12: 00 am register

    Registry of the Portuguese Nov 08, 12:00 08 Nov, 18:00 Nov 09, 01:00

    Spanish Register 27 Nov 10:00 27 Nov, 16:00 27 Nov 23:00

    TFTP - change Impact Analyzer Peoplesoft Enterprise English Nov 22, 10:00 22 Nov, 16:00 Nov. 22, register 23:00

    Support best practices (formerly WEWS) all English 14 Nov 04:30 Nov 14, 10:30 Nov. 14, 17:30 register

    14 Nov, 11:00 14 Nov, 17:00 15 Nov, 12: 00 am register

    15 Nov 08:30 14:30 15 Nov, 15 Nov 21:30 register

    nov 20, 04:00 Nov. 20, 10:00 Nov. 20, 17:00 register

    Registry of Nov 21, Nov 21 08:30, 14:30 on 21 November, 21:30

    21 Nov, 11:00 21 Nov, 17:00 Nov. 22, 12: 00 am register

    Nov 28, 11:00 28 Nov, 17:00 Nov 29, 12: 00 am register

    Register French 13 Nov 05:00 13 Nov, 11:00 13 Nov, 18:00

    Italian Nov 20, 05:00 Nov 20, 11:00 20 Nov, 18:00 registry

    Register of the Portuguese Nov 07, 12:00 Nov 07, 18:00 Nov 08, 01:00

    Spanish register 26 Nov 10:00 on 26 Nov, 16:00 Nov 26 23:00



    You can visit My Oracle Support to other live seminars schedule. To see current local times around the world, visit world clock.

    RECORDED TRAINING

    Oracle provides the following recommended courses you can take in the application. Oracle provides the following recommended courses which can be consulted on request with your account Single Sign-On. Please see Note xxxxx for the rest of the available records.
    Target field public language play
    Support first new right play of all English customers

    New Life Support policy play of all English customers

    Mobile my new Oracle Support play of all English customers

    My Oracle Support Overview new play of all English customers

    Process of registration of the user account play of all English customers

    Play my new Oracle support customization of all English customers

    New PowerViews play of all English customers

    Create service request, & updated again all English guests Play

    Demand for new service management best practices play of all English customers

    See search and browse new all English guests Play

    Client user Administration new play of all English customers

    My new Oracle support community play of all English customers

    My clients of any Oracle Configuration Manager English Play

    Why use Configuration Manager in my Oracle Support play of all English customers

    Patching again all English guests Play

    Recommendations and Plans of Patch to play of all English customers patch

    11g update best practices Oracle Database English play

    EBS Patch utility training E-Business Suite English Assistant play

    R12 close process & reconciliation play English E-Business Suite

    R12 play of Financials English E-Business Suite upgrade

    R12 play English Payables of E-Business Suite

    Tales from the Performance queue undertaken JD English play


    If you have any other questions, please contact us by submitting a question in community support for My Oracle Support to training.


    Thank you very much

    Yes - if you have a valid support contract, you can access these materials for free.

    HTH
    Srini

  • Fehlermeldung betr. Logical

    Beim technology Site von der Muse auf Business Catalyst kommt immer wieder die Fehlermeldung: Die list der Logical konnte nicht abgerufen werden.

    Gibt da eine possibility, dies manuell breast?

    Hello

    Usually this error message appears when there is a failure on the data center Business Catalyst.

    Just close the Muse and reopen or restart your computer. It usually works.

    Kind regards
    Sachin

  • second drop-down list based on the first drop-down list Jdev 11.5 of loading

    Hi all

    I have a requirement of the second dropdown on the first loading selection drop-down list.

    Ex:-con I drop down state list, when I select and national, it must load city States (dropdown).

    I tried to use valuchange Stanley with partial trigger, that it did not work. Any help would be a great help.

    Please let me know.

    Thank you
    Nitin

    Published by: 811407 on December 21, 2011 02:59

    Published by: 811407 on December 21, 2011 02:59

    http://www.YouTube.com/watch?v=nXwL2_RP7AQ.

    you for example: here goes.
    http://www.YouTube.com/watch?v=94PrwXWDEjI

    http://andrejusb.blogspot.com/2008/12/cascading-lovs-in-Oracle-ADF-11g-update.html

  • How to create a SelectOneChoice using different Tables in the database

    Hi all

    I have a requirement where I have two tables have been created in the database: -.

    Master
    Slave

    Main table has columns as Id and Name. Are similar to values associated with the columns: -.
    ID:-1, 2, 3
    Name:-mobile phone, T-Shirts, bags of University

    In the table of the slave I have columns like Id and elements. Are similar to values associated with the columns: -.

    ID:-1.
    Items:-Nokia, Samsung, Motorola
    ID:-2
    Items:-Adidas, Reebok, Gucci
    ID:-3
    Items:-Reebok Adidas, VIP,.

    I need restore the values of mobile phones (Nokia, Samsung, Motorola), in SelectOneChoice1, t-shirts (Adidas, Reebok, Gucci) values in SelectOneChoice2 and bags of University (Adidas, Reebok, VIP) in SelectOneChoice3.
    I have two controls of data with me, it is main table and isn't the slave table but how do you get the different values in each of the SelectOneChioce.

    Please suggest. !!
    Thank you

    chk
    http://andrejusb.blogspot.com/2008/12/cascading-lovs-in-Oracle-ADF-11g-update.html
    http://www.YouTube.com/watch?v=nXwL2_RP7AQ
    http://blogs.Oracle.com/Shay/entry/got_to_love_cascading_lovs_in

Maybe you are looking for

  • I updated Firefox and I lost all my favorites and history. Can I get it back?

    I updated Firefox, lost my tabs, history, bookmarks and basically all of the parameters. It's as if I had downloaded Firefox for the first time and all records of the previous Firefox were removed. I also get an error message "the bookmarks and histo

  • play button on Vimeo does not

    Hello None of my vimeo videos seem to work on my site. They work very well, but since the Firefox 18.0 update, the game buttons have stopped responding.You can view the question of the link below: http://www.glengranttasting.com/en-us/personaltasting

  • forgotten administers the password

    I am running Vista on my desktop and had it locked, however I forgot the password of the administrater, which of course means that I can't use my account. Is it possible to do it unlocked without reinstalling windows? Thank you Karen

  • Extremely slow performance since the reinstallation of Vista Acer restore disk

    I have serious problems with my laptop since the reinstall Vista for my Acer recovery media.  The CPU usage goes to 100% whenever a program is open or a transparent effect comes into play.  An example would be allowing the Windows Sidebar and hoverin

  • Driver update

    Is it wise to use the programs to update drivers such as Solvusoft (not the registry "cleaners")?