SQLDeveloper 1.1 Trigger Editing

The 1.1 version no longer allows editing triggers with an 8i database. (I know 8i is unsupported, but 1.0 did provide this, so I am now stuck with that release)
When I try to edit a trigger, I just get the "create or replace" line, and no trigger body.

Thanks for the hint.
I did not have JDBC drivers under /System/Library/Java/ but I did have them under /Library/Java/Extensions. However, I need those drivers in that location for other applications.
What did work, however, was going in to the /Applications/SQLDeveloper.app/Contents/Resources/sqldeveloper/jdbc/lib and removing the drivers from that location. SQLDeveloper then finds the correct drivers in the /Library/Java/Extensions folder.

Similar Messages

  • Trigger edit red screen - missing xml mime types from installation?

    trying to edit some trigger code - red screen displays. I've seen this in the 'regular' htmldb when the two AddType lines were not added to the httpd.conf file. But in OracleXE Windows, where would I find these to check or add to what file?
    Wayne Linton

    anyone know how to add the HTMLDB mimetypes to firefox? I know how to do this using Apache/httpd.conf, but I'm using a remote windows box over the web. I think I need to add them to the mimeTypes.rdf file in the Firefox profile but don't know how.
    Wayne

  • Photomerge Fuction is not working in Photoshop CC

    I'm able to select images in Photomerge dialogue. After this selection and giving commond to merge files photoshop start working on it by creating layers of each image but after that nothing happened not even the new file created by Photomerge close automatically

    Please read these and proceed accordingly:
    http://forums.adobe.com/docs/DOC-2325
    http://blogs.adobe.com/crawlspace/2012/07/photoshop-basic-troubleshooting-steps-to-fix-mos t-issues.html
    Can you manually trigger Edit > Auto-Align Layers?

  • How to inspect a cursor variable in a debug session?

    In a function inside the body of a package I do...
    Example:
    V_SITUACIONESACTYHIST C_SITUACIONESACTYHIST%ROWTYPE;
    BEGIN
    FOR v_SituacionesACTyHIST IN c_SituacionesACTyHIST( p_id_DECE400, p_idpers )
    LOOP
    IF ( V_SITUACIONESACTYHIST.ESTADO_SITUACION = 'S' ) THEN
    v_hay_regs_hist:=1;
    END IF;
    END LOOP;
    where the cursor variable c_SituacionesACTyHIST is declared in the specifications package (Is this the problem, because is a global declaration?).
    When debugging I cannot inspect the value of V_SITUACIONESACTYHIST.ESTADO_SITUACION or whatever cursor variable field; I always obtain "NULL" as value...
    Why?
    How can I see the value of that variables?
    I have the same problem in v2.1 and 1.5.5 version of sqldeveloper.
    Thanks.
    Edited by: pacoKAS on 11-feb-2010 0:14
    Edited by: pacoKAS on 11-feb-2010 0:17
    Edited by: pacoKAS on 11-feb-2010 0:17
    Edited by: pacoKAS on 11-feb-2010 0:19
    Edited by: pacoKAS on 11-feb-2010 0:21
    Edited by: pacoKAS on 11-feb-2010 0:22
    Edited by: pacoKAS on 11-feb-2010 0:22

    I'm proposing that you don't have a variable named the same as your cursor variable.
    CREATE OR REPLACE
    PROCEDURE P1
    AS
      CURSOR test_cur
      IS
        SELECT owner, table_name FROM all_tables WHERE ROWNUM <= 10;
      --  x test_cur%rowtype;  /* This variable is not needed. */
    BEGIN
      FOR x IN test_cur  /* If you don't have another variable named x somewhere, you can see values for x */
      LOOP
        dbms_output.put_line(x.owner || '.' || x.table_name);
      END LOOP;
    END P1;from your example...
    V_SITUACIONESACTYHIST C_SITUACIONESACTYHIST%ROWTYPE;
    BEGIN
    FOR v_SituacionesACTyHIST IN c_SituacionesACTyHIST( p_id_DECE400, p_idpers )
    LOOP
    IF ( V_SITUACIONESACTYHIST.ESTADO_SITUACION = 'S' ) THEN
    v_hay_regs_hist:=1;
    END IF;
    END LOOP;You're declaring your variable twice:
    (1) V_SITUACIONESACTYHIST C_SITUACIONESACTYHIST%ROWTYPE;
    (2) FOR v_SituacionesACTyHIST IN c_SituacionesACTyHIST
    When you're debugging, it's looking at the first version...which is null because you haven't assigned anything to it. When you use a Cursor For-Loop like that, it implicitly declares the variable for you. You don't have to do it in your DECLARE section.
    Edited by: DylanB123 on Feb 16, 2010 1:04 PM

  • Action to action triggering

    Dear Gurus,
    there is simple workflow in MM.
    steps:
    one action trigger : editing purchase order : working fine,
    2nd action will trigger : releasing purchase order : not working
    means in simple work, i want after completion of process of editing purchase order system should trigger ME29N for releasing same purchase order, but at present it's not working.
    here we are already passing purchasing doc & release code as input parameter.
    can anybody please help on the same..?
    rgds,

    Hello,
    You say:
    "after completion of process of editing purchase order system should trigger ME29N"
    How are you trying to do this? Does an event get created? Do you have a workflow that gets triggered by that event, which calls ME29N?
    regards
    Rick Bakker
    Hanabi Technology

  • Version 4.0.0.12 - On cold start in windows, I keep being prompted for location of JDK

    I have 2 versions of JDK installed on my W7 server (64bit).
    When I start the SQLDEVELOPER application it comes up with a pop-up saying what I already know :
    "Java version 1.6.0_11 not supported. The minimum version required is 1.6.0_35"
    It then prompts me for a path to a newer release :
    "Please specify the path to the Java JDK home (e.g. c:\Program Files\Java\jdk):"
    I enter the valid path for my laptop thus :
    C:\Program Files\Java\jdk1.7.0_40
    And all is well. SQLDeveloper gets on with the business
    However, when I close and restart the application, it appears to have forgotten what I last told it and I have to go through the process all over again !
    How can it retain the path to the JDK please ?

    Sounds like you don't have write file permissions to where SQL Developer is installed.
    Find the sqldeveloper/bin directory and edit the sqldeveloper.conf file to have this line:
    SetJavaHome C:\Program Files\Java\jdk1.7.0_40

  • Photomerge in CC not working

    I have 5 files of 11.2MB each I want to merge for a panorama.
    It takes 1minute in CS6 to complete the process and render a perfect panorama.
    In CC, Alignment of  Layers is laborious and uses max CPU resources.
    "Blending Selected Layers Based On Content", renders CC unresponsive.
    Yes, I am running CC 64bit!
    So far my experiance  has been, that CC has problems using PC resourses.

    Please read these and proceed accordingly:
    http://forums.adobe.com/docs/DOC-2325
    http://blogs.adobe.com/crawlspace/2012/07/photoshop-basic-troubleshooting-steps-to-fix-mos t-issues.html
    Can you manually trigger Edit > Auto-Align Layers?

  • Frozen SQL Developer Console on startup

    Hello
    Recently installed the latest version of SQLDeveloper 3.1EA on WindowsXP. Working fine initially for a few days but now on startup the console freezes and I am unable to click on any of the menu options even to close the tips of the day window. To kill the process, I have to end the SQL Developer from Task Manager
    Reverted back to my previous SQLDeveloper 3.0 version, but having the same problem. The mouse simply has no effect when clicking on Tabs, Menu items etc.
    My version of Java from the command line prompt is 1.6.0_10
    Can any body help with this issue??
    Regards
    Ade

    Well then, perhaps it's not SQL Developer at all.
    Wild guess: do you have lots of other things running simultaneously? Check your Windows Task Manager's Performance tab and see if the Commit Charge exceeds Physical Memory. It could be that your system might be doing excessive paging. Do you see how much memory the top processes are using in the Process tab? (may need to select Mem Usage and/or VM Size columns using View|Select Columns).
    Good luck and remember to post your questions with 3.1EA1 in the title if the question pertains specifically to this new early adopter release.
    -Gary
    P.S.: And ctrl-break should work fine if you launch sqldeveloper.exe from the ...\sqldeveloper\sqldeveloper\bin directory.
    Edited by: gggraham on Oct 14, 2011 9:40 AM

  • Number of Frames ?!

    Hi all,
    This forum has been great. But I encountered this problem that I cannot find a solution hint to here. It must be something simple... I did ask this question a couple of times, and got great responses but not quite what I asked. Maybe I wasn't clear on what I needed. However, I cannot believe that you gurus out there don't know how to count the number of repeating frames!
    I need to count total occurances of a repeating frame. This repeating frame represents a second level linked query say G_emp. The main query is G_dept for example. Output is as follows:
    Dept ID: 10
    ...Emp ID 100... Count 1 (Artificial)
    ..........101 Count 2
    ..........102 Count 3 <--
    Total of counts for DeptID#10: 3.
    The difficulty is the I don't have a physical column to sum it up or use "Last" function of the summation. Since the result comes from two linked queries (G_Dept and G_Emp), than I cannot use count function there either.
    I tried to use placeholder column to identify each frame's occurance. I have a problem when trying to sum it up for each G_Dept and output after G_emp information.
    Is there a way to do it?
    Or it's not possible in Oracle 9i?
    I do apologize for being so determined to get some help, but I don't have much experience with this stuff to back me up.
    Can anyone help? I appreciate it a lot!
    Thank you, Slava

    Hi Slava
    1. Create a summary column cs_1 within the detail group g_emp.
    A. Set the function to count.
    B. Source to a column that is not null, may be empno.
    C. Reset at master group g_dept.
    In the output
    Dept ID: 10
    ...Emp ID 100... Count 1 (Artificial)
    ..........101 Count 2
    ..........102 Count 3 <--
    IF you really want Count 1, Count 2 etc in each row,
    2. Default the layout.
    3. Double click on CS_1 -> General Layout -> Format Trigger Edit. Create a trigger.
    For example:
    function F_CS_1FormatTrigger return boolean is
    count number;
    begin
    count := :cs_1+1;
    return(TRUE);
    end;
    With this the output would look like:
    Dept ID: 10
    ...Emp ID 100... Count 1 (Artificial)
    ..........101 Count 2
    ..........102 Count 3 <--
    In case you need to sum up the count at every break of master group like
    Dept ID: 10
    ...Emp ID 100... Count 1 (Artificial)
    ..........101 Count 2
    ..........102 Count 3 <--
    Total of counts for DeptID#10: 3
    Add one more summary coumn to master group cs_2. Set the function as add and set the source column to cs_1. Generate the layout again. This would sum up the cs_1 of each rows at each break of master group.
    Let me know if it helps.
    Thanks
    Rohit

  • Workflow - Change in owner

    Hello,
    I have searched the forum and tried everything that was returned but nothing looks to work. I am trying to trigger workflow if the owner field changes from one user to another. Some work but also trigger if anything else changes on the opportunity.
    The following are formula's that i have tried and havent worked.
    [<OwnerId>]<>PRE('<OwnerId>')
    PRE('<OwnerId>')
    [<OwnerId>]
    [<OwnerId>] <> [<OwnerId>]
    Does anyone have a suggestion i have been ripping my hair out over this one
    Sorry i didnt see this comment but the suggestion doesnt work either.
    Trying to create a WF with Account Owner as trigger
    Edited by: JE on Sep 3, 2008 4:39 PM

    No Problems.
    So i created the workflow on the Opportunity reocrd when the record is modified or saved and the workflow action code was PRE('<OwnerId>') <> [<OwnerId>] but the code doesnt display correctly within this post as around the second owner id you need to press {} buttons but without holding shift.
    I then created the action to email relative user or record which is the opportunity owner. Let me know if this still doesnt help you.

  • NI USB-6008による高速トリガ生成

    NI USB-6008による高速トリガの生成を目標とするプログラムを作成しています
    現在、Lab View の「DAQアシスタントとForループ」を使用してトリガ自体の生成は可能になったのですが
    パルス幅制御に「待機時間」を使用しているのですが
    Forループの影響でパルス幅のばらつき(1~2μS変動)や
    一定以上パルスの幅が小さくならないという問題が生じています
    目的としては「100nSのパルス幅が生成可能」なのですが可能なのでしょうか?
    添付:
    Trigger edit.vi ‏158 KB

    miura様
    お世話になっております。
    日本ナショナルインスツルメンツ 技術部 天沼と申します。
    100μSのパルス幅が生成可能とは5KHzのパルス列を生成すると受け取ってよろしいでしょうか?
    まずUSB-6008はデジタル出力がソフトウェアタイミングのみの対応となっておりますので1ms以下の制御をすることができません。
    これはOSに依存しているためです。
    ですのでそのほかの方法で実現する必要があるのですが、選択肢として下記があげられるかと思います。
    ①アナログ出力で0-5Vのパルス(方形波)を生成する方法
    ②カウンタ出力でパルス列を生成する方法
    しかしながら6008では①の場合、使用上アナログ出力アップデートレートが150Hzのため5KHzの信号の生成は難しいと思われます。
    また②の場合、6008自身、カウンタの機能は持ち合わせているのですがパルス出力ができない仕様になっております。
    恐縮ではございますが、ご希望の動作を実現させるためには別途使用デバイスをご検討いただく必要があるかと思います。
    たとえばhttp://sine.ni.com/nips/cds/view/p/lang/ja/nid/202597こちらの製品であれば十分にお客様の使用を満たすと思われます。
    他にもご予算等に応じて製品をご紹介できるかと思いますので、ご検討の際は一度、弊社営業部までお問い合わせいただければと思います。
    日本NI 技術部 天沼

  • SQLDeveloper 3.2 - I can't see trigger code

    Hi people
    In some cases, I can't see trigger code.
    I didn't find a pattern to determine what kind of trigger has an invisible code.
    For example, in my instance I can't see code of SCOTT.AFTER_INS_UPD_ON_EMP trigger, but I see it in SQL tab for SCOTT.EMP table.
    I had to copy from there and recreate trigger. Now is visible
    I work with EBS R12, and a list of some triggers with that problem follows:
    AR_RECEIVABLE_APPLICATIONS_BRI
    AS_JTF_RS_GROUP_MEM_BI
    FND_FLEX_VAL_RULE_LINES_T1
    FND_FLEX_VALIDATION_RULES_T1
    FND_SECURITY_GROUPS_IL
    HR_LOCATIONS_ALL_OVN
    PAY_TEMPLATE_EXCLUSION_RUL_WHO
    PER_ALL_PEOPLE_F_OVN
    PER_PERSON_ANALYSES_OVN
    PER_PSV_OVN
    WIP_DISCRETE_JOBS_BRD
    My info:
    SQL Developer 3.2.09.30
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit
    Thanks
    Oscar

    Hi Oscar,
    Possibly your issue may be the same as this very recently logged and fixed bug:
    Bug 14530780 - TRIGGERCODE IN OTHER SCHEMA NOT VISIBLE IN BROWSER, HOWEVER QUERIABLE IN SQLWORK
    But the bug narrative never claims it is a regression, so presumably it also would have been a problem in prior releases.
    Regards,
    Gary

  • Edit Trigger

    Hello,
    I just created a trigger, but can't figure out how to edit. When I right-mouse click on the a table, and then go to the trigger section, there is no option for editing.
    Thanks, sck10

    Actually, in the trigger tab of a table, you can invoke the context menu to "Go To TRIGGER"...
    Have fun,
    K.

  • Installing SQLDeveloper with Oracle Database Express Edition 11g Release 2

    Hello,
    I have a problem with sqldeveloper in connecting to the database with the following message:
    *"java.lang.unsatisfiedlinkerror oracle.jdbc.driver.t2cconnection.t2csetsessiontimezone"*
    I can connect to the database via SQL / SQLPLUS. I cannot select from the dual table.
    My machine is windows 7 - 64 -bit. I downloaded SQLDEVELOPER for 32-bit.
    Thanks.
    Jaffee

    I downloaded the version without the JDK, because I already had Java on my machine. I will try with the JDK included.
    New update: I download the version with the JDK. I recevied the same message. Do I need to delete the first version of Java?
    Thanks.
    Jaffee
    Edited by: Jaffee2 on Jul 24, 2012 11:50 AM

  • Re: SQL-Developer Freezes Every Time I Click on a Trigger to Edit it

    Yes: SQL-Developer Freezes Every Time I Click on a Trigger just to edit it, even though the trigger is disabled. How do I get SQL-Developer to stop freezing-up and making me re-boot every time I even just click on a Trigger to select it, so that I can then rt.-click and edit it. Sometimes, SQL-Developer won't freeze immediately upon selecting the Trigger with my mouse, it will allow me to rt.-click to bring up the pop-up menu where I then try to click on "Edit" so I can change the same trigger, & as soon as I choose "Edit" SQL-Developer freezes-up -- must reboot.
    Also, one time I dropped a Trigger altogether in SQL-Developer, not just disabled it, but SQL-Developer was still launching the supposedly "dropped" trigger (the trigger also no longer appeared as an item under "Triggers" tree view) when I ran
    a SQL Script that did INSERTs: this supposedly dropped Trigger that no longer appeared anywhere in SQL-Developer was still executing (I could tell because I was getting ERROR MESSAGES in the Messages box) and the Trigger that I had executed the DROP command on from within SQL-Programmer really was only dropped and stopped executing after I re-booted. Can you help me?
    My immediate problem is the one above though. Do I need to create a Schema-Level Trigger to disable or drop all Triggers when I first logon (triggered by my logon system event), and then they will "CREATE" properly and stop freezing up and acting weird?

    Sorry, the above thread should have been a "new" post, not a reply post.

Maybe you are looking for