How to find the cause ofan error at runtime in forms (10g)

hi
can u please tell me how to find the cause ofan error at runtime.
in forms 6i, the shortcut key is shift+f1
i needthe shotcut key in 10g forms.
thanx

or just look in you menu help, -- last error or you can find the list of shortcut keys there ...
\Erwin

Similar Messages

  • Could you please tell me how to find the cause that made I/O high

    Could you please tell me how to find the cause that made I/O high
    please let me know

    hi ,
    Without any backgound inforamation it is very difficilate to help u out .
    Please Provide the statpack/Awr report durring that priode. oherwise top 5 wait event. so we can give some suggestion on this.

  • How to find the db accounts using default passwords in oracle 10g

    Hi, can someone pleas tell me , how to find the oracle accounts in the database which are using default passwords. DB verion is 10g and 9i.
    in 11g version we can query the view DBA_USERS_WITH_DEFPWD to view the users....
    any idea in 10g and 9i ?
    thanks in advance.

    951658 wrote:
    Hi, can someone pleas tell me , how to find the oracle accounts in the database which are using default passwords. DB verion is 10g and 9i.
    in 11g version we can query the view DBA_USERS_WITH_DEFPWD to view the users....
    any idea in 10g and 9i ?
    thanks in advance.the only way I've found is to search the web for lists of default users and their passwords, then attempt to log on with said credentials. I'd start with Pete Finnigan's site (google is your friend). He may already have some scripts ready to go, or at least the lists you'd need to get started.

  • How to find the application type fora Script based on Form name?

    Hi Guys,
                can anybody tell me how to find the Application Type and output type based on Form name and print program name?
    I am having form name as: ZINVENT (INVENT is the actual) and program name as RM07IDRU.How can i find the Appliction ntype and OutType for entering into the NACE tr code.
                    i tried thru TNAPR table but i was not able to find the Entry in the TNAPR with form Name and printprogram name
                   Th Script is about Phsical inventory Documents.
    Thanks,
    Gopi.

    You can use this...
    REPORT  Z_DUMMY_ATG NO STANDARD PAGE HEADING.
    *======================================================================
    * Tablas
    *======================================================================
    TABLES: TTXFP.
    *======================================================================
    * Tablas Internas
    *======================================================================
    DATA: T_TTXFP TYPE STANDARD TABLE OF TTXFP WITH HEADER LINE.
    *======================================================================
    * Selection-Screen
    *======================================================================
    SELECTION-SCREEN BEGIN OF BLOCK SCRIPT WITH FRAME.
    SELECT-OPTIONS:
                  PRINTNAM FOR TTXFP-PRINT_NAME,
                  TDFORM   FOR TTXFP-TDFORM.
    SELECTION-SCREEN END OF BLOCK SCRIPT.
    *======================================================================
    * Start-of-selection
    *======================================================================
    START-OF-SELECTION.
      PERFORM SELECT_DATA.
      PERFORM PRINT_DATA.
    *&      Form  SELECT_DATA
    *       Seleccionamos los datos del reporte.
    FORM SELECT_DATA.
      SELECT TDFORM PRINT_NAME LAST_PROG
      INTO TABLE T_TTXFP
      FROM TTXFP
      WHERE PRINT_NAME IN PRINTNAM
        AND TDFORM IN TDFORM
      ORDER BY TDFORM.
    ENDFORM.                    "SELECT_DATA
    *&      Form  PRINT_DATA
    *       Imprimimos el resultado del reporte.
    FORM PRINT_DATA.
      FORMAT COLOR 3.
      WRITE: 'Programa', 18 'Formulario', 50 'Flag de Ultimo programa'.
      FORMAT COLOR OFF.
      SKIP 1.
      IF NOT T_TTXFP[] IS INITIAL.
      SORT T_TTXFP BY PRINT_NAME.
        LOOP AT T_TTXFP.
          IF T_TTXFP-LAST_PROG EQ 'X'.
          FORMAT COLOR 4.
          WRITE:/ T_TTXFP-PRINT_NAME, 18 T_TTXFP-TDFORM, 60 T_TTXFP-LAST_PROG.
          FORMAT COLOR OFF.
          ELSE.
          WRITE:/ T_TTXFP-PRINT_NAME, 18 T_TTXFP-TDFORM, 60 T_TTXFP-LAST_PROG.
          ENDIF.
        ENDLOOP.
      ENDIF.
    ENDFORM.                    "PRINT_DATA
    Greetings,
    Blag.

  • Core duo mini crashing occasionally - how to find the cause?

    My core duo Mac mini crashes itself every now and then. The screen goes blank for a couple of seconds and the machine reboots with no explanation. This happens about three or four times a month. It has happened in the middle of the night with no active load in the machine, and also while me using it in the front of console. No warnings, no strange behaviour before the crash, just a sudden blank screen and reboot with no extra messages.
    I'm looking for the cause but I can't find any hardware related errors from system.log, dmesg or console.log. Is there some other log file that I should consult to see whether the crashes are hardware or software related?
    Any debug programs I should run to get more specific info to be collected just before the next crash? Crash dumps and a debugger?
    I ran Mac diagnostics and some 3rd party memory test programs with no errors.
    1.66GHz Intel Core Duo, 1GB RAM   Mac OS X (10.4.6)  

    It sounds like your power cord may not be firmly
    inserted. Check to make sure nothing is fraying or
    loose about it before starting up the machine.
    Checked. Also, the Mac Mini has been in two locations with the same symptoms; all the cords have been replugged and rechecked.
    In addition, since it has happened several times,
    have you checked to make sure the directory is fine
    with Disk Utility's Verify Disk?
    Yes, no problems there. Luckily the Disk Utility has not found any problems after the crashes.

  • How to find the List of Errors occured while Upgradation

    Hi All,
    I am working on Upgrade Project from 4.7C to ECC 6.0. I need to find out the list of all errors occured custom objects while doing Upgradation. I heard abt tool Uptimizer but our company is not using that tool, is there any other way to find out the list of errors.
    Can anyone please give me some suggestion how to proceed further tht would be great help.
    Regards
    Yathish

    Most of the development issues can be identified by SAMT and UCCHECK in the upgrade sandbox. There may be a small percentage of runtime issues not identified but they will be covered during the testing phase.
    -Cheers

  • CPU high utilization on OAS Server, how to find the cause of problem ?

    Hi all,
    We are running ADFBC application on OAS 10.1.3.3 on RH Linux ES 4. The database is Oracle 10g on RH Linux also.
    here is the setting in opmn.xml :
    <data id="java-bin" value="/opt/oracle/OraHome_oc4j/jdk64/jdk1.5.0_17/bin/java"/>
    <data id="java-options" value="-server -XX:CompileCommand=exclude,oracle/sql/NUMBER,toBytes
    -ms3072M -mx3072M -XX:+AggressiveHeap -XX:MaxPermSize=1024M -XX:AppendRatio=3 -Djava.security.policy=$ORACLE_HOME/j2ee/ittas/config/java2.policy
    -Djava.awt.headless=true -Dhttp.webdir.enable=false"/>
    Most of time I see (with linux "top" command) that CPU utilizationis 99.9 %
    And sometimes at that time user gets very slow that we have to restart the OC4J to the it normal again.
    How do I know what is the cause of that problem ?
    Thank you very much,
    xtanto

    Maybe this could help.
    Regars
    From note 467624.1
    Applies to:
    Oracle Containers for J2EE - Version: 10.1.2.0.0 to 11.0.0.0
    Linux x86
    Purpose
    To find out the java thread that is taking high CPU usage in OC4J
    This article is specific to Linux due to its threading model and makes specific use of parameters for the ps command that only exist in Linux but not in other operating systems. The general idea from this note might, however, be used on other platforms also, but then requires deeper knowledge of that operating system.
    Scope and Application
    If you are using the JDK 1.4 then you need to set the LD_ASSUME_KERNEL value to 2.4.1 to get the unique nid value.
    In JDK 1.5 setting the LD_ASSUME_KERNEL to 2.4.1 is not required.
    Add this variable to ORACLE_HOME\opmn\conf\opmn.xml file as follows:
    <ias-instance id="j2ee3.host.domain">
    <environment>
    <variable id="TMP" value="/tmp"/>
    <variable id="LD_ASSUME_KERNEL" value="2.4.1"/>
    </environment>
    Find Out The Thread That Is Taking High CPU Usage In OC4J
    Step 1: Find out the Process ID of the OC4J container
    You can find out the pid from the output of the following command:
    ORACLE_HOME\opmn\bin> opmnctl status
    For example
    O_H\opmn\bin> opmnctl status
    Processes in Instance: j2ee3.host.domain
    ------------------------------------------------+---------
    ias-component | process-type | pid | status
    ------------------------------------------------+---------
    DSA | DSA | N/A | Down
    LogLoader | logloaderd | N/A | Down
    dcm-daemon | dcm-daemon | N/A | Down
    OC4J | home | 28370 | Alive
    WebCache | WebCache | 28380 | Alive
    WebCache | WebCacheAdmin | 28371 | Alive
    HTTP_Server | HTTP_Server | 28373 | Alive
    In this note, we will try to trace the java thread that is using high CPU in OC4J 'home'. The pid of 'home' container is 28370 according to the example.
    Step 2: Find the actual process ID
    Use the following command to find out the actual process ID:
    ps -ef | grep 28370
    rac 28370 28354 0 11:23 ? 00:00:01 /home/rac/j2ee2/jdk/bin/java
    rac 28377 28370 0 11:23 ? 00:00:00 /home/rac/j2ee2/jdk/bin/java
    In this case the actual java process is 28377.
    Step 3: Find out the thread which takes lot of CPU time
    Run the command
    watch "ps -eLo pid,ppid,tid,pcpu,comm | grep 28377"
    The thread ID of the thread that consumes high CPU time will be shown in the first column of the output
    Step 4: Take thread dump to trace the java thread with the thread ID.
    Take the thread dump using the following command:
    kill -3 28370 (process-id-from-opmn-status-output)
    The thread dump will be written to the log file at ORACLE_HOME\opmn\logs\OC4J~<OC4J_Container_Name>~default_island~1.
    Step 5: Trace the java thread.
    Convert the Thread ID you got from the command,
    ps -eLo pid,ppid,tid,pcpu,comm | grep 28377
    to hexadecimal and then search for this value in the thread dump.
    For example, if you get the thread id '5828' in the first column of this command, convert '5828' to hexadecimal:
    5828 (dec) corresponds to 0x16c4 (hex)
    Now search for nid=0x16c4 in the thread dump, and you may find something like:
    "RMIServer [0.0.0.0:12401] count:1" prio=1 tid=0xa7c1ee80 nid=0x16c4 runnable [a777e000..a777e22c]
    at java.net.PlainSocketImpl.socketAccept(Native Method)
    at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:353)
    - locked <0xac0d5b50> (a java.net.PlainSocketImpl)
    at java.net.ServerSocket.implAccept(ServerSocket.java:448)
    at java.net.ServerSocket.accept(ServerSocket.java:419)
    at com.evermind.server.rmi.RMIServer.run(RMIServer.java:464)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:186)
    at java.lang.Thread.run(Thread.java:534)

  • ADF Apps, CPU high utilization on OAS, how to find the cause of problem ?

    Hi all,
    We are running ADFBC application on OAS 10.1.3.3 on RH Linux ES 4. The database is Oracle 10g on RH Linux also.
    Memory is 16 GB. 1 JVM.
    Most of time I see (with linux "top" command) that CPU utilization on OAS is 99.9 %
    And at the peak load (150 -200 users) user gets very slow that we have to restart the OC4J to the it normal again.
    here is the setting in opmn.xml :
    <data id="java-bin" value="/opt/oracle/OraHome_oc4j/jdk64/jdk1.5.0_17/bin/java"/>
    <data id="java-options" value="-server -XX:CompileCommand=exclude,oracle/sql/NUMBER,toBytes
    -ms3072M -mx3072M -XX:+AggressiveHeap -XX:MaxPermSize=1024M -XX:AppendRatio=3 -Djava.security.policy=$ORACLE_HOME/j2ee/ittas/config/java2.policy
    -Djava.awt.headless=true -Dhttp.webdir.enable=false"/>
    Heap Usage on EM, is between 2250 MB - 2850 MB.
    How do I know what is the cause of that problem ? How can AD4J help to find the source of the problem ?
    Thank you very much,
    xtanto

    xtanto,
    Hi again...
    Just a quick thought (I know it doesn't answer your question directly, but...) have you tried multiple JVM's? It's really quite easy to set up in OAS, and may possibly help you out. How many CPU's on the box?
    We have an app (it gets such high concurrent usage during one period of the year), and we're running it on 3 JVM's on a single Linux box with either 2 or 4 (cannot recall) CPU's
    John

  • How to find the cause for javaw.exe has encountered a problem and needs to close

    Hi,
    This error msg I get after running my application for a while. My application uses not only java classes but also dll's (JNI). there is no excpetion thrown and the only information I get is a txt file.
    This text file contains these informations:
    [code]
    <?xml version="1.0" encoding="UTF-16"?>
    <DATABASE>
    <EXE NAME="java.exe" FILTER="GRABMI_FILTER_PRIVACY">
        <MATCHING_FILE NAME="awt.dll" SIZE="1174952" CHECKSUM="0xB92DDD61" BIN_FILE_VERSION="7.0.400.43" BIN_PRODUCT_VERSION="7.0.400.43" PRODUCT_VERSION="7.0.400.43" FILE_DESCRIPTION="Java(TM) Platform SE binary" COMPANY_NAME="Oracle Corporation" PRODUCT_NAME="Java(TM) Platform SE 7 U40" FILE_VERSION="7.0.400.43" ORIGINAL_FILENAME="awt.dll" INTERNAL_NAME="awt" LEGAL_COPYRIGHT="Copyright © 2013" VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0x122FA8" LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="7.0.400.43" UPTO_BIN_PRODUCT_VERSION="7.0.400.43" LINK_DATE="08/27/2013 06:26:04" UPTO_LINK_DATE="08/27/2013 06:26:04" VER_LANGUAGE="Englisch (USA) [0x409]" />
        <MATCHING_FILE NAME="axbridge.dll" SIZE="153000" CHECKSUM="0x1A5CD2E" BIN_FILE_VERSION="10.40.2.43" BIN_PRODUCT_VERSION="7.0.400.43" PRODUCT_VERSION="7.0.400.43" FILE_DESCRIPTION="ActiveX Bridge f’r JavaBeans(TM)" COMPANY_NAME="Oracle Corporation" PRODUCT_NAME="Java(TM) Platform SE 7 U40" FILE_VERSION="7.0.400.43" ORIGINAL_FILENAME="axbridge.dll" INTERNAL_NAME="ActiveX Bridge f’r JavaBeans(TM)" LEGAL_COPYRIGHT="Copyright © 2013" VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x40004" VERFILETYPE="0x1" MODULE_TYPE="WIN32" PE_CHECKSUM="0x297DB" LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="10.40.2.43" UPTO_BIN_PRODUCT_VERSION="7.0.400.43" LINK_DATE="08/27/2013 06:26:04" UPTO_LINK_DATE="08/27/2013 06:26:04" VER_LANGUAGE="Englisch (USA) [0x409]" />
    many more lines....
    [/code]
    Is there a way to read or analyze this text file? How ?
    Please advice
    Thanks

    Hi,
    This error msg I get after running my application for a while. My application uses not only java classes but also dll's (JNI). there is no excpetion thrown and the only information I get is a txt file.
    This text file contains these informations:
    [code]
    <?xml version="1.0" encoding="UTF-16"?>
    <DATABASE>
    <EXE NAME="java.exe" FILTER="GRABMI_FILTER_PRIVACY">
        <MATCHING_FILE NAME="awt.dll" SIZE="1174952" CHECKSUM="0xB92DDD61" BIN_FILE_VERSION="7.0.400.43" BIN_PRODUCT_VERSION="7.0.400.43" PRODUCT_VERSION="7.0.400.43" FILE_DESCRIPTION="Java(TM) Platform SE binary" COMPANY_NAME="Oracle Corporation" PRODUCT_NAME="Java(TM) Platform SE 7 U40" FILE_VERSION="7.0.400.43" ORIGINAL_FILENAME="awt.dll" INTERNAL_NAME="awt" LEGAL_COPYRIGHT="Copyright © 2013" VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0x122FA8" LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="7.0.400.43" UPTO_BIN_PRODUCT_VERSION="7.0.400.43" LINK_DATE="08/27/2013 06:26:04" UPTO_LINK_DATE="08/27/2013 06:26:04" VER_LANGUAGE="Englisch (USA) [0x409]" />
        <MATCHING_FILE NAME="axbridge.dll" SIZE="153000" CHECKSUM="0x1A5CD2E" BIN_FILE_VERSION="10.40.2.43" BIN_PRODUCT_VERSION="7.0.400.43" PRODUCT_VERSION="7.0.400.43" FILE_DESCRIPTION="ActiveX Bridge f’r JavaBeans(TM)" COMPANY_NAME="Oracle Corporation" PRODUCT_NAME="Java(TM) Platform SE 7 U40" FILE_VERSION="7.0.400.43" ORIGINAL_FILENAME="axbridge.dll" INTERNAL_NAME="ActiveX Bridge f’r JavaBeans(TM)" LEGAL_COPYRIGHT="Copyright © 2013" VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x40004" VERFILETYPE="0x1" MODULE_TYPE="WIN32" PE_CHECKSUM="0x297DB" LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="10.40.2.43" UPTO_BIN_PRODUCT_VERSION="7.0.400.43" LINK_DATE="08/27/2013 06:26:04" UPTO_LINK_DATE="08/27/2013 06:26:04" VER_LANGUAGE="Englisch (USA) [0x409]" />
    many more lines....
    [/code]
    Is there a way to read or analyze this text file? How ?
    Please advice
    Thanks

  • How to find the old BDoc errors in CRM Middleware

    Hi,
    Can we find the error BDocs in the past. Please do let me know the way to find out.
    e.g. I want to find 3 months prior to the current date.
    Thanks and Regards,
    Ramana Rao.

    Hi Denis,
    Thanks for the update and I have checked this for the older date.
    Is there any way to find out why a material is not replicated to the CRM from ECC.
    I am not able to find any BDoc error (any state of the BDoc) with ref to the PRODUCT_MAT.
    Our main issue is some of the materials are not replicated and some of them don't have the
    descriptons.  As a first step of action we pulled the data from ECC to CRM as a request download but want to investigate the reasons for this.
    Secondly there are some changes done at the product hierarchy or category levels (reorganize)
    in this case what kind of issues we might come across?  Is there any action list that we need to do at the time of hierarchy or category changes to the Material master in ECC or in CRM.
    Kindly share your inputs.
    Thanks and Regards,
    Ramana Rao.

  • Trying to find the cause for error ESSBASE0///Error(1051506)

    Hi,
    In brief - we backup essbase before nightly updates start for all the essbase apps. During backup our scheduled jobs do the following steps in sequence -
    1. Shut down Hyperion Essbase - Execute shutdown.essbase script
    2. Apply changes to the cfg file - Execute chg_essbase_cfg script
    3. Stop all the Shared Services
    4. Start all the Shared Services and
    5. Finally start essbase - Execute startEssbase.sh script
    What we have been observing since last couple of days is that 'startEssbase.sh' is not executing successfully. It fails with Fatal Error: CSS Refresh Fails
    Essbase log shows the following error -
    [DATE and TIME]<IP ADDRESS>/ESSBASE0///Error(1051506)
    *Getting project for application [Analytic Servers:<Server name>:1] failed with Error [Get Project for Application Failed : error.UnableToGetChildNodes.]*
    After waiting for about a 20 mins we re-run the same script 'startEssbase.sh' and everytime after the re-run it complete successfully without any errors. Essbase also starts up without any issues.
    Does anyone know what this means or what would cause this? We're on system 9.3.1 and never had this issue before. Searched around but there's not much information on this issue.
    Any help would be really appreciated.
    Thanks

    Hi,
    Can you try the following steps?
    1. Install the Plugin suite at any location
    2. Launch Editor
    3. Go to Edit -> Preferences -> Plug-Ins
    4. Check 'Additional Plug-Ins folder' and choose the location where the plugins were installed
    5. Click OK and close all open windows.
    6. Restart Editor
    Please let me know if it solves your problem.
    Thanks,
    Tarun

  • How to find the row being deleted in a Tabular Form?

    version 3.2.1
    How do I find out what row is being deleted in a Tabular Form (SQL Query (updateable report) )?
    I have a process to delete records from another table when the record in the report is deleted. I need to capture the primary key to pass to the process that deletes the record from the other table.
    Thanks,
    Joe

    Hm,
    The best thing is to do this using triggers before delete. Looping through the list of checked checkboxes is not an optimal solution. If the standard MRD process fails for whatever reason, your delete process for the rows in the other table will still delte the records with the selected primary key.
    Denes Kubicek
    http://deneskubicek.blogspot.com/
    http://www.opal-consulting.de/training
    http://apex.oracle.com/pls/otn/f?p=31517:1
    http://www.amazon.de/Oracle-APEX-XE-Praxis/dp/3826655494
    -------------------------------------------------------------------

  • How to find the number of executions of a sql oracle 10g

    Is there any script handy which is useful to get the number of executions of a sql in particualr time in a rac environment.

    A lot depends on what time period you're trying to count the executions over...
    In V$SQL, there is a column EXECUTIONS that will count the number of executions since the SQL statement was loaded into the shared pool, which may be too long a period or too short a period for your question.
    If you are trying to get historical information and you have licensed the performance & tuning pack so that you can get the AWR, you could query the DBA_HIST_SQLSTAT table over an appropriate set of SNAP_ID's to get the totals for an arbitrary period of time.
    Justin

  • How to find the Kernel panic's cause?

    I have a HP G7 server, OS is RHEL 6.0, and it often kernel panic.
    Who can tell me how to find the cause?
    I even try use kdump service to collect the cause, but you know, the kdump(kexec) have a bug, so collect fail.
    Last edited by sheng (2011-10-26 08:01:14)

    Maybe have a look at http://rhelforum.com/forum.php or http://www.fedoraforum.org/ ?

  • How to find the port # of OEM?

    How to find the port # in the Oracle enterprise Manager URL (http://mydatabase:xxxx/em/). I have installed the Oracle long back did not jot down the URL. How to find the XXXX number in this case?
    Oracle 10g R2.
    Thank you,
    Smith

    check following file in
    $ORACLE_HOME/install
    cat portlist.ini
    iSQL*Plus HTTP port number =5560
    Enterprise Manager Console HTTP Port (orcl) = 1158
    Enterprise Manager Agent Port (orcl) = 3938

Maybe you are looking for

  • Oracle Validated Configurations - Yes or No

    To satisfy my curiosity, I've just tried, for the first time, oracle-validated configuration on a clean 32-bit OEL-5.2 installation without oracle database software already installed. I've used the actual oracle-validated-1.0.0-8.el5.i386 rpm package

  • Isight camera for mac mini

    Looking to purchase a camera for my mac mini something along the lines of isight My current setup is mac mini to hdtv Camera is going to be mainly for FaceTime & Skype Looking for a camera that is compatible with mac mini and the OS X 10.8

  • Imported contacts have last name/first name reversed

    When I had my old Samsung dumb phone, I listed all my contacts by last name.  (There was a single name field in the old phone, so I listed everybody as "Smith, Bob.")  But when I had my contacts list imported into my new iphone 5c, it read all the la

  • Cell phone signal extender (booster)

    We obviously live on the outer edge of the towers and have barely a decent signal outside our house but once you are in the house you are toast.  I stand on my back porch in my underwear and talk on my phone as much or more than I do outside fully dr

  • IPhoto (9.4.2) hangs on exit

    iPhoto (9.4.2) hangs after closing on Late 2009 iMac running Mountain Lion (10.8.2). There is plenty of disk space and I have lots of memory. I have repaired the database several times but it doesn't work. The database is large (350+ GB). Any helpful