Can SQL Developer 3.1 Early adopter be used on production ?

Can SQL Developer 3.1 Early adopter be used on production ?

Can , sure. Advisable , not officially.
Your call...
Regards,
K.

Similar Messages

  • SQL Developer 4.0 Early Adopter 2 - avoid "Please amend your code to something like this" message

    When I edit PL/SQL packages or sql queries in SQL Developer 4.0 Early Adopter 2,
    when i copy/paste SQL code, sometimes "Please amend your code to something like this: "select * from when", or "begin when; end;" appears.
    Sometimes SQL Developer freezes.
    Can I avoid that message (turn off some kind of checks in SQL Developer properties)?

    This has been raised/documented fixed in future releases here:
    EA42 - Ambiguous Context Pop-up

  • Issue with SQL Developer 4.1 Early Adopter 2 - start sql-script by "@"

    Hi,
    today i realized, that starting a sql-script by writing @scriptname.sql in a sql worksheet and press F9 to start the script, does not work anymore.
    With EA2 there is always an error message shown like "unkown command" with some strange characters "�������������������������������" in the script logging window.
    The sql-scripts are located in a filesystem folder the os environment variable SQLPATH points to.
    In Version 4.0.x this worked perfect! Is this a planned "feature" or just a bug in EA2 fixed in later EA versions?
    In addition, when i open such a sqlscript with the file open menu in sqldeveloper the content of the sqlscript is not shown in the script window. There are only some none printable characters "�����" displayed in the sqlworksheet, and not the "select ..." a normal texteditor shows.
    Thanks in advance
    Matthias

    Hi,
    with encoding set to utf8 it does not work. Don't know why. After setting the encoding to "cp1252" everything works fine again! Thank you very much!
    Matthias

  • DBMS Output - Oracle SQL Developer 3.0 Early Adopter 2 (3.0.02.83)

    The DBMS output is not working in 3.0.02.83. Whenever i turn on the DBMS Output for a DB connection nothing happens. I run the same script in older versions and it works. The script could be as simple as a small anonymous block with a print statement (dbms_output.put_line)

    Currently it's broken but you have a workaround
    30EA2 dbms_output.put_line not working
    Hope it helps,
    Dani

  • SQL Developer 3.1 Early Adopter 3 Available

    Hi,
    See announcement posting:
    https://forums.oracle.com/forums/ann.jspa?annID=1730
    Thanks, Mark

    Can , sure. Advisable , not officially.
    Your call...
    Regards,
    K.

  • Can SQL Developer Data Modeler work with OBIEE?

    Can SQL Developer Data Modeler work with OBIEE? Can we export the data model from the Data Modeler and import it into OBIEE? Or export the OBIEE metadata to the Data Modeler for Data Model defining?

    no
    Philip

  • Can SQL developer  connect to Oracle 8i?

    Hi, guys:
    Is there any way that we can connect oracle 8i with SQl developer? We are rewriting a system with APEX 4.1 and PL/SQL on Oracle 11g R2. However, the legacy system was written in Oracle portal on Oracle 8i platform. We cannot connect SQL developer 3.1.07 to oracle 8i for some reason. Anyone could give us a hint on this?
    Thanks a lot!
    Sam
    Edited by: lxiscas on Oct 4, 2012 12:22 PM

    >
    Is there any way that we can connect oracle 8i with SQl developer? We are rewriting a system with APEX 4.1 and PL/SQL on Oracle 11g R2. However, the legacy system was written in Oracle portal on Oracle 8i platform. We cannot connect SQL developer 3.1.07 to oracle 8i for some reason. Anyone could give us a hint on this?
    >
    The JDBC 11.x.x drivers do not support 8i or earlier versions of the database and the current sql developer releases use those drivers.
    If your Oracle 8 version is 8.17 or later you should use the JDBC 10.2.0 driver; otherwise prior to 8.17 you will need the JDBC 9.0.1 driver to support it.
    Here is the official Oracle JDBC page that shows the Oracle DB versions supported for each of the JDBC drivers available and also describes the JDBC jars and what JDK versions they support.
    http://www.oracle.com/technetwork/database/enterprise-edition/jdbc-faq-090281.html#02_01
    The various JDBC jar files and supporting files are available via link on that page but no source code.
    The official download page for JDBC, SQLJ, Oracle JPublisher and Universal Connection Pool (UCP) is here
    http://www.oracle.com/technetwork/database/features/jdbc/index-091264.html
    If you download an older version of sql developer as Gary suggested make sure it uses one of the JDBC 10.x or earlier jars and also make sure that the jar you use supports the JDK version you are using. Any mismatch and you will likely have problems. The first link I provided above has ALL of the allowable combinations listed.

  • Can SQL Developer be used for Oracle Support "HTML Output" Diag Scripts ?

    Hi All,
    Oracle Support has asked me to run a diagnostic script (OTL_Diag.sql for anyone familar with the script) that produces output in HTML format using SQL*Plus to help troubleshoot an OTL problem we are having. Unfortunately I don't have SQL*Plus installed and my company is not on board with me installing it because of the SQL*NET connection required. Instead I have access to SQL Developer 3.1.0.7. While this works fine for most situations I'm having problems generating the required .html output file that Support needs.
    I've tried runing the OTL_Diag.sql a couple of ways using SQL Developer. First, I opened the file from SQL Developer and using the Run Script functionality (F5) I executed the code that way. This method did give me an opportunity to input the necessary parms and it did create the 'start' of the HTML file on my (Windows) file system, but the script seemed to abort with a java error that indicated some sort of format error (sorry, I'm not a java person so I can't provide any more info, but I'll be glad to get the exact error message if anyone thinks that will help solve my issue).
    My second approach was to open a SQL Window where I typed in @C:\OTL_Diag.sql without quotes. This approach also gave me the opportunity to enter the necessary input parms and it seemed to end normally. It also created the 'start' of the diaganostic output file on my Windows file system, but it 'completed' before any of the 'real' diaganostic output was written to the .html file.
    The Metalink note clearly specifies that the OTL_Diag.sql script is to be run with SQL*Plus 10.2 or above so I don't think I can complain too loudly to Oracle about this...but given that I don't have access to this product (and it is useless for me to again ask to install it) I am hoping someone out there has some ideas or insight as to how I can use SQL Developer to execute this diag script in a manner that will produce the required .html output file.
    Thanks in advance to anyone taking time to read my post !!
    Jeff
    Edited by: user13111861 on Jul 10, 2012 6:43 PM
    Edited by: user13111861 on Jul 10, 2012 7:51 PM

    >
    As a result, at this point in time my only available tool to run the OTL_Diag.sql script (provided by Oracle Support) is SQL Developer
    >
    Then you will have to edit the script, break it into pieces, execute each piece manually and save the output to feed into the next piece as required based on what the script is actually doing. Don't post the script or contents as that will likely violate your support agreement.
    As I already mentioned the script may be using syntax and/or commands that are simply not supported by sql*developer. One likely area is the script may be producing intermediate output scripts that are then processed by a later portion of the script. If that is the case then my suggestion to execute the pieces manually should work but you will need to do some trial-and-error to see.
    Even if you appear to be successful you will still have an issue when you communicate the results of your 'test' to Oracle support and they determine you didn't follow their instructions to use the proper tool.
    Sounds like your management is either ignorant or incompetent so I suggest you cover yourself by documentating the instructions from Oracle support and the direct orders you were given to disregard those instructions. No need to discuss that issue further but clearly there are resources available somewhere in the org that has the proper privileges or they wouldn't be able to maintain and support the database. If they want to pay for support they should heed their advice. Nuff said.

  • Can SQL Developer 1.5 do this: auto uppercase for keyword when typing

    When I write any SQL code, I like keep all keywords uppercase. Is that possible to automatically change keyword to uppercase when I am typing the SQL statement in SQL Developer 1.5 without using "Formatter" feature? In lots of cases, I don't want to use "Formatter" to format my code; however, I still want all keywords auto converted to uppercase when I type the code.
    Thanks!
    Kevin

    Another thing to note is that you can use a key sequence (ctrl ' ) to switch the case while you are typing. Again, not what you are after, but allows you to change the case, without running the formatter.
    There is a new request on the Exchange for this, perhaps more will vote on that request.
    Sue

  • Can SQL Developer connect to ANY third party database

    As of my investigations, SQL Developer can currently connect only to Oracle, MSSQL, MySQL and Access.
    What about connecting to any database using JDBC? Is this possible / planned? I'm currently interested in PostgreSQL.
    Thanks, Viliam

    In the next release users will be able to connect to Sybase. We do have plans to extend to further third-party databases, but this is not scheduled for the short term. Are you looking for a migration solution? The Migration Technology center has a lot of detail and support we provide for third party database support. http://www.oracle.com/technology/tech/migration/index.html
    Regards
    Sue

  • Can SQL Developer control versioning of stored functions and procedures?

    Hi all. I have a problem with my project, for developing Oracle functions and procedures. My team want to control versioning of that.
    I found that Oracle SQL Developer support versioning features with CVS and Subversion. But I think it just about the files not functions and procedures.
    We don't want to control version of files and copy it to stored somethings..
    Do you have any idea?
    Thanks for reading this post.

    Since K asked :)
    Both SQL Navigator and Toad for Oracle support controlling PL/SQL at the FILE and DATABASE level.
    [Controlling Objects in the Database with Toad|http://www.toadworld.com/BLOGS/tabid/67/EntryID/136/Default.aspx]

  • Can SQL Developer run in Windows ME?

    Hi people,
    Does SQL Developer run in Windows ME? I got an error message saying the .exe is in an invalid format, and that it was improperly linked. If not, is there a version supported by Windows ME?
    Thanks in advance!

    oracle.ide.boot.Launcher is in the ide/lib/ide-boot.jar. This is definitely included in the download.
    A couple of other things might be happening, so please provide the following;
    output from running java -versionthe contents of your sqldeveloper.bat file.. which should be the following:
    java  -Xmx512M -Xverify:none -XX:JavaPriority10_To_OSPriority=10 -XX:JavaPriority9_To_OSPriority=9 -Doracle.ide.util.AddinPolicyUtils.OVERRIDE_FLAG=true -Dsun.java2d.ddoffscreen=false -Dwindows.shell.font.languages= -Dide.conf="sqldeveloper.conf" -Dide.home.dir.name=.sqldeveloper  -classpath ..\..\ide\lib\ide-boot.jar;..\..\jdev\lib\xmleditor.jar;..\..\ide\lib\oicons.jar;..\..\jdbc\lib\ojdbc14.jar;..\..\jlib\jewt4.jar;..\..\jlib\share.jar;..\..\sqldeveloper\lib\jle2.jar oracle.ide.boot.LauncherThanks,
    Eric

  • How can you develop photo galleries with multiple pages using the web module?

    Going through the web module I can see there are many options for developing a web page with a single collection of photos.  How can you develop a web site with multiple pages containing different categories of photos using the Lightroom web module?

    This thread will give you several ideas.
    Re: How do you embed a gallery into an existing website?

  • I have cs3 and can't get to work on 8.1 windows.  Can I download a trial of Fireworks and use my product key for full activation?

    I use only Photoshop and Fireworks from my CS3 cd.  It is not compatible with 8.1 windows.  Can I download a trial of Fireworks from the Adobe site and activate by using my product key from the original cd's?  I have looked for patches and to no avail.  Please help me with this as I need for making prints of my oil paintings.

    I rarely use Fireworks for printing, but rather to render or perfect my images.  I have used Fireworks for about 17 years and just feel comfortable with it.  I use Photoshop as well, and see the simularities.  I see the handwriting on the wall with Fireworks maybe going to greener pastures, but still feel comfortable with it.  I received my original Macromedia cd from my Son as a gift and another gift years later.  I am launching a new art form, "Conceptual Art" on my site, and require Fireworks.  Maybe its time to cross over to Photoshop, I'll see.  Thank you for your answer and your time. http://www.baywoodgallery.com/

  • SQL Developer 3.0 Early : Does not allow edit

    Is this a bug or some setting needs to be changed?
    I browse to my package, right click on the package and select Edit - however buffer is still un-editable. Tried a number od times with
    same result.
    This works with previous version.

    There is now an "switch to write-mode" button in the top left hand corner next to the pin (looks like a broken pencil). Have you tried that?

Maybe you are looking for