Trigger information not showing up in SQL Developer

I cannot get any "trigger" information to display in SQL Developer when I click on the "Triggers" tab for a table in which I KNOW has at least 1 DBA_TRIGGERS
entry. Has anyone else experienced this ? Is this a bug ? I have the "patch 2"
version installed. All other tabs give me output (e.g. Grants, Contraints, etc.).

user524670,
I'm sorry you feel we're not active on the forum, we're a small team ;-)
There are a number of excellent responders on this forum and many questions have previous responses about bugs or ERs logged. Remember this is a community forum and I think it is doing exceedingly well as one.
You can definitely log an SR with Support and ask them to give this priority. However, you'll have seen from earlier posts that the statement of direction for SQL Developer is now available. We do not plan to release a patch 3, as we are focused on release 1.1, due out in the next few months.
Sue

Similar Messages

  • Pl/SQL Error ORA-00904 not showing in Oracle SQL Developer

    Hi,
    I am new to Oracle and the various development tools available.
    Whilst using Oracle SQL Developer we have come across a scenario where a PL/SQL package does not compile, but only shows warnings in the compiler log.
    The same packeage when compiled using PL/SQL Navigator shows a much more detailed list of errors, and highlights the real problem.
    Why does Oracle SQL Developer not show the following error?
    PL/SQL: ORA-00904: "SERIAL_LINE_ID": invalid identifier
    Regards
    Adrian

    There are various settings you can give to messages. (eg, informational, warning, severe).
    Tools-PL/SQL compiler options.
    Normally, just the first 20 messages are displayed.
    Either change code to get rid of warning messages, or change settings to ignore informational and warning messages.
    P.S. There is a dedicated sqldeveloper forum where your question should really have been posted.
    Edited by: Keith Jamieson on Mar 9, 2009 1:45 PM

  • Syntax highlighting not working on PL/SQL developer tool

    Hello,
    Syntax highlighting is not working on PL/SQL developer tool using the beautifier. When I go set Syntax highlighting parameters (from  EDIT>PL/SQL Developer Beautifier Options > User Interface> Editor> Syntax Highlighting ) and click apply, the changes are not reflected in SQL code in the SQL window. Other feautures in the beautifier such as Fonts, Window types are working fine.
    Please help me with this issue.
    Thanks!!
    Shreejit

    As this is not an Oracle related question (let alone Oracle SQL or PL/SQL), and as you've been given a link to the relevant website... I'll now lock this thread.

  • Logon trigger setting nls_date_format over ridden by sql developer?

    Problem: Developers are inserting a Date record into a varchar field. I can't change this process right now. Non-Date info is stored here also. Would require a code change.
    To simplify this, I wanted to get all the developers to insert using the same 'nls_date_format'. I had hoped to be able to centralize this by having Oracle set it in the database. I tried this by setting the database nls_date_format and with a logon trigger.
    See test below. Seems to be over ridden.
    Test case is with SQL Developer. Noticed the same thing when developers use Websphere. I think we reduce the chance for errors, if I can handle this in the database. However, my nls_date_format settings are getting over ridden.
    1. s et database parameter nls_date_format to YYYY-MM-DD HH24:MI:SS , this gets over riden by SQL Developer/Websphere
    2. Created a trigger with an 'alter session', but this seems to get over ridden also.
    Please see test case below:
    Oracle 11.2.0.3
    test logging: SQLPLUS locally on the unix server, then log in using SQL Developer which is installed on my laptop.
    SQL Developer NLS_DATE_FORMAT : YYYY-MON-DD HH24:MI:SS , This is different for test purposes
    I have auditing turned turned on to db,extended with 'audit all by 'user' by access;' for test purposes to get more info.
    create table test (username varchar2(30),sid number,mytest varchar2(300),insert_date date);
    create or replace
    TRIGGER LOGINTRG
    AFTER LOGON ON DATABASE
    BEGIN
    insert into test select user,   sys_context('USERENV','SID') ,value,sysdate from v$parameter where name = 'nls_date_format';
    EXECUTE IMMEDIATE 'ALTER SESSION SET NLS_DATE_FORMAT=''YYYY-MM-DD HH24:MI:SS''';
    insert into test select user,   sys_context('USERENV','SID') ,value,sysdate from v$parameter where name = 'nls_date_format';
    commit;
    END LOGINTRG;
    /Results/Questions
    1. When I select from 'test', I confirm that my NLS_DATE_FORMAT is the same both before and after the alter session.
    2. select value from v$parameter where name = 'nls_date_format'
    output: YYYY-MON-DD HH24:MI:SS (so sql developer is over riding this);
    3. select * from dba_audit_trail where username = 'MYUSER' order by timestamp desc;
    The SQLs from the logon trigger are not captured. how do I capture logon trigger sqls? Not a huge deal, just curious
    4. I do not see any alter sessions issued by my user. shouldn't audit all by access capture that? how could my session nls_date_format change without an alter session?
    Edited by: Guess2 on Apr 22, 2013 10:44 AM

    >
    Problem: Developers are inserting a Date record into a varchar field.
    >
    No - they aren't. That is physically impossible. The only thing that can be stored in a 'varchar field' is a string. Oracle considers ANYTHING stored in a character column to be a string.
    Date values are stored in DATE columns. Perhaps you meant that developers are converting DATE values to strings and then storing the string in a 'varchar field'?
    >
    I can't change this process right now. Non-Date info is stored here also.
    >
    WONDERFUL! Why use a column to stored just one type of data? That is extremely wasteful. Hopefully you store strings that represent numbers in that same column also? It makes the data model so much easier to understand if developers only need to learn one datatype.
    >
    Would require a code change.
    >
    The horror!
    You should never, ever, EVER use a code change to fix a problem if there is even the slightest possibility that you can change the ENTIRE DATABASE instead.
    I've got good news though. You are now on version Oracle 11.2.0.3 and Oracle, after months of protests by some of their largest clients, has finally dropped the exhorbitant license fees for using some of the more esoteric datatypes like DATE and NUMBER.
    You should suggest to your manager that they use some of the license fee money saved to hire developers that already know how to design proper data models and use those new-fangled datatypes.
    Trust me - once you've made it up that steep learning curve your code will have fewer of those pesky 'dirty data' issues to deal with.
    Sure - it means less job security for your current developers. But sometimes you just have to 'take one for the team'!

  • Not connected to PL/SQL Developer

    Hi,
    I am using oracle9i and solaris 8.i created a database in the server .. if i open the database in the pl/sql developer it shows error as
    ORA-01034: ORACLE not available
    ORA-27123: unable to attach to shared memory segment
    SVR4 Error: 13: Permission denied
    . But the same database is accessed by other user near by me using pl/sql developer ... what is the solution for this...

    a normal user.What is a "normal user"?
    Me also try the same but receiving the error.Well perhaps the system just hates you.
    Please provide the solutions We don't know the solution. There is a problem in your set-up. You need to compare your config files, etc with your more successful colleague and diagnose the problem. We cannot do this for you.
    Regards, APC

  • Third party Certificate not showing up in SQL configuration manager drop down box

    Hi,
    I have an SQL instance that needs to use a third party SSL certificate for all communications to that SQL instance. I have installed my third party certificate via MMC and it is showing under the Personal Folder.
    However, when i go into the SQL configuration manager and right click the instance name > Properties > Certificates, it is not showing in the drop down box.
    I am currently using MS SQL Server 2008 R2, which is installed on Windows Server 2012. 

    Hi,
    If the certificate cannot be used for SQL Server and hence will not be visible in SQL Configuration manager. Check the validity of the installed certificate. It may not has the correct DNS name.
    I suggest you request a new third party certificate from the vendor with the correct DNS name. Install it on SQL Server environment, then you should see certificate form the configuration manager dropdown box.
    Thanks.
    Tracy Cai
    TechNet Community Support

  • AD user information not showing in Outlook 2010

    I enabled the use of photos to be added to exchange user accounts in AD, and for some reason, the user information does not show when outlook is in cached mode. If I turn cached mode off, the user information displays in outlook

    That could help: https://social.technet.microsoft.com/forums/office/en-US/47889e9f-9318-44d3-b7a6-56b1a98bf316/outlook-2010-ad-photo-cache
    More if you ask them here: https://social.technet.microsoft.com/Forums/office/en-US/home?forum=outlook
    This posting is provided AS IS with no warranties or guarantees , and confers no rights.
    Ahmed MALEK
    My Website Link
    My Linkedin Profile
    My MVP Profile

  • How to execute sqlplus command like 'show parameters '  in SQL Developer?

    Hi guys,
    here's another problem i just ran into, is it possible to run sqlplus cmd like 'show parameters ' in this tool? anyone can help? thanks in advance.

    thanks.
    and i just looked into the user guide and found that several sqlplus commands were unsupported in SQL Developer, including 'show '. i don't know why but anyway i get the answer, i can go back to use sqlplus itself.

  • How to show alerts in sql developer?

    hi all
    I want to display a message box in backend( sql developer). Every day open the sql developer, i want to see some mesage from table data. can u plz sample code of this requirement.
    plz reply

    SQL Developer is not a monitoring solution, which is generally what one is asking for when the word 'alerts' is used. Perhaps you need something along the lines of Oracle Enterprise Manager ?

  • ID3 tag information not showing up on imported files

    I've only had my iPod for a couple of days and I'm working right now on importing all my computer's mp3 files into iTunes, using "add folder to library." Most of the time it's going fine, but for some files the ID3 information will not show up for no apparent reason when it is definitely there (it shows up fine in Winamp etc)--sometimes it will even be only a few songs in a folder with the others working! I have no idea what to do, and when I search the forums all I can find is other people having the same problem but no answers. Someone help please?
    Dell Inspiron 1501   Windows XP  

    In iTunes, select all the songs.
    Go to menu Advanced -> Convert ID3 tags.
    Select ID3 tag version: V2.2.

  • Database not getting connected from sql developer(Vendor code 20)

    Am getting the following error while connecting db from sql dev
    "network adapter could not establish connection vendor code 20"
    FYI - database is up and running fine in sqlplus, and am not able to find the service in lnsrctl. As am using OIM db as service name while its showing CLRExtProc.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1521)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for 32-bit Windows: Version 11.2.0.1.0 - Prod
    ction
    Start Date 21-NOV-2012 20:28:48
    Uptime 0 days 0 hr. 27 min. 32 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File d:\app\Karan\product\11.2.0\dbhome_1\network\admin\li
    tener.ora
    Listener Log File d:\app\karan\diag\tnslsnr\Karan-PC\listener\alert\log
    xml
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1521ipc)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=1521)))
    Services Summary...
    Service "CLRExtProc" has 1 instance(s).
    Instance "CLRExtProc", status UNKNOWN, has 3 handler(s) for this service...
    The command completed successfully
    Also contents of tnsnames.ora and listener.ora are shown below
    # listener.ora Network Configuration File: d:\app\Karan\product\11.2.0\dbhome_1\network\admin\listener.ora
    # Generated by Oracle configuration tools.
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = CLRExtProc)
    (ORACLE_HOME = d:\app\Karan\product\11.2.0\dbhome_1)
    (PROGRAM = extproc)
    (ENVS = "EXTPROC_DLLS=ONLY:d:\app\Karan\product\11.2.0\dbhome_1\bin\oraclr11.dll")
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
    ADR_BASE_LISTENER = d:\app\Karan
    ---------------------------------------------tnsnames.ora-----------------------------------------------------
    # tnsnames.ora Network Configuration File: d:\app\Karan\product\11.2.0\dbhome_1\network\admin\tnsnames.ora
    # Generated by Oracle configuration tools.
    OIMDB =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = OIMDB)
    ORACLR_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
    (CONNECT_DATA =
    (SID = CLRExtProc)
    (PRESENTATION = RO)
    FYI - yesterday all database was running fine. As I was trying to do some modifications in tnsnames.ora and listener.ora, I was unable to save them, as permission is denied.
    Kindly suggest.....
    Regards,
    KK

    stop everything OIM, Database and listener.
    now open your listener.ora and put below ( backup the original one somewhere)
    LISTENER=
    (DESCRIPTION=
    (ADDRESS_LIST=
    (ADDRESS=(PROTOCOL=tcp)(HOST=localhost)(PORT=1521))
    (ADDRESS=(PROTOCOL=ipc)(KEY=extproc))))
    SID_LIST_LISTENER=
    (SID_LIST=
    (SID_DESC=
    (GLOBAL_DBNAME=oimdb)
    (ORACLE_HOME=d:\app\Karan\product\11.2.0\dbhome_1)
    (SID_NAME=OIMDB)))
    LISTENER=
    (DESCRIPTION=
    (ADDRESS_LIST=
    (ADDRESS=(PROTOCOL=tcp)(HOST=localhost)(PORT=1521))
    (ADDRESS=(PROTOCOL=ipc)(KEY=extproc))))
    SID_LIST_LISTENER=
    (SID_LIST=
    (SID_DESC=
    (GLOBAL_DBNAME=oimdb)
    (ORACLE_HOME=d:\app\Karan\product\11.2.0\dbhome_1)
    (SID_NAME=oimdb))
    (SID_DESC=
    (SID_NAME=plsextproc)
    (ORACLE_HOME=d:\app\Karan\product\11.2.0\dbhome_1)
    (PROGRAM=extproc)))
    1.set ORACLE_SID at command prompt . like set ORACLE_SID=OIMDB
    2.start listener (lsnrctl start)
    3.start database.
    4. check this query ( select instance_name from v$instance;)
    5. check listener status( lsnrctl status)
    if still doesn't work try same step with the original listener.ora file

  • Linked information not showing up in Preview, Blank box export to ppt

    -Operating System: XP
    -OS Patch level: SP3
    -Office Version: 2002
    -Flash Player version: 10
    -Xcelsius Version and Patch Level: 2008, 5.0.0.99
    -Xcelsius Build number (Help>About Xcelsius): 1,2,0,247
    -Business Objects Enterprise version/patch level (if applicable): N/A
    -Issue Description:
    -Steps to Duplicate:
    Issue One:
    I have used a series of gauges and linked them to data in an embedded excel file.  When i look at the preview the gauges are all registered at the miniumum possible, as if there was no data.  If i hard code the data it works fine.  My reports need to update monthly, weekly, and daily, so I don't want to hardcode all this information.
    Issue Two:
    When I export to Power Point I get a slide with a blank box as its only data.  The box is just as if I had used forms to create a white box with an outline.  (I already searched the forum and saving as ppt isn't doing the trick)
    Edited by: MRJordan on Sep 9, 2009 9:57 PM

    Hi,
    There were couple of bugs with SP1 and Fix packs which were fixed in recent fix packs and service packs( i.e. SP2).
    I am not sure which data connection you are using. It's not a bad idea to move to the latest patch. There were some issues with canvas going blank or some components not behaving correctly which was fixed in FP3 and SP2.
    Please provide more detail on your 1st issue and it would help me to help you better.
    Thanks,
    Amit.

  • Contact information not showing in address book

    Migrated from Snow Leopard to Mavericks and the address book shows no contacts. The data appears to have been correctly imported into my user folder > library > application support > address book folder (but the icons show up as "Unix / Terminal" not "blank").
    I've run permission repair and daily / weekly / monthly maintenance routines to no avail.
    Any suggestions?

    After several days of trying, i finally seem to have it working. What i ended up doing was exporting my backing up my addresses on another computer that still had Snow Leopard on it. I exported both as .abbu and vCards. I was then able to get the vCards into iCloud.
    Problem was, i could not get them to import into Contacts in Mavericks. I could not even add the iCloud account to contacts. It would let me sign in and choose contacts, but iCloud never showed up in the accounts nor did the contacts show up in Contacts.
    After trying repairing permissions and resetting the PRAM to no avail, it occured to me to delete the Address Book folder from /Library/Application Support
    Once that folder was gone, i was able to add iCloud to the accounts and import the .abbu file from Address Book.
    So if you did not export your Address Book contacts before updating, you will need a second computer that is still running Snow Leopard to export the contacts. Then you can delete the Address Book folder from the Library and you should then be able to import the contacts into Contacts on Mavericks.
    Hope this helps.

  • Reserved Words not Highlighted in Oracle SQL Developer

    Hi believe that issue has already been raised however this is more widespread (i.e. %FOUND, %NOTFOUND and %ISOPEN to name a few)

    There are various settings you can give to messages. (eg, informational, warning, severe).
    Tools-PL/SQL compiler options.
    Normally, just the first 20 messages are displayed.
    Either change code to get rid of warning messages, or change settings to ignore informational and warning messages.
    P.S. There is a dedicated sqldeveloper forum where your question should really have been posted.
    Edited by: Keith Jamieson on Mar 9, 2009 1:45 PM

  • Images Not Showing In Filmstrip or Develop

    I just upgraded to Snow Leopard (old I know!) and Lightroom 4. Since the upgrades, images have not been appearing in the filmstrip or in the develop module - when I switch to develop, it says "no photo selected." Anyone know why that may be?

    It seems to be a Premiere memory management problem.
    In older versions, it was very bad. It has got a bit better with each new release, but unless CS4 cracks it the issue will still be around to catch those who use lots of big images in a project.

Maybe you are looking for