Console debugging Oracle forms 6i

Hello

where the Oracle forms 6i debug console?

There is no 'Debug' menu, and I can't find the debug anywhere console.

Forms 6i debugger is not the Debug Console with the form window values (for poster modules currently loaded and the item values and parameter),

window spy (to specify the variables you want to monitor when your application debugging)...,.

but we can get such information (in the ugliest way) in the pane Navigation Debug Forms 6i.

We also use debugging triggers which are a general form of debugging action involving a block of PL/SQL code with a specific line within a program unit.

See, for example. This using Forms 6i:

Debugging triggers are particularly useful as conditional breakpoints.

You can throw the exception of DEBUGGING. Break UP with a trigger.

For example, the trigger for debugging below sets a conditional breakpoint on line 10 of my_proc, which will be achieved only if the my_sal local variable NUMBER exceeds 5000:


PL/SQL > line 10 is

+ > IF Debug.Getn ('my_sal') > 5000 THEN

+ > Lift Debug.Suspend;

+ > END IF;

Kind regards

Zlatko

Tags: Oracle Development

Similar Questions

  • How to debug a form (Oracle Forms 11 G) via the URL module

    How to debug a form (Oracle Forms 11 G) via the URL module.



    My server operating system is Unix. Then, I could not able to do forms of debugged by the form developer.
    It displays a message "cannot find module '. Because the system tries to find the module in the Unix system instead of my local system (Windows).

    I need to debug module my via a URL.
    I can place the fmb and fmx in path of form in the server.

    Please, help me to solve this problem...

    It's a little uncertain. If your goal is to use the form Builder debugger during execution of your form on a Unix machine, this can be done. However, the form must be in working order. So before you try to attach the debugger, you must first be able to start without the debugger. For example:

    http://yourserver:OHS_port_number/forms/frmservlet? form = yourFMX

    Once it works correctly, you can turn on debugging. If your form does not even, using the debugger will not help you because it is designed to solve the problems and not coding configuration problems.

    So, follow these steps to use the debugger:

    http://yourserver:OHS_port_number/forms/frmservlet? form = yourFMX & debug = yes

    This will display a dialog box with information. Do not click OK, but you will need this information to enter in the Forms Designer. Now, open the Forms Designer and click Debug > attach Debug. You will be asked for the information displayed in the dialog box where you tried to start the form. Enter it here (in the constructor), and then click ok in both places. To display the debugger (in Report Builder), click Debug > Debug Console. And then on the toolbar, click the buttons associated with what you want to monitor. Including a breakpoint in your application code is often a more useful way to use the debugger.

    Most of this information is explained in the Forms Builder online help

    I forgot to mention...

    For debug runtime problems, see the deployment of forms here Guide (this implies that you use 11.1.2):

    http://docs.Oracle.com/CD/E38115_01/doc.111210/e24477/appa.htm
    .
    .

    Published by: Michael Ferrante (Oracle) on 21 February 2013 13:45

  • Oracle Forms URL not accessible outside the server

    Dear all,

    I am facing problems of access to the URL of Forms under Oracle Forms 11 g when you access from the server.

    Intended to test, I created a new Oracle Forms on a VMWare Server environment.

    Details on my environment

    Windows 2008 R2 64-bit Server

    Oracle Web Logic Server 11g R1 64-bit

    Oracle 11 g R2 64-bit forms and reports

    Oracle Database 11 g R2 64 bit

    Virtual machine network connection works fine. I am able to Remote Desktop, sqlplus and access the Admin of WebLogic Console (port 7002) from my local system.

    But when connecting to the URL of the form it does not connect. It gives me the following error. Forms URL works fine when accessing the server.

    It seems you're connected to the Internet, but you might want to try to reconnect to the Internet.


    By using the following URL format to access the Forms http://formsserver:7007/forms/frmservlet? config = < appname >


    Please let me know if anyone has the solution.

    Thank you

    Mohamed Yusuf Salih

    Be careful when you make changes.  If you are not familiar with the operation of the listeners, you can easily make a problem worse.  Assuming that you have installed using the "Deployment" installation option, the default non - ssl ports must be as follows:

    OSH - 8888

    Server administration WLS - 7001

    WLS_FORM - 9001

    WLS_REPORTS - 9002

    Once configured correctly, calling the forms or reports occurs through the same port of OSH.  Thus, for example:

    http://server:8888/forms/frmservlet ...

    http://server:8888/reports/rwservlet ...

  • Does not start under Oracle forms to 11.5.10.2

    Hello
    .
    I can't launch Oracle ebs 11.5.10.2 forms

    I have connection in this 11.5.10.2 as a customer with an Internet Browser IE 9 and mleteWindows 7 Professional with Service Pack 1. Next step the server recommended the installation of
    Intall and Java™ 6 Update 17 the Java process starts and installation is complete.

    I restart my laptop and re-login to 11.5.10.2-purpose stll ebs does not start under Oracle Forms.

    Does anyone have ideas, what is happening?

    Thank you
    -Manny

    Make sure that you can launch the java console in Control Panel of-> Java. It is the fundamental step to work before going any further.

    and also once the java console is open, check the following:

    'Show the java console' - enabled

    "Activate Next genration java plugin" - disabled.

  • How to find the error in oracle forms

    Dear gurus,

    I am newbie in oracle forms. I have a form with many items. In this regard, certain elements are not met. These elements are filled from four different cursors depending on certain conditions. for example,.
    IF <condtion1> true then
     open cursor1;
       populate all the items  from cursor1 columns
    elsif <condition2>true then
       open cursor2;
        populate all the items  from cursor2 columns
    elsif<condtion3>true then
        open cursor3;
       populate all items  from curso3r  columns
    elsif<condtion4>true then
        open cursor4;
       populate all items  from cursor4  columns
    This cursors are written to the database level.
    Now, I want to know what slider elements become values.

    My TL told me to find this, put messages. But I don't know where I put message [or in forms or cursors?]. Is an easy way to find errors in its present form?

    Thank you all.

    My TL told me to find this, put messages. But I don't know where I put message [or in forms or cursors?].

    You can add messages to your forms code in your conditional statement. For example, using your code sample:

    IF  true then
     open cursor1;
       Clear_Message;
       Message('Using Cursor 1');
       Message(' ');
       populate all the items  from cursor1 columns
    elsif true then
       Clear_Message;
       Message('Using Cursor 2');
       Message(' ');
       open cursor2;
       populate all the items  from cursor2 columns
    elsiftrue then
       Clear_Message;
       Message('Using Cursor 3');
       Message(' ');
       open cursor3;
       populate all items  from curso3r  columns
    elsiftrue then
       Clear_Message;
       Message('Using Cursor 4');
       Message(' ');
       open cursor4;
       populate all items  from cursor4  columns
    

    If your form works and you troubleshoot just a mistake, I wouldn't recommend restructure you your form. If the current process is inefficient or not, it has been tested and proved to a certain extent. Unless the form has many problems, I would keep the way it is and just solve the problem at hand! :)

    Is an easy way to find errors in its present form?

    You don't mention your version of Oracle Forms, but rather than adding messages to the code; I recommend that you use the debugger to step through your code forms so that you can see the enforcement code that is causing the problem. (Note: the debugger of forms can only step through you the code in the form.) If your cursors are in a data base/package procedure - all you will see is the call of this procedure of database/package - not the code in the procedure/package).

    If you are using Forms 6i, simply add the "break." part of the code you want to debug. If you use Forms 9i or higher, then you will need to be able to run your form from forms manufacturer; which requires a configuration to make it work. Once configured, simply select the line you want to break the and press F5 for enabled or disabled a breakpoint. Then run your form by using the option 'run Debug form '.

    If you really want to reegineer your form to use a query in the From Clause, take a look to forms: how - a block based on a query FROM Clause for more information on the query from Clause.

    Now, I want to know what slider elements become values. The link Christian listed is also a very good article on using queries in the From Clause.

    Hope this helps,
    Craig B-)

    If someone useful or appropriate, please mark accordingly.

  • JavaBeans and oracle form builder

    Hello world
    I want to learn more about the oracle java library especially frmall.jar, I want to learn more about interactivity with the form builder and java, I searched on the internet and saw some very simple examples.
    any body know where I can download a reference on oracle form builder and java book?
    Thank you

    It is not a huge amount of documentation on that, but there are some.


    One of the best sites non-Oracle Forms Java Bean and pluggable Java components is: Oracle Forms PJCs/Java Beans

    Hope this helps,
    Craig B-)

    If someone useful or appropriate, please mark accordingly.

  • Oracle.Forms.Engine.Main not found

    Salvation;

    My ststem is 11.5.10.2 on linux. I get this error when I try to launch the interface forms free service:

    Oracle.Forms.Engine.Main not found

    This system clon on test server but I have no problem when I got the system live login on the live server

    I followed:

    MetaLink Note 465063.1 this clinet is not any proxy, I also follow this too:

    1 uninstall Langis
    2. install travel location (I try defatult location too)
    3. clear money
    4 Control Panel-> administration of JInitiator, console the option "Use browser settings" and "use a proxy" is disabled.

    But the problem is always appear... In the Java console, I noticed those it gives error for files below and a pop up screen opened and said that download these files:


    WARNING: Impossible to cache xxx:800x/OA_JAVA/oracle/apps/fnd/jar/fndforms.jar java.net.ConnectException: connection refused: connect


    +/XXX/OA_JAVA/Oracle/Apps/FND/jar/fndctx.jar+
    +/XXX/OA_JAVA/Oracle/Apps/FND/jar/fndlist.jar+
    +/XXX/OA_JAVA/Oracle/Apps/FND/jar/fndaol.jar+
    +/XXX/OA_JAVA/Oracle/Apps/FND/jar/fndbalishare.jar+
    +/XXX/OA_JAVA/Oracle/Apps/FND/jar/fndswing.jar+
    +/XXX/OA_JAVA/Oracle/Apps/FND/jar/fndewt.jar+
    +/XXX/OA_JAVA/Oracle/Apps/FND/jar/fndformsi18n.jar+
    +/XXX//OA_JAVA/Oracle/Apps/FND/jar/fndforms.jar+

    Any idea or advice?

    Thank you
    HELIOS

    Helios,

    Please regenerate all JAR files through adadmin (with option of FORCE) and see if it helps.

    Also, please check error_log and access_log files, you find more information about the error in these two files.

    Kind regards
    Hussein

  • load: oracle.forms.engine.Main not found stuck at loading Applet Java class

    Hello

    I recently installed App Server 10.1.2.0 on a new machine.
    Copied all my forms on an appropriate directory. Implement formsweb.cfg to allow them to perform and attempted to run them.

    Unfortunately, I'm stuck at loading Java Applet and screen in the status bar at the bottom that it is said:
    load: class oracle.forms.engine.Main not found

    I took a peek at the Java Console, and the 2 things that jump out to me are that it seems to be looking for a directory of forms90, which seems odd since I use App Server 10.1.2.0.2, and meaning of Forms Builder 10.1.2.0.2 should it be looking in a repertoire of forms not forms90 should - not?

    And in addition, he mentions class without proxy, so now by browsing the forums it was suggested that put the details of proxy in jinitiator, what I did, but it made no difference either.

    Can someone suggest something else please?

    The Java Console log follows.

    Thank you very much

    Scott




    Oracle JInitiator: Version 1.3.1.9
    Using JRE version 1.3.1.9 Java hotspot Client VM
    User home directory = C:\Documents and Settings\hilliers

    ----------------------------------------------------
    c: clear console window
    f: finalize objects on the finalization queue
    g: garbage collection
    h: display this help message
    l: dump classloader list
    m: print memory usage
    q: Hide console
    S: dump system properties
    t: dump thread list
    x: delete the cache of class loaders
    0-5: set the level of trace to < n >
    ----------------------------------------------------

    Listener of the unregistered mode

    Removed the trace listener: sun.plugin.ocx.ActiveXAppletViewer [oracle.forms.engine.Main, 0, 0, 914 x 613, layout = java.awt.BorderLayout]

    Sending events to the applet. STOP

    Sending events to the applet. DESTROY

    Sending events to the applet. HAVE

    Sending events to the applet. QUIT SMOKING

    Search for information...

    Releasing the classloader: sun.plugin.ClassLoaderInfo@d9850, refcount = 0

    Caching of classloader: sun.plugin.ClassLoaderInfo@d9850

    Current ClassLoader cache size: 1

    Fact...

    Modality registered listener

    Referencing of classloader: sun.plugin.ClassLoaderInfo@d9850, refcount = 1

    Added the trace listener: sun.plugin.ocx.ActiveXAppletViewer [oracle.forms.engine.Main, 0, 0, 914 x 613, invalid, layout = java.awt.BorderLayout]

    Sending events to the applet. LOAD

    Sending events to the applet. INIT

    Sending events to the applet. BEGINNING

    Determine if the applet asks to install any HTML page

    HTML Setup is complete.

    Opening http://appserver008/forms90/java/oracle/forms/engine/Main.class

    Http://appserver008/forms90/Java/Oracle/Forms/engine/main.class connection without proxy

    Opening http://appserver008/forms90/java/oracle/forms/engine/Main.class

    Http://appserver008/forms90/Java/Oracle/Forms/engine/main.class connection without proxy

    load: class oracle.forms.engine.Main not found.

    java.lang.ClassNotFoundException: java.io.IOException: open HTTP connection failed.

    at sun.applet.AppletClassLoader.getBytes (unknown Source)

    in sun.applet.AppletClassLoader.access$ 100 (unknown Source)

    to sun.applet.AppletClassLoader$ 1.run (unknown Source)

    at java.security.AccessController.doPrivileged (Native Method)

    at sun.applet.AppletClassLoader.findClass (unknown Source)

    at sun.plugin.security.PluginClassLoader.findClass (unknown Source)

    at java.lang.ClassLoader.loadClass (unknown Source)

    at sun.applet.AppletClassLoader.loadClass (unknown Source)

    at java.lang.ClassLoader.loadClass (unknown Source)

    at sun.applet.AppletClassLoader.loadCode (unknown Source)

    at sun.applet.AppletPanel.createApplet (unknown Source)

    at sun.plugin.AppletViewer.createApplet (unknown Source)

    at sun.applet.AppletPanel.runLoader (unknown Source)

    at sun.applet.AppletPanel.run (unknown Source)

    at java.lang.Thread.run (unknown Source)

    Hello

    What did you put in the tag to archive your formsweb.cfg file?

    François

  • Console.Debug () and qDebug() print is not in the console

    Hello!

    console.log("onClicked called..................");// in qml
    console.debug("onClicked called..................");// in qml
    
    qDebug() << "WebView is called.......................";// in cpp
    

    All these stataments does not...!

    This issue has been discussed in this thread.

    http://supportforums.BlackBerry.com/T5/Cascades-development/unresolved-symbol-errors-when-attempting...

  • How to run Oracle Forms in Google Chrome

    Hello

    How can we run our applications Oracle Forms in Google chrome (with SSO)? This has not worked quite awhile and a lot of our other company activities revolve around Chrome in the standard user interface.

    We are in form 11g.

    Thank you! HJ

    976327 wrote:

    Hey Hamid,

    Chrome says: this plugin is not supported. I did some research and found something about NPAPI unsupported.

    The error appears when you try to run our applications Forms via a URL

    Thank you, HJ

    Hello HJ

    Check

    1. https://java.com/en/download/faq/chrome.xml

    2 https://productforums.google.com/forum/#! m5sRq0_UKek/chrome/section

    Use of IE

    or

    You want a 3rd party?

    Try TalkingByte

    Hope this helps

    Hamid

  • Take the backup of the user database using oracle forms 6i

    I need backup user database using oracle forms 6i. Is this possible?

    Yes.

    Try

    When press the button trigger

    DECLARE
        un                VARCHAR2(30);
        pw                VARCHAR2(30);
        db                VARCHAR2(30);
        con_str        VARCHAR2(100);
        --
        data_file    VARCHAR2(100);
        log_file    VARCHAR2(100);
        cmd_line    VARCHAR2(200);
        ALT NUMBER;
    BEGIN
        IF :CONTROL.file_name IS NULL THEN --- take a file location
            IF SHOW_ALERT('FILE_NAME') = ALERT_BUTTON1 THEN
                RAISE FORM_TRIGGER_FAILURE;
            END IF;
        END IF;
        --
        un    := GET_APPLICATION_PROPERTY(USERNAME);
        pw    := GET_APPLICATION_PROPERTY(PASSWORD);
        db    := GET_APPLICATION_PROPERTY(CONNECT_STRING);
        con_str    := un||'/'||pw||'@'||db;
        --
        data_file    := :CONTROL.file_name||'\'||un||
                                 TO_CHAR(SYSDATE, 'DDMMYYYY')||'.dmp';
    
        cmd_line    := 'exp userid='||con_str||' file='||data_file;
        HOST(cmd_line);
        --
    
        ALT:=SHOW_ALERT('MULTI_BACKUP');
        IF ALT=ALERT_BUTTON1 THEN
            RAISE FORM_TRIGGER_FAILURE;
        ELSE
            EXIT_FORM;
        END IF;
    
    END;
    
  • Oracle Forms Builder 12 c, crashing when generating a big mmx

    Hello

    I installed Oracle Forms Builder on Windows x 64 8 12 c. When I compile my menu I have no problem, but when I try to generate the file mmx, forms crash and close. Can someone tell me if I need a group of hotfixes or the value of any configuration on my Forms Builder?

    Best regards

    It's a bug I can reproduce it. It has nothing to do with the language or the size of the file, but the length of a Menu name here how it worked for me...

    The work around:

    Change the menu with 12cFormsbuilder.

    Open the file .mmb with Formsbuilder. Open the Menu tree. Look for the Menu titles that are more than 30 characters. Change the name< 31="" characters="" by="" clickiung="" on="" the="">

    If you click on it it will be automatically reduced to 30 characters. Save the file, generate

    The example which worked for me:

    MENU:

    ANDERE_STAMMDATEN_UND_VERKNUPF_MENU-> ANDERE_STAMMDATEN_UND_VERKNUPF

  • How to hide the Menu item in the Oracle Forms Menu bar.

    Hi all

    I have a requriement wherein I have to hide these oracle forms menu bar menu items whose rights are not available with the user.

    I already have enable / disable the option on the order of the day, but required to not display these items that are users do not allow access to users.

    Is it possible to do this task? Please help and guide me.

    Thank you

    Atif Zafar

    Perhaps a typing mistake?

    Your menu is named MAIN_MENU_MENU, in your code, you use only MAIN_MENU.

  • Oracle Forms Text_io package

    Hello everyone,

    I would like to ask if any body can help me to get the tutorial package text_io that explain step by step (PDF, link, video)

    something will help.thanks in advance to you all.

    Check

    1 function TEXT_IO

    2 TEXT. IO in Oracle Forms 10g

    3. howto_textio

    4. advice text_io

    Hope this helps

    Hamid

  • Oracle Forms and reports 12 c (12.2.1.0) Installation

    Hello

    I had downloaded a file of

    Oracle Forms and reports 12 c (12.2.1.0)

    Published on 23 October 2015

    http://www.Oracle.com/technetwork/developer-tools/forms/downloads/index.html .

    Now, I am trying to install, but its not install on the computer. can guide you how to install it.

    Sandy

    Two things:

    1. you didn't did not read carefully my last update.  I said that you need to install JDK 8 (more precisely 8U51 or newer).  Which suggests that you installed and that he tried to use Java 7 with that statement that you answered:

    C:\Program Files\Java\jdk1.7.0_79\bin>java-jar fmw_12.2.1.0.0_infrastructure.jar

    You must UNINSTALL 7U79 (which you cited above) and install the last v8, which is 8U66.

    http://www.Oracle.com/technetwork/Java/javase/downloads/index-JSP-138363.html

    2. you have not share of details necessary to understand what could happen.  For example:

    • On what platform and the version you install?
    • Have you reviewed the matrix of product Certification to ensure that this platform is certified for use?
    • Is your Windows user, a member of the Windows Administrators group?
    • The machine has at least 6 GB of RAM?
    • Is the installer staged locally or are access you it from a network share?
    • Did you review the Setup logs?  If this is not the case, do, as they will probably tell you what is happening.  They are located in:

      C:\Program Files\Oracle\Inventory\logs

    I highly recommend that go you through the documentation (Setup Guide, Sys requirements, etc.) before you install or use the product:

    http://docs.Oracle.com/middleware/1221/formsandreports/index.html

Maybe you are looking for