V2.1 EA2  - Congratulations

Hello
Congratulations for the 2.1 version.
Regards
António Cunha
Edited by: acunha76 on Nov 13, 2009 5:43 PM
Edited by: acunha76 on Nov 13, 2009 5:43 PM

thank you :)

Similar Messages

  • Installation of 3.0 EA2 on 12.1.0.2

    I've got an existing 12.1.0.2 db (non-pdb), vanilla install, so apex 4.2 within it.
    I downloaded 3.0 EA2 and ran through the install.
    When I start it, I see sessions on the database for APEX_LISTENER, ORDS_PUBLIC_USER
    but when I got to http://myhost:xxx/ords, I get a "ORACLE REST DATA SERVICES" banner page but it just contains "404 Not found"
    Startup log below - but have I missed anything obvious ?
    C:\Oracle\ords>java -jar ords.war
    Verify ORDS schema in Database Configuration apex
    Mar 12, 2015 3:19:53 PM oracle.dbtools.rt.config.setup.SchemaSetup install
    INFO: Oracle REST Data Services schema version 3.0.0.65.09.31
    2015-03-12 15:19:53.413:INFO::main: Logging initialized @2034ms
    2015-03-12 15:19:53.909:INFO:oejs.Server:main: jetty-9.2.z-SNAPSHOT
    2015-03-12 15:19:53.918:INFO:oejsh.ContextHandler:main: Started o.e.j.s.h.ContextHandler@7a1ebcd8{/i,null,AVAILABLE}
    Mar 12, 2015 3:19:54 PM oracle.json.ords.SodaShared startup
    INFO: Starting up ORDS JSON service
    2015-03-12 15:19:54.007:INFO:/ords:main: INFO: Using configuration folder: C:\Oracle\ords\_conf\ords
    2015-03-12 15:19:54.008:INFO:/ords:main: FINEST: |ApplicationContext [configurationFolder=C:\Oracle\ords\_conf\ords, services=Application Scope]|
    Mar 12, 2015 3:19:54 PM oracle.dbtools.common.config.db.DatabasePools validatePool
    INFO: Validating pool: apex_al
    Mar 12, 2015 3:19:54 PM oracle.dbtools.common.config.db.DatabasePools validatePool
    INFO: Pool: apex_al is correctly configured
    Mar 12, 2015 3:19:54 PM oracle.dbtools.common.config.db.DatabasePools validatePool
    INFO: Validating pool: apex_pu
    Mar 12, 2015 3:19:54 PM oracle.dbtools.common.config.db.DatabasePools validatePool
    INFO: Pool: apex_pu is correctly configured
    Mar 12, 2015 3:19:54 PM oracle.dbtools.common.config.db.DatabasePools validatePool
    INFO: Validating pool: apex_rt
    Mar 12, 2015 3:19:54 PM oracle.dbtools.common.config.db.DatabasePools validatePool
    INFO: Pool: apex_rt is correctly configured
    2015-03-12 15:19:54.276:INFO:/ords:main: INFO: Oracle REST Data Services initialized|Oracle REST Data Services version : 3.0.0.65.09.31|Oracle REST Data Services server info: jetty
    /9.2.z-SNAPSHOT|
    2015-03-12 15:19:54.278:INFO:oejsh.ContextHandler:main: Started o.e.j.s.ServletContextHandler@528931cf{/ords,null,AVAILABLE}
    2015-03-12 15:19:54.382:INFO:oejs.ServerConnector:main: Started ServerConnector@15bfd87{HTTP/1.1}{0.0.0.0:8080}
    2015-03-12 15:19:54.383:INFO:oejs.Server:main: Started @3006ms
    Mar 12, 2015 3:20:14 PM oracle.dbtools.common.config.db.DatabasePools createPool
    INFO: Configuration properties for: apex_pu
    Mar 12, 2015 3:20:14 PM oracle.dbtools.common.config.db.DatabasePools listConfiguration
    INFO: cache.caching=false
    cache.directory=/tmp/apex/cache
    cache.duration=days
    cache.expiration=7
    cache.maxEntries=500
    cache.monitorInterval=60
    cache.procedureNameList=
    cache.type=lru
    db.hostname=xxxxx
    db.port=1521
    db.servicename=np12
    debug.debugger=false
    debug.printDebugToScreen=false
    error.keepErrorMessages=true
    error.maxEntries=50
    jdbc.DriverType=thin
    jdbc.InactivityTimeout=1800
    jdbc.InitialLimit=3
    jdbc.MaxConnectionReuseCount=1000
    jdbc.MaxLimit=10
    jdbc.MaxStatementsLimit=10
    jdbc.MinLimit=1
    jdbc.statementTimeout=900
    log.logging=true
    log.maxEntries=5000
    misc.compress=
    misc.defaultPage=apex
    security.crypto.enc.password=******
    security.crypto.mac.password=******
    security.disableDefaultExclusionList=false
    security.maxEntries=2000
    db.password=******
    db.username=ORDS_PUBLIC_USER
    Mar 12, 2015 3:20:14 PM oracle.dbtools.common.config.db.ConfigurationValues log
    WARNING: *** jdbc.MaxLimit in configuration apex_pu is using a value of 10, this setting may not be sized adequately for a production environment ***
    Mar 12, 2015 3:20:14 PM oracle.dbtools.common.config.db.ConfigurationValues log
    WARNING: *** jdbc.InitialLimit in configuration apex_pu is using a value of 3, this setting may not be sized adequately for a production environment ***
    Mar 12, 2015 3:20:14 PM oracle.ucp.common.UniversalConnectionPoolBase initInactiveConnectionTimeoutTimer
    INFO: inactive connection timeout timer scheduled
    Mar 12, 2015 3:20:14 PM oracle.dbtools.common.config.db.DatabasePools createPool
    INFO: Configuration properties for: apex_al
    Mar 12, 2015 3:20:14 PM oracle.dbtools.common.config.db.DatabasePools listConfiguration
    INFO: cache.caching=false
    cache.directory=/tmp/apex/cache
    cache.duration=days
    cache.expiration=7
    cache.maxEntries=500
    cache.monitorInterval=60
    cache.procedureNameList=
    cache.type=lru
    db.hostname=xxxxx
    db.port=1521
    db.servicename=np12
    debug.debugger=false
    debug.printDebugToScreen=false
    error.keepErrorMessages=true
    error.maxEntries=50
    jdbc.DriverType=thin
    jdbc.InactivityTimeout=1800
    jdbc.InitialLimit=3
    jdbc.MaxConnectionReuseCount=1000
    jdbc.MaxLimit=10
    jdbc.MaxStatementsLimit=10
    jdbc.MinLimit=1
    jdbc.statementTimeout=900
    log.logging=true
    log.maxEntries=500
    misc.compress=
    misc.defaultPage=apex
    security.crypto.enc.password=******
    security.crypto.mac.password=******
    security.disableDefaultExclusionList=false
    security.maxEntries=2000
    db.password=******
    db.username=APEX_LISTENER
    Mar 12, 2015 3:20:14 PM oracle.dbtools.common.config.db.ConfigurationValues log
    WARNING: *** jdbc.MaxLimit in configuration apex_al is using a value of 10, this setting may not be sized adequately for a production environment ***
    Mar 12, 2015 3:20:14 PM oracle.dbtools.common.config.db.ConfigurationValues log
    WARNING: *** jdbc.InitialLimit in configuration apex_al is using a value of 3, this setting may not be sized adequately for a production environment ***
    Mar 12, 2015 3:20:14 PM oracle.ucp.common.UniversalConnectionPoolBase initInactiveConnectionTimeoutTimer
    INFO: inactive connection timeout timer scheduled

    The script adds "/apex/images" to the the directory name you pass as a parameter.
    So, if the images are in the C:\BACKUP\APEX\images directory, you should try using just C:\BACKUP as the parameter.
    It uses this command:
    create directory APEX_IMAGES as '&1/apex/images';

  • APEX Listener EA2 Standalone CLOB error

    I'm testing the APEX Listener EA2 release in Standalone mode on CentOS against Oracle XE.
    My RESTful service calls use the Media Resource type to return a CLOB that I format myself inside a function:
    select 'application/json', my_function_that_returns_json_in_a_clob from dual
    In the EA2 release, this is generating an error if the function returns more than 4000 bytes (works with 4000, fails with 4001). It is as though the function is getting cast as a varchar2 somewhere. I verified that the function will correctly return a large result to other sources (dbms_output, for instance).
    The APEX Listener Log reports the error as:
    oracle.dbtools.rt.web.HttpEndpointBase restfulServices
    SEVERE: ORA-22922: nonexistent LOB value
    Here's a Test Case:
    create or replace function test_size(p_cnt in integer) return clob
    is
    l_clob clob;
    begin
    for i in 1..p_cnt loop
    l_clob:=l_clob||'a';
    end loop;
    return l_clob;
    end;
    Then create a RESTful service call:
    Method: "GET"
    Source Type: "Media Resource"
    Source: select 'application/json', test_size(4001) from dual
    Thanks,
    Tim

    Thanks for your thorough reply!
    Unfortunately, your workaround doesn't fix the problem with EA2. It encounters the 4000 character limit as well.
    I understand your advice regarding using the QUERY type. I chose the Media Resource strategy for two main reasons:
    1. These services calls are for our mobile developers. Because they use some predefined frameworks for managing data that comes to the mobile app, they wanted the json to distinguish between data sets (rather than every data set being called "items"). I am able to format the json in such a way that it doesn't confuse their code. Is there another way to customize the format of the default json created by the QUERY type?
    2. I need to conduct some other business as part of the call. For instance, the service passes in a user's credentials which I use to authenticate and then retrieve the appropriate results based on who they are. Currently, I have stored procedures that authenticate APEX users or LDAP users.
    Perhaps old habits die hard, but I find that if I just do all of this myself in a stored function, I have all of the control I need. If you have other recommended strategies, I'm all ears.
    Thanks!
    _Tim                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • How can I debug a tomcat server from JSC (ea2)

    I am attempting to use JSC (ea2) for my development but cannot get the enviroment right in SunAppServer8 for some "custom JNDI resources". Is there anyway I can get JSC to connect to a (running) tomcat server for debugging?

    Hi,
    Please post messages related to Creator 2 EA at the feedbacks programs portal. The URL is:
    https://feedbackprograms.sun.com/login.html
    Thanks,
    RK.

  • 2.1.1 and 3.0 EA2: No tables shown for a non-dba user on 11R2

    Hi all
    I'm experiencing a strange problem with one 11R2 DB standard edition installation on Windows 2008 32-bit.
    Versions are:
    Windows
    Windows 2008 SP2 32 bit (build 6002)
    Oracle
    Oracle Database 11g Release 11.2.0.1.0 - Production
    PL/SQL Release 11.2.0.1.0 - Production
    CORE 11.2.0.1.0 Production
    TNS for 32-bit Windows: Version 11.2.0.1.0 - Production
    NLSRTL Version 11.2.0.1.0 - Production
    Java
    java version "1.6.0_23"
    Java(TM) SE Runtime Environment (build 1.6.0_23-b05)
    Java HotSpot(TM) Client VM (build 19.0-b09, mixed mode, sharing)
    The DB has some users, to whom some tables belong.
    If I run SQL Developer (either 2.1.1 or 3.0 EA2) on the server (as windows administrator), and create a connection using one of the non-dba users credentials, clicking on the Tables (filtered view) leaf, does not show any table, even if they are on the DB (e.g. using sqlplus from command line and doing a select table_name from user_tables shows the entire list, and I can select, insert, delete and so on).
    If I connect from my pc (I have 10g client installed), it works perfectly, i.e. I see the list of tables, and I can operate on them as expected.
    Conversely, on 11R2 another installation (Oracle Enterprise Edition on Windows 2003 Enterprise), both versions of sqldeveloper work fine on the server machine. Here versions are:
    Windows
    Windows 2003 R2 Enterprise Edition SP2 build 3790
    Oracle
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
    PL/SQL Release 11.2.0.1.0 - Production
    CORE 11.2.0.1.0 Production
    TNS for 32-bit Windows: Version 11.2.0.1.0 - Production
    NLSRTL Version 11.2.0.1.0 - Production
    Java
    java version "1.6.0_06"
    Java(TM) SE Runtime Environment (build 1.6.0_06-b02)
    Java HotSpot(TM) Client VM (build 10.0-b22, mixed mode, sharing)
    What could be wrong here? Is there any way to debug it?
    Thanks in advance
    Ciao
    Andrea

    I run sqldeveloper.bat as instructed by you.
    These are the results. The error appears only when starting sqldeveloper. When I expand tables I see nothing.
    C:\sqldeveloper\sqldeveloper\bin>java -Xmx640M -Xms128M -Xverify:none -Doracle.i
    de.util.AddinPolicyUtils.OVERRIDE_FLAG=true -Dsun.java2d.ddoffscreen=false -Dwin
    dows.shell.font.languages= -XX:MaxPermSize=128M -Dide.AssertTracingDisabled=true
    -Doracle.ide.util.AddinPolicyUtils.OVERRIDE_FLAG=true -Djava.util.logging.confi
    g.file=logging.conf -Dsqldev.debug=false -Dide.conf="./sqldeveloper.conf" -Dide.
    startingcwd="." -classpath ../../ide/lib/ide-boot.jar oracle.ide.boot.Launcher
    Exception initializing 'oracle.dbtools.raptor.plsql.PLSQLAddin' in extension 'Or
    acle SQL Developer': java.lang.NoClassDefFoundError: com/sun/jdi/Bootstrap
    at oracle.jdevimpl.debugger.jdi.DebugJDIConnector.getVersion(DebugJDICon
    nector.java:30)
    at oracle.jdevimpl.debugger.support.DebugFactory.<clinit>(DebugFactory.j
    ava:81)
    at oracle.dbtools.raptor.plsql.PLSQLAddin.initialize(PLSQLAddin.java:87)
    at oracle.ideimpl.extension.AddinManagerImpl.initializeAddin(AddinManage
    rImpl.java:407)
    at oracle.ideimpl.extension.AddinManagerImpl.initializeAddins(AddinManag
    erImpl.java:214)
    at oracle.ideimpl.extension.AddinManagerImpl.initProductAndUserAddins(Ad
    dinManagerImpl.java:128)
    at oracle.ide.IdeCore.initProductAndUserAddins(IdeCore.java:1949)
    at oracle.ide.IdeCore.startupImpl(IdeCore.java:1573)
    at oracle.ide.Ide.startup(Ide.java:703)
    at oracle.ideimpl.DefaultIdeStarter.startIde(DefaultIdeStarter.java:35)
    at oracle.ideimpl.Main.start(Main.java:184)
    at oracle.ideimpl.Main.main(Main.java:146)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at oracle.ide.boot.PCLMain.callMain(PCLMain.java:62)
    at oracle.ide.boot.PCLMain.main(PCLMain.java:54)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at oracle.classloader.util.MainClass.invoke(MainClass.java:128)
    at oracle.ide.boot.IdeLauncher.bootClassLoadersAndMain(IdeLauncher.java:
    189)
    at oracle.ide.boot.IdeLauncher.launchImpl(IdeLauncher.java:89)
    at oracle.ide.boot.IdeLauncher.launch(IdeLauncher.java:65)
    at oracle.ide.boot.IdeLauncher.main(IdeLauncher.java:54)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at oracle.ide.boot.Launcher.invokeMain(Launcher.java:713)
    at oracle.ide.boot.Launcher.launchImpl(Launcher.java:115)
    at oracle.ide.boot.Launcher.launch(Launcher.java:68)
    at oracle.ide.boot.Launcher.main(Launcher.java:57)
    Caused by: oracle.classloader.util.AnnotatedClassNotFoundException:
    Classe mancante: com.sun.jdi.Bootstrap
    Classe dipendente: oracle.jdevimpl.debugger.jdi.DebugJDIConnector
    Loader: ide-global:11.1.1.0.0
    Origine codice: /C:/sqldeveloper/jdev/extensions/oracle.jdeveloper.r
    unner.jar
    Configurazione: extension jar in C:\sqldeveloper\jdev\extensions
    Questo caricamento Þ stato iniziato alle ide-global:11.1.1.0.0 utilizzando il me
    todo loadClass().
    La classe mancante non Þ disponibile in nessuna origine codice o loader nel sist
    ema.
    at oracle.classloader.PolicyClassLoader.handleClassNotFound(PolicyClassL
    oader.java:2190)
    at oracle.classloader.PolicyClassLoader.internalLoadClass(PolicyClassLoa
    der.java:1733)
    at oracle.classloader.PolicyClassLoader.access$000(PolicyClassLoader.jav
    a:143)
    at oracle.classloader.PolicyClassLoader$LoadClassAction.run(PolicyClassL
    oader.java:331)
    at java.security.AccessController.doPrivileged(Native Method)
    at oracle.classloader.PolicyClassLoader.loadClass(PolicyClassLoader.java
    :1692)
    at oracle.classloader.PolicyClassLoader.loadClass(PolicyClassLoader.java
    :1674)
    ... 35 more
    Thanks for your help.

  • Congratulations Apple Customer Service!

    So, like a good little Steve Jobs acolyte, I sat around patiently waiting for the latest iPod Updater, vainly hoping that Apple would take the opportunity to fix a HIGHLY annoying bug that is exclusive to the iPod 5G software.
    Alas, I should have known better. While renowned for its ability to make beautiful, easy to use, dare i say life changing computers and computer peripherals, Apple is also infamous for its SUCKY customer service.
    I'm not talking about a wish list for touch screens, iPod phones, etc. I mean a bona fide problem with the software.
    In a nutshell, this weird glitch is as follows: if you have an artist with two songs, only one of which has album info in the tags, then when trying to browse your music by "Artist", ONLY THE SONG WITH ALBUM INFO SHOWS UP. The other song is there - you can get to it by browsing by "Songs". Not a big deal if you have only a 100 songs, but when you have thousands, with many that are single tracks with no album info, this presents a problem. A HUGELY annoying problem. I know from testing that the nano, mini and prior versions of the iPod do not have this problem. Only the 5G. Oh, careful internet searching reveals that others have this problem too, so it's not just my unit.
    Emails (note plural) to Apple customer service have gone unanswered. And whoever coined the term "Genius Bar" has a truly demented sense of humor.
    Again, congratulations to Apple for living up to their standards of mediocrity for customer care. You should be proud!!

    While I appreciate the spirit of this post, especially as my original post was admittedly snarky, I must point out...
    High customer satisfaction DOES NOT EQUAL good/great customer service.
    Customers should be satisfied with the iPod right out of the box - it's a great product. And Apple surely deserves the brand recognition - it has created something with deep cultural resonance. These are the items pointed out in your news release.
    But who are we kidding? How many customers had iPods that were expensive paperweights once their batteries died. Apple initially refused to replace these batteries, much to the chagrin of those users (I applaud Apple's decision to reverse course on this). There are other instances of poor customer SERVICE that I won't bother to point out.

  • HT201328 I received a message that my iphone 4S was unlocked and that I should connect to iTunes to complete the process. When I connect to itunes I do not get the message "Congratulations you iphone has been unlocked". I have the latest itunes. Welcome h

    I received a message that my iphone 4S was unlocked and that I should connect to iTunes to complete the process. When I connect to itunes I do not get the message "Congratulations you iphone has been unlocked". I have the latest itunes. Welcome help.
    ihabf
    [email protected]

    See Here
    https://discussions.apple.com/message/15290457#15290457
    From the More Like This  on the right...

  • EA2 - Cannot connect LDAP-authenticated users in 10.1 and 10.2, OK in 9.2

    First, the relevant versions and such:
    SQL Developer 1.5.0.52.03 (aka EA2)
    Oracle client 10.2.0.1
    Oracle database 9.2.0.6, 9.2.0.7, 10.1.0.5, 10.2.0.2, 10.2.0.3.
    Hosts: Linux x86, Solaris
    Most of the users in my databases are set up as global users (i.e. authenticated via LDAP). I've found that in 9.2.0.6 and 9.2.0.7, I can make connections of the basic type for global users as well as database-authenticated users.
    In any 10g database I've tried (see the versions above), database-authenticated users work fine, but for connections with the global users in the same databases I receive ora-01017. I've tried both basic connections and advanced connections, supplying a thin JDBC string, with the same result. I have verified that the password is correct. The pattern persists across server OSs (Linux and Solaris).
    I cannot make TNS connections at all, but that seems to require an 11g client and has been documented in an enhancement request separately.
    If anyone has advice on this I would be happy to hear it. Thanks.

    I should probably add that I am able to make successful connections via sqlplus and other tools (SQL Navigator) with the users that fail to connect in SQL Developer.

  • TS3198 After doing the backup and restore how do you know if the phone is unlocked if you do not get the message: "Unlock Complete. Congratulations, your iPhone has been unlocked. To set up and sync this iPhone, click Continue."

    After doing the backup and restore how do you know if the iphone is unlocked if you do not get the message: "Unlock Complete. Congratulations, your iPhone has been unlocked. To set up and sync this iPhone, click Continue."

    If you don't get the message, your phone is NOT unlocked.

  • My Safari is stuck on on a webpage  "survey.tubgalley.xyz....."  It also has a pop up box with "Congratulations you are today's lucky winner, click OK to continue".  I can't close these out, and have tried force quiting Safari and shutting down.

    My Safari browser is stuck on a webpage "survey.tubgalley.xyz...." and there is a pop up with "Congratulations, you are today's lucky winner, Click OK to continue".  ( I have not of course clicked on it!).
    I have tried quitting Safari, and shutting down my computer.
    I have block pop ups enabled in preferences.
    I have Mac OS X  10.7.5
    2.5 GHz Intel Core i5
    4 GB 1333 MHz DDR3

    Helpful Links Regarding Malware Problems
    If you are having an immediate problem with ads popping up see The Safe Mac » Adware Removal Guide, AdwareMedic, or Remove unwanted adware that displays pop-up ads and graphics on your Mac - Apple Support.
    Open Safari, select Preferences from the Safari menu. Click on Extensions icon in the toolbar. Disable all Extensions. If this stops your problem, then re-enable them one by one until the problem returns. Now remove that extension as it is causing the problem.
    The following comes from user stevejobsfan0123. I have made minor changes to adapt to this presentation.
    Fix Some Browser Pop-ups That Take Over Safari.
    Common pop-ups include a message saying the government has seized your computer and you must pay to have it released (often called "Moneypak"), or a phony message saying that your computer has been infected, and you need to call a tech support number (sometimes claiming to be Apple) to get it resolved. First, understand that these pop-ups are not caused by a virus and your computer has not been affected. This "hijack" is limited to your web browser. Also understand that these messages are scams, so do not pay any money, call the listed number, or provide any personal information. This article will outline the solution to dismiss the pop-up.
    Quit Safari
    Usually, these pop-ups will not go away by either clicking "OK" or "Cancel." Furthermore, several menus in the menu bar may become disabled and show in gray, including the option to quit Safari. You will likely have to force quit Safari. To do this, press Command + option + esc, select Safari, and press Force Quit.
    Relaunch Safari
    If you relaunch Safari, the page will reopen. To prevent this from happening, hold down the 'Shift' key while opening Safari. This will prevent windows from the last time Safari was running from reopening.
    This will not work in all cases. The shift key must be held at the right time, and in some cases, even if done correctly, the window reappears. In these circumstances, after force quitting Safari, turn off Wi-Fi or disconnect Ethernet, depending on how you connect to the Internet. Then relaunch Safari normally. It will try to reload the malicious webpage, but without a connection, it won't be able to. Navigate away from that page by entering a different URL, i.e. www.apple.com, and trying to load it. Now you can reconnect to the Internet, and the page you entered will appear rather than the malicious one.
    An excellent link to read is Tom Reed's Mac Malware Guide.
    Also, visit The XLab FAQs and read Detecting and avoiding malware and spyware.
    See these Apple articles:
      Mac OS X Snow Leopard and malware detection
      OS X Lion- Protect your Mac from malware
      OS X Mountain Lion- Protect your Mac from malware
      OS X Mavericks- Protect your Mac from malware
      About file quarantine in OS X
    If you require anti-virus protection Thomas Reed recommends using ClamXAV. (Thank you to Thomas Reed for this recommendation.)
    From user Joe Bailey comes this equally useful advice:
    The facts are:
    1. There is no anti-malware software that can detect 100% of the malware out there.
    2. There is no anti-malware that can detect everything targeting the Mac.
    3. The very best way to prevent the most attacks is for you as the user to be aware that
         the most successful malware attacks rely on very sophisticated social engineering
         techniques preying on human avarice, ****, and fear.
    4. Internet popups saying the FBI, NSA, Microsoft, your ISP has detected malware on
        your computer is intended to entice you to install their malware thinking it is a
        protection against malware.
    5. Some of the anti-malware products on the market are worse than the malware
        from which they purport to protect you.
    6. Be cautious where you go on the internet.
    7. Only download anything from sites you know are safe.
    8. Avoid links you receive in email, always be suspicious even if you get something
        you think is from a friend, but you were not expecting.
    9. If there is any question in your mind, then assume it is malware.

  • I restored my iphone 5 on iTunes to unlock it and I got the congratulations you iPhone is unlocked but I still get the no service sign

    I restored my iphone 5 on iTunes to unlock it and I got the congratulations you iPhone is unlocked but I still get the no service sign

    Is there an active sim in the iPhone? Are you in an area where the
    active sim has coverage?

  • Issue with viewing packages in SQL Developer EA2

    I posted a message when EA1 came out asking why I couldn't see the package's body in EA1.
    Now I couldn't see the any thing under '$schema/packages' in EA2.
    Does anybody know why?
    My OS: Windows XP Pro SP2
    Oracle: 9i
    SQL Developer version: EA2

    In version 9 a very simple sql is supposed to be executed:
    SELECT OBJECT_NAME, OBJECT_ID,
    DECODE(STATUS, 'INVALID', 'TRUE', 'FALSE') INVALID,
    'TRUE' runnable
    FROM SYS.ALL_OBJECTS a
    WHERE OWNER = :SCHEMA
    AND OBJECT_TYPE = 'PACKAGE'
    AND SUBOBJECT_NAME IS NULL
    -- for packages
    SELECT OBJECT_NAME, OBJECT_ID,
         DECODE(STATUS, 'INVALID', 'TRUE', 'FALSE') INVALID,
    'TRUE' runnable
    FROM SYS.ALL_OBJECTS o
    WHERE OWNER =:SCHEMA
    AND OBJECT_NAME = :PARENT_NAME
    AND OBJECT_TYPE = 'PACKAGE BODY'
    -- for package bodies
    If either of these doesn't return anything in worksheet, then the problem is right there. However, this part hasn't been changed since EA1 (The only change was adding SYS.DBA_PLSQL_OBJECT_SETTINGS requirement for version >=10). I can't reproduce the problem: in 9i scott sees any procedure/package I create.

  • Where is the export menu in EA2?

    first sorry for my poor english. I download the new version of the oracle sql developer.when I execute a sql(query) , right click the mouse on the result data gird, there is no export file(sql,csv,html...) menu.where is it? thanks
    Edited by: 716624 on 2010-12-3 上午12:51

    It has only been renamed to Unload Data you should find it in the same place you are used to look for the Export Data.
    Mind the translation in other languages may be misleading, but should be close, in EA1 the Italian translation was plainly wrong, I've not checked if this has been corrected for EA2, since i always use English as default.

  • EA2: high CPU usage with large packages

    EA2 + Debian GNU/Linux + jdk1.6.0_04 + Pentium IV 2,8 GHz 1 GBytes RAM
    Opening large packages (> 6.000 rows) I have high CPU usage (100%) for about 50-60 seconds. Same problem when I working with these packages
    Ciao
    Davide

    Opening works fine for me, and memory seems to be
    contained. Working inside the package on occasions
    still boosts CPU like you.Attempting to edit an 800 line type body utilises 100% CPU as soon as typing starts.
    Windows XP Professional SP2
    Oracle Server 10.2.0.3
    Java 1.5.0_06
    Intel Pentium M 1.69GHz 2GB RAM

  • SQLDev 4 EA2 is too unstable

    We were happily using 4 EA1, despite the obvious bugs it seemed stable enough and not so slow..
    We have started using EA2 since it came out, and it seems much more buggy, very slow, and very unstable - crashing several times per day on Mac OSX and Win 7 environments.  It is not obvious to reproduce these problems, and seems pretty random when it occurs.
    Is there anywhere I could download EA1 from again - we cannot work with EA2, and don't really want to go back to 3.2 either.
    FYI - we have been using SQL Dev since it was project raptor back in the end of 2005, but am ready to give up on this tool unless the stability / performance improves.  So many nice features, but so frustrating at the same time....arrgghhh!!

    cdroderick wrote:
    ... We don't backup beta software either - obviously. 3.2 is in our repo, but I don't want to go back to that.
    And, just as obviously, 3.1 is NOT in your repository. But as a manager what you 'want' is irrevelant; you need to have a backup plan in case the original plan goes awry. Your backup plan is to ask a forum of strangers if anyone can bail you out of your problem.
    You have to accept responsibility for the risks that you took:
    1) using beta software as a key component of your development process
    2) not performing adequate (or perhaps ANY) testing of that beta software before destroying your existing software
    3) not having a suitable way to recover if the beta software turns out to be unsuitable
    4) decreased productivity of the development team having to deal with issues due to that beta software
    As an individual you are free to take any level of risk that you choose. It's great that you want to help beta test a new product. But you aren't talking like an individual. Most of the statements you make use 'we':
    We were happily using 4 EA1, despite the obvious bugs it seemed stable enough and not so slow..
    We have started using EA2 since it came out, and it seems much more buggy, very slow, and very unstable
    we cannot work with EA2, and don't really want to go back to 3.2 either.
    we have been using SQL Dev since it was project raptor back in the end of 2005 but am ready to give up on this tool
    And then the last one:
    We don't backup beta software either obviously. 3.2 is in our repo, but I don't want to go back to that.
    You are ready to give up a tool you have been using for 8 YEARS because the latest early adopter beta release has bugs?
    That isn't a rational decision that an experienced manager would make.
    My comments aren't just for you but for everyone.
    Make responsible decisions.
    Take responsibility for those decisions.
    Always have a backup/recovery plan.
    Make backup copies of key software that you use.
    Don't use untested or unreliable software as a key component of your infrastructure.

Maybe you are looking for