SQL Developer - JRE or JDK Data Modeler

Hello

Mainly, is - anyone of you can confirm that I need the JDK (or J2SE SDK as indicated in the error message) - and not only JRE as indicated on the OTN download pages?

I just downloaded "SQL Developer Data Modeler" w/o JRE. Mainly because I already have installed JRE 1.6.0_17, so download it delivered is not necessary - and secondly I would not risk of intefering with the automatic software update the JRE on my company IT support staff.

I might well be a complete Java lover, but shouldn't JRE is sufficient, if you want to run java applications?

Soon, K

Hi Hauskov,
JRE is sufficient for the Data Modeler work but there is a restriction in datamodeler.exe which comes from JDeveloper. If you don't want a JDK, then you can use datamodeler.bat - in this case you must bin directory Java to be listed in the PATH environment variable.

Philippe

Tags: Database

Similar Questions

  • SQL Developer to debug a data cursor?

    In SQL Developer, how to debug a slider? In debug mode, I see its data that the pointer moves on?

    Thank you
     CURSOR C_EMP (DEPT_NUM_1  NUMBER)
        IS 
        SELECT E.EMPLOYEE_ID, E.LAST_NAME, D.DEPARTMENT_NAME
        FROM EMPLOYEES E JOIN DEPARTMENTS D on(D.DEPARTMENT_ID = E.DEPARTMENT_ID)
        WHERE  
        D.DEPARTMENT_ID = DEPT_NUM_1; 

    >
    In SQL Developer, how to debug a slider? In debug mode, I see its data that the pointer moves on?
    . . .
    CURSOR C_EMP (DEPT_NUM_1 NUMBER)
    IS
    SELECT SELECT, E.EMPLOYEE_ID, D.DEPARTMENT_NAME
    FROM EMPLOYEES E JOIN DEPARTMENTS D on(D.DEPARTMENT_ID = E.DEPARTMENT_ID)
    WHERE
    D.DEPARTMENT_ID = DEPT_NUM_1;
    >
    A cursor is a definition and not executable code, so there is nothing to "debug". That would be analogous to saying you want to 'debug' a query. What does it even mean?

    What do you mean by "see its data that the cursor is pointing to?

    Do you mean see the underlying query of the cursor? So no – you can do that.

    You can extract the data or, using the sql dynamic you could describe the set of results to see what the column names and data types will be returned, but there was no information about where the data came from actually.

    This is not really a matter of sql developer, but when you have one of these you should post in the forum sql developer
    SQL Developer

  • For SQL Developer 3.0 street date

    Anyone know when it comes out? I saw a neat-o presentation at OpenWorld and can't wait to get my hands on it.

    Oracle on product release dates is "in the next 12 months." See our products page OTN often for an ad on first on SQL Developer 3.0.

    Thank you
    Ashley
    SQL development team

  • Is conditional SQL processing of XDL available data models

    Hello

    Is it possible to have a CONDITIONAL STATEMENT in .xml (data model), based on a SQL statement that was going to be executed? Sense, based on a PARAMETER value, only the TWO queries should be run.

    Ex: Lets take a system used, or if the report is run
    SUMMARY = > summary query must be executed
    DETAIL = > detailed queries to run.

    < IF P_REPORT = SUMMARY >
    < DO >
    -THE QUERY SUMMARY
    < END IF >

    < IF P_REPORT = DETAIL >
    < DO >
    -DETAIL QUERY
    < END IF >

    Could if it you please let me know the feasibility of this in XML BI. Ask that you please point me to the documentation, if any.

    Thank you
    Vijaya

    OK, I withdraw,

    If it is required to be achieved. then that,

    1. you need to add a report parameter values valid as 'SUMMARY' and 'DETAIL '.
    2. you have 2 Add two separate petitions, no need to join them.
    3 just put separate way queries in the data model or concatenated sql same datasource.
    4 each of the query, to equate them with the setting something like
    5 ' SUMMARY' =: PARAM_REPORT_TYPE in the query summary
    6 ' DETAIL' =: PARAM_REPORT_TYPE in the query in detail
    7. in execution, that which, one of the query to execute and extract the data.
    8. Similarly, in the model, you can add the conditional creation of models.

  • Availability of the SQL Developer with embedded JDK

    SQL Developer 4.1 was released a month ago.

    As I can't install Java 8 on my system without maximum pain, I forward the release of the version with embedded Java.

    Does anyone know when this will happen?

    Concerning

    Andreas

    Soon

  • Error when using SQL Developer to IMPORT access data in Oracle

    Hello
    I use SQL Develoepr to export the Access mdb file to Oracle. When I try to use the tools -? Migration-> Microsssfot-> export access
    I get an error message to attach the Access database file, the error indicates

    "Error #40179 - XMLExporter - Methiod 'AddFromFile' of object ' _References failed." Export failed.

    What could be the reason for this error please notify.

    Thank you

    Don't know if it is related to your question, but you need a JDK 1.6 (Java SDK). What do you get in Help - about - Version?

    K.

  • Maker data and Sql Developer

    Just downloaded sqldeveloper EA 3 - and the ability to drag a quick pattern in data for a logical diagram maker is gone.

    Is this even possible now in separate data Modeler product?

    It is still there - you can drag & drop browser SQL Developer only tables in relational model empty diagram. Pressing Ctrl key will change the child behavior - all tables is also imported.
    You can drag & drop of the types of objects on the types of data model diagram.
    Now you have more possibilities - to reorganize/format and diagram to print, generate the DDL.

    Philippe

  • No data in FA_ADDITIONS in Sql Developer 4.1.1.19.

    Hi all

    Select * from fa_additions

    No line

    In Sql Developer 4.1.1.19.

    When I check in the lower version of Sql developer, it shows the data.

    You can change the default in

    Preferences--> database--> NLS.

    See you soon

    AJ

  • Where isi poijnter to the correct JDK 8 in my case for sql developer 4.1?

    Where isi poijnter to the correct JDK 8 in my case for sql developer 4.1? Have several JDK on this pc, 7 8, somewhere, there is a pointer

    for the right to use when installing sql developer 4.1 JDK.

    Who did. Really appreciate it.

    Need to expose this region better. Other positive results will continue in the same question.

    Especially if they do not take explicit measures to expose the hidden files and folders.

    Thanks again

  • Force SQL Developer 1.5.4 to export data on 1 sheet XLS

    Hello.

    I use SQL Developer 1.5.4 to export data in XLS format.
    The exported file is about 40 MB of wholesale.

    When exporting, I noticed that developer SQL divides the data into multiple worksheets, with about 64 001 lines each.

    Please, is there a way I could force SQL Developer to have all data on a spreadsheet of singke?


    Thank you.

    I'm just guessing, but I suspect that the 64 000 line limit is so the resulting XLS file can be opened in Excel 2003 or an earlier version. Excel 2003 has a limit of ~ 65 536 (2 ^ 16) rows in a worksheet. Even if you were to export as a text or CSV (separator: tab) file and try to load it into Excel, it could choke and leave once the limit of the worksheet intervened.

    Hrsg.:.

  • Path of J2SE for SQL Developer

    I downloaded and installed SQL Developer 3.0 (JDK not included) for Linux under the guidance of the Oracle download page. The page advises that JDK 1.6.0_11 or higher must be installed.
    Java $-version responds:
    Java version "1.6.0_20.
    OpenJDK (IcedTea6 1.9.9) runtime environment (fedora - 54.1.9.9.fc14 - x86_64)
    OpenJDK 64-bit Server VM (build 19, 0 - b09, mixed mode)

    I already suitable JDK installed? And if so, how do I determine the full path?

    When I run the script/opt/sqldeveloper/sqldeveloper/bin/sqldevqloper for the first time, it prompts to enter the full path of an installation of J2SE. Am I being asked for a path to my JDK installation? I don't know what you must specify the path, and the use of SQL Developer guide is silent on how to identify this path. Or what I need to install something else until I get SQL Developer to work?

    My background is Oracle DBA, not Java, so I find all of these JDK/JRE/J2SE very confusing stuff. Can someone help with specific instructions on what I need to do to get this product to work?

    TIA,
    Jon

    type

    which java
    

    in a shell.

    Which should show the full path.

    I don't know if OpenJDK is supported. It may be better to download the JDK official Sun (oracle).

    Published by: Jim Smith on August 6, 2011 14:25

  • Role of the user of "SQL Developer" rESTful services

    Hello

    I am following the tutorial ""REST Data Services Installation, Configuration and Development Guide " "

    But it seems that I can't create a user with the role of "Developer SQL". I am running the below command, I specify the password. Then called the credentials file is created.

    But I can not yet connect SQL Developer using development REST with this credential.

    java-jar ords.war user test_developer "SQL Developer"


    There is no such role when I manually search for in the database. How can I create it?


    Maybe I should create a thread separate, but my second question is, why I need for RESTful to work services have both apex_al.xml and apex_rt.xml conf files?

    For what I understand, it is not necessary to have installed to use the services of APEX RESTful?

    dmdamiyo wrote:

    I am following the tutorial 'REST Data Services Installation, Configuration and Development Guide.

    But it seems that I can't create a user with the role of "Developer SQL". I am running the below command, I specify the password. Then called the credentials file is created.

    But I can not yet connect SQL Developer using development REST with this credential.

    java-jar ords.war user test_developer "SQL Developer"

    There is no such role when I manually search for in the database. How can I create it?

    As mentioned by rwendel is not an Oracle database user / role you create, but it is specific to ADR.

    You can share the link in the documentation where you follow this step?

    If you want to install ADR using Oracle SQL Developer and use the various functions of the ADR 3.0, you can watch the following for quick information on ADR 3.0 sessions:

    Maybe I should create a thread separate, but my second question is, why I need for RESTful to work services have both apex_al.xml and apex_rt.xml conf files?

    For what I understand, it is not necessary to have installed to use the services of APEX RESTful?

    Yes, Oracle APEX is not necessary for the accommodation of RESTful Web Services with ADR 3.0, it was necessary in pre ADR 3.0 versions.

    Reference:

    The 'apex_al.xml' is the configuration user DB APEX_LISTENER and 'apex_rt.xml' matches the configuration of the APEX_REST_PUBLIC_USER DB user. You don't have to configure these users (if you do not want to use Oracle APEX). These users are necessary only if you want to use the RESTful Services with Oracle APEX.

    Reference: http://docs.oracle.com/cd/E56351_01/doc.30/e56293/config_file.htm#BABHAJDE

    If you do not want to use Oracle APEX, then just configure the users ORDS_PUBLIC_USER and ORDS_METADATA.

    Reference: http://docs.oracle.com/cd/E56351_01/doc.30/e56293/install.htm#CHDGACJC

    Kind regards

    Kiran

  • How to build the data model to the server of short?

    After the Quick Start Guide, I am still confused of short components. In the view of BI, it should be a short server integrated data model and a tool to develop and manage the data model. Which component is this role, CloverETL or something?

    We have created a series of screencast "Getting started with short Information" discovered who should provide that you answer these questions.

    You can find the full outline on our page OTN: http://www.oracle.com/technetwork/middleware/endeca/learnmore/index.html

    And, the screencasts are on our YouTube channel: https://www.youtube.com/user/OracleEID

    Thank you
    Carrie

  • Creation of a new database Oracle and Sql Developer

    Hello

    I am a newbie to Oracle and and a beginner not so Sql Server and Visual Studio.

    I am trying to learn Oracle on my local machine. I want to create a new Oracle database and start learning from here.

    I downloaded the Client Oracle sql developer and maker of data. Could someone please provide some guidance on how to create an Oracle database?

    From the responses, it seems that none of the articles I've mentioned actually creates a database. SQL Server provides a free download, also a developer version for a small fee. What specific Oracle product would be better to provide this type of service?

    Thank you
    Mark

    Published by: user8948230 on January 7, 2010 09:50

    You can download the company for educational use via the OTN site. There is also the Express edition, which includes limits on the OTN site as well.

    Whatever it is, read the agreements to make sure that you use it properly.

  • Oracle SQL Developer Data Modeler start error

    Hi all

    I just downloaded Oracle SQL Developer Data Modeling (2.0.0.57.0) [released July 1, 2009] by selecting the option ' Oracle SQL Developer Data Modeler for Windows (this zip file contains the JRE).

    After that I installed the same and tried to start clicking on datamodeler.exe, I get the following error message

    "Failed to create an instance of the JVM on the path:... \jdk\jre\bin\client\jvm.dll.

    On the same machine, I can successfully run the SQL Oracle program without error. My machine is having Windows XP Professional SP3.

    Any ideas? If there is a problem with Java, that of the Oracle SQL Developer should also not run. But as I said it runs with any error, but the Oracle SQL Developer Data Modeler gives the above error.

    Kind regards

    JAA149

    Hey Jawad,

    you wrote you have 960 MB of RAM - how did you do a test with 1.5 MB of RAM and 2 MB of RAM?
    No doubt this is a problem of memory - memory change in the datamodeler.conf file option:
    -There 'AddVMOption-Xmx768M"by default; to take
    -"AddVMOption-Xmx512M" or never, making it suitable for your configuration - you can check the available free memory first.

    Philippe

Maybe you are looking for