SQL Developer 1.2 - (ADC) Linux - How to turn off GUI activity logs

I have two questions:
1. I am an internal Oracle engineer, trying to configure SQL Developer
to run within ADE - to debug SYS-installed DBMS packages.
If there is already an internal cheatsheet/wiki page on how to do
this, could you please point me to it? (Since this is a public forum,
please let me know if I can send you a direct internal mail to get
this info).
2. I installed the latest rev (sqldeveloper-1.2.29.98-1.noarch.rpm) on my
ADC Linux box, and I get outputs (stderr I'd presume) on my launch
window - xterm/xemacs. Is there a switch to turn this off? I do not want
to use a shell redirect because I don't know if these are coming out of
stderr or stdout - and thereby miss out on some legit errors.
[oracle/tklocal> reloadBuffers(): 60 nodes checked in 0.010883 s
reloadBuffers(): 60 nodes checked in 0.007401 second(s)
reloadBuffers(): 60 nodes checked in 0.005423 second(s)
reloadBuffers(): 60 nodes checked in 0.009839 second(s)
reloadBuffers(): 60 nodes checked in 0.016451 second(s)
and on and on
This seems to happen whenever my mouse scopes out of SQL Developer
and into another window and back.. but this could also be a periodic output,
I am not sure.
Thanks, Ram                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

For 1: there is an internal site for SQL Developer (sqldeveloper.oraclecorp.com). It may provide details about internal lists etc. you can use (although I can't verify at the moment, since it appears to be down for maintenance).
For 2: These messages are debug diagnostics. They really ought to be turned off by default in SQL Developer, but it seems like they aren't for some reason. You can switch them off by adding the following line to sqldeveloper.conf:
AddVMOption -Dide.AssertTracingDisabled=trueThanks,
Brian

Similar Messages

  • Having trouble connecting SQL Developer to database on LINUX machine

    Having trouble connecting SQL Developer to database on LINUX machine
    Hello,
    I am trying to connect my windows 7 home premium machine to an oracle database 11g on a RedHat 5 machine using SQL Developer. i got this error message on SQL Developer
    Status : Failure - Test failed :The Network Adapter could not establish the connection
    on Linux
    LSNRCTL> status
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
    STATUS of the LISTENER
    Alias                     LISTENER
    Version                   TNSLSNR for Linux: Version 10.2.0.1.0 - Production
    Start Date                03-APR-2013 16:13:13
    Uptime                    7 days 22 hr. 16 min. 41 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Listener Parameter File   /u01/app/oracle/product/11.2.0/db_1/network/admin/listener.ora
    Listener Log File         /u01/app/oracle/product/11.2.0/db_1/network/log/listener.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=172.X.X.X)(PORT=1521)))
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "orc11g" has 1 instance(s).
    Instance "orc11g", status READY, has 1 handler(s) for this service...
    Service "orc11gXDB" has 1 instance(s).
    Instance "orc11g", status READY, has 1 handler(s) for this service...
    Service "orc11g_XPT" has 1 instance(s).
    Instance "orc11g", status READY, has 1 handler(s) for this service...
    The command completed successfully
    LSNRCTL> and TNSPING
    tnsping 172.x.x.x
    TNS Ping Utility for Linux: Version 10.2.0.1.0 - Production on 11-APR-2013 14:32:17
    Copyright (c) 1997, 2005, Oracle.  All rights reserved.
    Used parameter files:
    /u01/app/oracle/product/11.2.0/db_1/network/admin/sqlnet.ora
    Used EZCONNECT adapter to resolve the alias
    Attempting to contact (DESCRIPTION=(CONNECT_DATA=(SERVICE_NAME=172.x.x.x))(ADDRESS=(PROTOCOL=TCP)(HOST=172.x.x.x)(PORT=1521)))
    OK (0 msec)
    [oracle@ltebilling ~]$Tnsnames.ora On Linux ,
    ORC11G =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 172.x.x.x)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = orc11g)
    )Listner on Linux ,
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = /u01/app/oracle/product/11.2.0/db_1)
    (PROGRAM = extproc)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (ADDRESS = (PROTOCOL = TCP)(HOST = 172.x.x.x)(PORT = 1521))
    )/ect/hosts Linux ,
    # Do not remove the following line, or various programs
    # that require network functionality will fail.
    127.0.0.1               localhost.localdomain localhost
    172.x.x.x             LTEBillingand there is no problem of ping linux from windows
    Edited by: user11309581 on Apr 11, 2013 3:16 PM

    yes really i'm already enaple the port 1521 and SELINUX=disabled
    [root@ltebilling ~]# /etc/init.d/iptables status
    Table: filter
    Chain INPUT (policy ACCEPT)
    num  target     prot opt source               destination
    1    RH-Firewall-1-INPUT  all  --  0.0.0.0/0            0.0.0.0/0
    Chain FORWARD (policy ACCEPT)
    num  target     prot opt source               destination
    1    RH-Firewall-1-INPUT  all  --  0.0.0.0/0            0.0.0.0/0
    Chain OUTPUT (policy ACCEPT)
    num  target     prot opt source               destination
    Chain RH-Firewall-1-INPUT (2 references)
    num  target     prot opt source               destination
    1    ACCEPT     all  --  0.0.0.0/0            0.0.0.0/0
    2    ACCEPT     icmp --  0.0.0.0/0            0.0.0.0/0           icmp type 255
    3    ACCEPT     esp  --  0.0.0.0/0            0.0.0.0/0
    4    ACCEPT     ah   --  0.0.0.0/0            0.0.0.0/0
    5    ACCEPT     udp  --  0.0.0.0/0            224.0.0.251         udp dpt:5353
    6    ACCEPT     udp  --  0.0.0.0/0            0.0.0.0/0           udp dpt:631
    7    ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0           tcp dpt:631
    8    ACCEPT     all  --  0.0.0.0/0            0.0.0.0/0           state RELATED,ESTABLISHED
    9    ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0           state NEW tcp dpt:1521
    10   ACCEPT     tcp  --  0.0.0.0/0            0.0.0.0/0           state NEW tcp dpt:22
    11   REJECT     all  --  0.0.0.0/0            0.0.0.0/0           reject-with icmp-host-prohibitedbut from windows system when i'm try tnsping i got this error
    C:\Windows\system32>tnsping orc11g
    TNS Ping Utility for 64-bit Windows: Version 11.2.0.1.0 - Production on 11-APR-2
    013 14:44:09
    Copyright (c) 1997, 2010, Oracle.  All rights reserved.
    Used parameter files:
    D:\app\ubai\product\11.2.0\dbhome_2\network\admin\sqlnet.ora
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = 172.x.x
    .x)(PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = orc11g))
    TNS-12535: TNS:operation timed out
    C:\Windows\system32>

  • How to turn off those preexisting tables, SPs, etc. in Oracle XE?

    Hi,
    I am new for Oracle XE in SQL Developer?
    How to turn off those preexisting tables, SPs, etc. in Oracle XE based on
    SQL Developer? It is annoying to have so many preexisting tables, SPs, etc there.
    Thanks,

    One solution is to take a screen shot of the photo. That should make it last in line.
    Another solution. Make a new album. Transfer the photos to the new album. Then change the photo order, by tapping select, hold your finger on the photo, move it, tap done.

  • HOW TO TURN OFF NAP TO ELIMINATE WHITE NOISE?

    RE: HOW TO TURN OFF NAP TO ELIMINATE WHITE NOISE
    Ive discovered that when ever I attempt to record audio in Logic pro 8 I get a constant white noise in the back ground. I've seen proevious posts regarding this and have downloaded the xcode developer tools but cant find the right path to locate the "nap disbale" option. I'm using  a mac pro intel 10.6.8 [snow leopard] please advice as I am going out of my mind!!...thanks

    There is a forum devoted to Logic Pro you might want to ask there.

  • How to turn off connection sound

    When I connect my iPod to my iPod speakers it makes a sound that I previously disabled. However, yesterday I reset my iPod back to its factory settings just to remove any issues that may have developed with the software. Now I can't figure out how to turn off the connection sound. I have disabled all the sounds in the Settings menu, but can't disable the connection sound.
    Any ideas?

    menu->setting->profile (assuming u in general profile)->option->personalize->keypad tone set to off.

  • Yoga 2 Pro -- how to turn off switching mode notifications -- e.g. "tent mode", "tablet mode", etc?

    Does anyone know how to turn off the notifications that pop up in the upper right corner telling you that you have just changed from one configuration to another -- e.g. changing from tent mode to tablet mode?
    Solved!
    Go to Solution.

    Just disable it -
    Task manager > Startup > Click "Yoga Picks" > Click "disable"
    Next time you start your computer no more annoying pop ups.  If you want to be annoyed again you can always re-enable it.

  • I simply want to know how to turn off iCloud* without losing my contacts

    Call me old fashioned, but I really do NOT want to use iCloud EXCEPT for ONE THING*: and that's to find my phone, ipad or laptop if it goes missing.
    Having said that, I have figured out how to turn off icloud on my ipad and my iphone (I am not using the phone as a phone, just as a glorified ipod) while keeping the "find my ipad/iphone" function active, BUT
    I can't quite figure out how to do it on my laptop.
    I seem to have done it already for photos, and for the calendar, (I know this from checking iCloud to see what it's got) but just cannot figure out how to turn it off for contacts.
    And YES, I've backed up all of those things at LEAST 3 different ways, I just don't want the Cloud to be one of them.
    So can anyone tell me how to turn off contacts in the cloud without it also magically deleting them in my laptop? (I had it happen on the ipad, that's why I'm worried.)
    Thank you for understanding-I'm older and this stuff just keeps getting more complicated and I'm a simple person. I'll back up my own stuff!

    If you are refering to documents such as Pages and Numbers files....
    The only way around this is to "save as" you icloud documents using the associated app to a local folder on your mac.  Then turn off icloud.
    Of course, when you sign off of icloud, the docs are removed from the mac, but remain in icloud.  In the future when you sign back in, the documents are available to you again.
    Oh, and the icloud documents are also stored locally in ...
    ~/Library/Mobile Documents
    Note that Library in the user's home folder is now hidden, so you'll have to set Finder to view hidden files.
    The Mobile Documents folder has subfolder where copies of the doc/data files are stored.
    You can move these files to another folder to save them.

  • I'm using same icloud and same apple ID on two iphones. Now i get calls from same number on both iphones at the same time. How to turn off that?

    I'm using same icloud and same apple ID on two iphones. Now i get calls from same number on both iphones at the same time. How to turn off that?

    Apple ID's are not device specific, so when you changed it on the iPad 2 it changed it on the iPhone 4 as well, since it's the same account still. What you need to do is create a second Apple ID (so you'll have two accounts, one for iPhone 4 and a seperate one for iPad 2).
    To create a new Apple ID on your iPad 2:
    1) Go into Settings > Store.
    2) If you are already signed in, tap your Apple ID on the screen and you will be given a few options, one of which is to sign out of your account.
    3) After you sign out, now click the "Sign in" button.
    4) Tap "Create New Apple ID" and follow the instructions on-screen.

  • HT4314 Does anyone know how to turn off the pics of your Game Center friends showing on the right side of the screen while playing a game?

    Does anybody know how to turn off the pics of your Game Center friends that show while you're playing a game?

    Swamava,
    Thank you for the link you provided and I am glad I am not the only one with this problem, however beforeI install Adblock is it a free program or is there a fee you
    must pay to download the program? I am some what hesitant to be oblighted to
    a monthly or yearly bill.
    i

  • How to turn off pop-up blocker

    How to turn off pop-up blocker?

    Are you speaking of the one in the Firefox browser or Firefox OS?
    * Desktop Browser: [[Pop-up blocker settings, exceptions and troubleshooting]]

  • How to turn off voice over command in mac book pro 10.6.8

    how to turn off voice over command in mac book pro 10.6.8

    Open Universal Access preferences and disable it there.

  • How to turn off all the layers in one go?

    How to turn off all the layers in one go?
    In case the pdf file contains layers, then how to turn them all off in one go?
    Thank you for the help,
    Best
    Jamal

    able,
    What happens if you select both the grunge and the image and in the Transparency flyout tick Make Opacity Mask? You may try different ticking/unticking and colours.

  • How to turn off screen rotation on itouch 5

    I just upgraded to a 32 bit iTouch 5 and was wanting to know how to turn off the screen rotation when I'm playing music. I have the shake to shuffle off (great feature!) but would like to turn off the screen rotation. I just find that to be annoying (to me anyway)...how do I do this on the 5?

    Pull up the Control Center and lock the screen rotation. Tap the arrowed-circled padlock on the right side to toggle
    If the screen doesn't rotate on your iPhone, iPad, or iPod touch - Apple Support

  • How to turn off screen autorotation?? I am using ios 7.1.1

    How to turn off gravity sensor in iphone 4s??

    hi bro,
    you are seeing that colour on that logo click on that...
    it will turn on and turn off gravity sensor

  • How to turn off screen on Macbook Air when connected to Computer LeD monitor?

    How to turn off screen on Macbook Air when connected to Led monitor screen?

    The only way you can turn it off is to close the lid - so you would need an external wired or wireless keyboard and mouse/trackpad attached.
    Matt

Maybe you are looking for