SQL Developer 3.0 EA Certified Databases and Platforms

Is SQL Developer 3.0 EA(including SQL Developer 2.1) certified with the follow OS and DB? Thank you.
Windows 2003 32bit
Windows 2003 R2
Oracle Database 10g Release 2
Oracle Database 9i and Oracle Database 9i R2
SQL Server 2008 and SQL Server 2008 R2
There is certification information below, but not in detailed. So want to confirm as above.
http://www.oracle.com/technetwork/developer-tools/sql-developer/certification-096745.html
Edited by: user780879 on 2011/01/06 2:10

Hi,
There are differentiation between certified and supported.
See Sue's comment on the following thread to have a better idea of this :
Re: SQL Developer with Oracle 9i
9i is supported, not certified.
From your lists, anything which are not listed, hopefully are still supported.
Not sure for SQL Server 2008, though.
Regards,
Buntoro

Similar Messages

  • 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]

  • How sql developer connects to a oracle database

    hi,
    I wonder how sql developer connects to a oracle database. does it use oracle client like Toad?
    How does it make the connection with oracle server?
    Sameera

    924164 wrote:
    hi,
    I wonder how sql developer connects to a oracle database. does it use oracle client like Toad?
    How does it make the connection with oracle server?
    SameeraWelcome to OTN
    From Left side Tab click on (+) New Connection. Then at the window give a connection name,User name,Password.
    Then provide Host Name, Port and SID
    Click on Test button and then save or connect.
    Hope this will help you

  • Sql developer doesn't show any packages and procedure.

    Hi All,
    I am perty new here and I am facing a strange problem in SQL DEVELOPER. I have one schema and it has packages and functions created in it, but when I click
    packages or functions in sql developer it says table or views does not exist. however, I can see those packages and procedures from sql plus and oracle enterprise manager. you swift reply would be highly appriciated
    hare krishna
    Alok

    Which version of sqldeveloper?
    Which version of Oracle?
    This sounds like an old bug where sqldeveloper checked for 'select any table', but you actually need 'select any dictionary'

  • Help how to connecting Oracle SQL Developer 3.0  with Oracle Database 11g

    Hello,
    I'm new in oracle developer yesterday i setup in my laptop database 11g the last version (11.2.0.1.0), well i follow steps still i got succeed to install, and i got my local host URL and i test my user name and password work very well, my problem now is i try to connect database 11g using Oracle SQL Developer 3.0 (3.0.04.34) but always filed and with my little experience i don't know where the wrong. as i said i test database after finish install is work fine the my URL is https://Ahmed-HP:1158/em and i test my username and password that i already set before is enter normal in my local database, please i need help to know how i connect database with Oracle SQL Developer 3.0 (3.0.04.34).
    Thanks,

    885173 wrote:
    EdStevens, thanks for your quick answer, sorry for my explain was doesn't clear, i open oracle sql developer and choose new connection i set connection name system_orcl username:system password:*i set my password that i create when i setup database*
    -Now the link that i got after finish install database is https://Ahmed-HP:1158/em so i have question about this point Hostname and port if the link to access database is this https://Ahmed-HP:1158/em so this mean i typing at Hostname:localhost and port:1158 ?
    because the message when i test connection always is filed and I'm sure i typing username and password and SID:orcl as i set when install database.port 1158 is what the dbcontrol (Oracle Enterprise Manager) is listening on. OEM is NOT the database. As far as the database is concerned, OEM is "just another client".
    Actually, the database doesn't listen for requests on any port. There is another process, the "listener" that listens for requests to connect to the database. Typically, it listens on port 1521. You should have a tnsnames.ora file set up to resolve a connection request to the correct host. You can read more on this at http://edstevensdba.wordpress.com/2011/02/09/sqlnet_overview/

  • SQL Developer version 3.2.20.09 and Oracle Diff

        It is my understanding that from this version onwards this functionality would be available without licensing but it is not available for use actually, maybe I am doing something wrong or just "bad info" ?
    I downloaded jre version 32 bits.
    Thanks!

        It is my understanding that from this version onwards this functionality would be available without licensing but it is not available for use actually, maybe I am doing something wrong or just "bad info" ?
    You need to provide more information than that.
    1. How did you come by this 'understanding'?
    2. What does 'not available for use' mean? It is available to me.
    3. We have no idea if you are "doing something wrong" since you didn't bother to post WHAT you are doing or HOW you are doing it.  You do realize that you have to have at least two DIFFERENT databases open don't you?. You can't do a 'diff' between databases if you don't have two databases open to 'diff'.
    4. As restated in the PL/SQL Packages and Types doc for the DBMS_METADATA_DIFF package
    http://docs.oracle.com/cd/E18283_01/appdev.112/e16760/d_metadiff.htm
    Use of the DBMS_METADATA_DIFF package requires a license to the Oracle Enterprise Manager Change Management option.
    Someone from the sql developer team will need to confirm whether the product uses that package and if the free sql developer application  waives or alters that license requirement. My own hypothesis would be that the product uses the package but does NOT waive or alter the license requirement.

  • SQL Developer 3.2.20.09 - Database Export generating an unusable file

    I am using the Database Export option in the tools menu to create a script to create schema objects. Unfortunately, the output of the script is not very usable. There seem to be extra '/' throughout the script. Here is a sample:
    -- DDL for Sequence ADDL_INFO_GROUP_SEQ
    CREATE SEQUENCE "ADDL_INFO_GROUP_SEQ" MINVALUE 1 MAXVALUE 2147483647 INCREMENT BY 1 START WITH 1 CACHE 1000 NOORDER CYCLE ;
    -- DDL for Sequence ADDL_INFO_NAME_LANG_SEQ
    CREATE SEQUENCE "ADDL_INFO_NAME_LANG_SEQ" MINVALUE 1 MAXVALUE 2147483647 INCREMENT BY 1 START WITH 1 CACHE 1000 NOORDER CYCLE ;
    -- DDL for Sequence ADDL_INFO_VALUE_SEQ
    CREATE SEQUENCE "ADDL_INFO_VALUE_SEQ" MINVALUE 1 MAXVALUE 2147483647 INCREMENT BY 1 START WITH 1 CACHE 1000 NOORDER CYCLE ;
    -- DDL for Sequence ATTACHMENT_GROUP_SEQ
    CREATE SEQUENCE "ATTACHMENT_GROUP_SEQ" MINVALUE 1 MAXVALUE 2147483647 INCREMENT BY 1 START WITH 1 CACHE 1000 NOORDER CYCLE ;
    Obviously, having both the ';' at the end of the statement and the '/' on the following line will cause an error when the script is executed.
    Has anyone else seen this kind of behavior?

    In SQLPlus, this script will attempt to create everything twice, resulting in
    ORA-00955: name is already used by an existing objectfor each line.
    If SQL Developer doesn't do this then its SQLPlus compatability is broken.
    This is messy and undesirable for DDL statements, but will definitely result in the wrong behaviour if there are insert statements.

  • SubVersion in SQL Developer - how to link to packages and procedures

    My question is this - I am starting out using SubVersion in Oracle and it seems pretty straightforward to use as a source control for files that are stored in a Windows directory, that is the only way I have used it so far.
    Am I able to use it to control packages and procedures that I have saved as part of my database, ie the procedures are part of a package and the package appears within the Packages section of the appropriate connection in SQL Developer.
    I hope this makes sense.
    Cheers,
    JabJam

    Hi JabJam,
    So far, everyone is correct. SQL Developer just uses a file-based source control system (e.g., SVN), which means updating database object definitions via scripts under version control, or somehow exporting the new definition to a script so it can be version controlled after the fact. And wouldn't it be nice if the database objects could be version controlled directly. With the database developer having control over when any changes are committed for shared use in the database. Similar to using the SVN plug-in for an IDE like Eclipse for a given programming language in a shared development environment.
    But what would your DBA have to say about that? Don't most DBAs require scripts for deploying code or structural changes?
    In Oracle, definitions (DDL) are committed automatically. Anyone granted access sees them. Since you probably don't do development directly against a production database, eventually scripts (either manual or generated) will be needed for deployment to QA or production. Few mechanisms currently exist to work against an active database without other authorized users also seeing these changes.
    For DDL, the closest thing would be the fairly recent edition-based redefinition feature in 11g (R2, I think). For DML, the OWM (Oracle Workspace Management) feature would be loosely analogous.
    This is not a simple issue. Version control via an extension for Subversion provides essential basic support. Going beyond that might mean watching the evolution of edition-based redefinition, but DBAs would probably require scripts for that too.
    Regards,
    Gary
    SQL Developer Team

  • SQL Developer can be used for database design

    can I use SQL Developer to design the database?

    It really depends on what you mean by "can," how complex the schema design is going to be, and your comfort level.
    AB is quite right to point out Oracle Designer-- that's a very powerful, very visual tool for creating physical and logical schema designs. It also has a relatively steep learning curve and a relatively large installation footprint. If you need to generate highly complex schema designs, to allow multiple modelers to work together, and you will use the tool frequently enough to justify the training time, Designer is a wonderful tool.
    On the other end of the spectrum, however, it's perfectly possible to generate a schema design using SQL*Plus or SQL Developer with a white board or scratch paper nearby to help think through various issues. The tools aren't presenting you with pretty ERDs, they're not automatically translating visual representations of designs to physical implementations, etc. but it's quite possible for a human using those tools to do the translation.
    Either way will work-- the constraints of your particular project and your comfort level with various risks will determine which approach is more appropriate.
    Justin

  • Prevent SQL Developer from writing to c:\documents and settings\

    Hello,
    does anybody know how I can change the directory where sql developer is writing to under windows?
    Currently it is writing to c:\document and settings\... (my %APPDATA% path in windows).
    I have quotas on my profile and the quotas are exceeded by SQLDeveloper.
    Kind regards,
    Marcus
    Edited by: user12019413 on Feb 3, 2010 6:33 AM

    If you want to change the directory where the SQLDeveloper configuration files are stored you can add:
    AddVMOption -Dide.user.dir=DIRECTORY_YOU_LIKEto SQL_DEV_INSTALL_DIR/sqldeveloper/bin/sqldeveloper.conf

  • Sql agent jobs based on the database and the user

    Dear All,
    I have a requirement of configuring an user who should only have access to one database out of all and also able to create, view and modify sql agent jobs only for the allowed database. For allowing to see the selected database to particular user I have
    granted permissions as per below,
    create LOGIN mhtc WITH PASSWORD='mhtc', CHECK_POLICY = OFF;
    USE master;
    GO
    DENY VIEW ANY DATABASE TO mhtc;
    USE master;
    GO
    ALTER AUTHORIZATION ON DATABASE::MHTC TO mhtc;
    GO
    but user not able to see sql agent jobs so I want to give necessary permission to this user to view,create and modify sql agent jobs only in allowed databases. Basically I want to separate users from each database and separate sql agent jobs based on the
    user and database.
    Your expert advices are highly appreciated.
    Thanks,
    Manjula

    I want to give necessary permission to this user to view,create and modify
    sql agent jobs only in allowed databases.
    Hello Manjula,
    SQL Server Agent Jobs are not created / dedicated for a user database. The Jobs are store in System database "msdb".
    See
    Implement SQL Server Agent Security for Details about required permissions.
    Olaf Helper
    [ Blog] [ Xing] [ MVP]

  • SQL Developer can't connect  Oracle Database as SYSDBA

    Dear all,
    Recently,I installed SQL Developer3.0 on my machine,and try to create connection to local oracle database.But one problem confused me.When i login as normal role ,it can connect DB successfully; when i login as sysdba role named sys,it always failed and show" invalid username/password".I am sure the username and password are right ,because i haved connected the oracle DB by pl/SQL with the same username and password. And i also choosed the role as sysdba. Does SQL Developer3.0 not support connect as sysdba? I would very appreciate if someone could give me a hand .Thanks in advance.

    Hi 851634,
    Do you require a password file for remote sysdba (old link)?
    Cannot login as sysdba in Oracle Enterprise Management Console
    You may be trying to log in (loopback) over the network as sysdba which needs a password file.
    -Turloch
    SQLDeveloper team

  • SQL Developer Data Modeling - Synchronization with database

    How to synchronize changes in the relational model with an existing database (as well as JDeveloper)?
    For example I added a column in a table of the relational model and then want to generate the changes against an existing database. Only a ALTER TABLE-Statement should be generated.
    Thanks,
    Holger

    Thanks for your answer.
    I tried this, but it is in comparison with Oracle JDeveloper or Oracle Designer much to complicated. I reported this in the osdm feedback application.
    Furthermore the Compare Models view is no more helpful, when I use domains in the updated model. Because every column is marked as different with a exclamation mark.
    Thanks,
    Holger

  • SQL Developer vs Oracle Administration Assistant for Windows

    I'm new to oracle and have logged into the oracle sql developer with a very low privileged user account. I see other users defined, but when I login to the server and open the oracle administration assistant, I don't see any users. The account I'm logging in under is the account the server is using to run oracle. Is there a reason I can't see these other users on the server?
    Thanks

    The users you are seeing in SQL Developer are authenticated by the database and not Windows; therefore, they are not External OS Users so they won't show up in that list. An external user (i.e. one authenticated by Windows) would need to be created in order to be visible on that list.
    If you want to confirm the type of authentication used, you can execute the following query as a user with the ability to query the dba_users view:
    select     username,
               authentication_type
    from       dba_users
    order by   username;Here's a snippet of the output on my local system:
    USERNAME                       AUTHENTICATION_TYPE
    OE                             PASSWORD
    OLAPSYS                        PASSWORD
    OPS$LIVERPOOL\MARKWILL         EXTERNAL
    ORACLE_OCM                     PASSWORD
    ORADEMO                        PASSWORDThe users with PASSWORD authentication are authenticated by the database and the user (OPS$LIVERPOOL\MARKWILL) with EXTERNAL is authenticated by Windows. That user shows up in the list in the Administration Assistant as expected.
    Hopefully that makes a bit more sense now.

  • Install Oracle XE, SQL Developer, and Toad on the same machine?

    I have been trying to install Oracle SQL Developer, Toad, and Oracle Express on my work computer. Installing SQL Developer and Toad was pretty straightforward, and I was able to browse the XE database with SQL Developer. But after installing Toad, problems started. Toad was using Oracle XE's registry settings to locate ORACLE_HOME and oci.dll. So I tried changing the settings for Oracle XE in the registry. Toad now works, but not Oracle XE. And while I was going through this all, I even had a time when I had Toad and oracle xe working, but not SQL Developer. It almost looks like you can choose two of the products, but not all three.
    So, my question to the community at large is "Can it be done?". In what directories do you have each product installed? What environment variables do you have set? Where is your tnsnames.ora? What Oracle registry settings do you have set (namely HKLM\SOFTWARE\Wow6432Node\ORACLE\KEY_XE)?
    I can post my current settings, but I've been through so many iterations that these current settings don't really matter that much.
    Here are the details I am looking for
    Path to sqldeveloper.exe
    Path to oracle.exe (for Oracle XE)
    Environment Variables
    ORACLE_HOME
    ORACLE_BASE
    TNS_ADMIN
    PATH (just the oracle stuff)
    Registry Settings
    HKLM\SOFTWARE\Wow6432Node\ORACLE\KEY_XE\ORACLE_HOME
    HKLM\SOFTWARE\Wow6432Node\ORACLE\KEY_XE\ORACLE_BASE
    HKLM\SOFTWARE\Wow6432Node\ORACLE\KEY_XE\TNS_ADMIN
    HKLM\SOFTWARE\Wow6432Node\ORACLE\KEY_XE\OLEDB
    HKLM\SOFTWARE\Wow6432Node\ORACLE\KEY_XE\ORAMTS_CP_TRACE_DIR

    I don't use toad, but there should be no reason why you can't install all 3. SQL Developer is a very clean install and affects nothing else. It doesn't add to the path, or create any registry entries except for file associations.
    A toad installation should pick up your oracle client (in this case the XE code). I am curious as to why you felt you had to change registry settings. What problem were you trying to fix?
    My recommendation would be to uninstall everything, clean the registry and reinstall in the order XE, Toad, SQL Developer. Test in between installations and seek help for problems as you find them. Bear in mind that this is the forum for SQL Developer. QUestions about Oracle XE would be better answered in the dedicated forum, or in the Installation forum, and questions about Toad in a toad forum.

Maybe you are looking for

  • Photo in camera roll not synced to iCloud

    I was out in London the other day and used my phone to take some photos, at one point my phone went below 20% battery therefore any photos taken would not have synced to "my photo stream" until phone is placed on charge again then these would re-sync

  • Group by clause get the last row of max occurence

    Table 1 Division Incident 1 xyz 2 abc 3 efg 1 klo 2 jkl I want to have an sql query which groups the occurrences of (division) in the table. If two grouping counts are same, it should give largest division.. division 1 and 2 have 2 occurrences each.

  • My iTunes won't open, yet I have reinstalled it multiple times.

    Help please.

  • Error connecting to Oracle 11g Database

    Hi All I am testing .NET connectivity to Oracle 11g and I am not successful for a while. I've tried to connect to database using library included in Oracle 10.2.0.3 Client and as a result I've got "invalid username or password" error. Then I've tried

  • To disable a button

    Hello guys, I have a button which I want to disable its onPress function by another button. Need help.