Same icons for objects in SQL Developer as Data Modeler

Hello,
would it be possible to display the same icons for objects in SQL Developer as Data Modeler?
For example:
- in SQLD a session temporary table has the icon of a table with an X symbol, in Data Modeler it is just a table icon.
- in SQLD a materialized view has the icon of a table with 2 arrows, in data Modeler it is just a table icon.
Joop

Hi Joop,
I think you will find that in Data Modeler's Physical Model tree the same icons are used for temporary Tables and Materialized Views as in SQL Developer.
David

Similar Messages

  • Links for SQL Developer and Data Modeler not working?

    Hi folks,
    I tried to access the new SQL Developer and Data Modeler links posted in the April 1 message (and on the Oracle site) from a couple of machines with no luck (empty zip files) - is there an update to the links?
    Thanks!
    Tomo

    In Firefox zero length zip. In IE loses connection to downloads.oracle.com.

  • Forum for SQL Developer and Data Modeler?

    I searched now for a while all the available forums but did not found a special forum for the Oracle SQL Developer tool.
    Where do I post questions about it?
    Is there another, separate forum for SQL Developer Data Modeler?
    Peter

    https://forums.oracle.com/forums/category.jspa?categoryID=501

  • Integration of  SQL Developer and Data Modelling - concerns.

    In aanother thread about OSDM connections, I commented that the development team for OSDM and the core product seem to separate and Sue responded.
    Sue Harper wrote:
    A clarification of the Data Modeling feedback application and this forum. The developers are part of the SQL Developer development team, but as for all our features, each developer has a focus area, so the Data Modeling developers will tend to answer those questions. The reason I said that they seem to be separate as that ODSM seems to be put together completely differently. I hit another example today. I downloaded a fresh copy of osdm without JDK. On starting it up, it complained it couldn't find a jre and quit. There was no prompt to specify the location as there is with SQLDevloper and there are no configuration files to edit.
    SQLDeveloper already has issues with different components doing the same differently. The number of problems has been reduced but it has taken some time and I am concerned that the introduction of a large body of new code will cause things to revert to the bad old days in terms of quality.
    I may or may not end up using OSDM, but I want to have the choice. I don't want components I don't use becoming part of the application and adding bloat. The migration components are a case in point. The "migration workbench" ought to be a completely separate add-in rather than a core component and I hope this is down with OSDM.

    Jim,
    "I don't want components I don't use becoming part of the application and adding bloat." Absolutely. and we agree. SQL Developer Data Modeling will be a separate standalone product so that users who don't want to use SQL Developer, but who do want to model will have that option. The nice thing about an integrated solution is that if you are doing database work and then want to do some modeling, you are in one tool. Our current plans are to release the standalone product in the initial production release and then follow that with the extension to SQL Developer depending on the customer demand. We do plan to release a read only viewer as part of SQL Developer 2.0. This will be an extension, which like the Migration extension, you can switch off. and from your note, you'd prefer the reverse, that these new extensions are pieces you choose to include and not choose to exclude.
    I'm not certain we'll get agreement on this, but I'll be interested. Just this morning I was updating a thread were the request was for all the pieces to be there working out of the box.
    Sue

  • SQL Developer with Data Modeler, No Design Menu Option

    Using SQL Developer 3.0.04 Build MAIN-04.34 with Data Modeler. I have created a logical design and wish to forward engineer this to a relational model.
    I cannot seem to find the Design Menu option to use the >> Engineer to Relational Model option which is available under the Design Menu on the Stand Alone version of SQL Developer Data Modeler.
    Have checked the following locations:
    Tools -> Data Modeler
    View -> Data Modeler
    File -> Data Modeler
    Right Click on my Logical Design
    I have ensure that all my entities have the Engineer To property set to a valid Relational Model.
    Is this a bug or am I missing a menu option / configuration setting?
    Thanks in advance for any help
    John

    Hi John,
    you can find ">> Engineer to Relational Mode" button among other buttons for logical diagram.
    Philip

  • Favorites icon gone from Oracle SQL Developer Help screen

    Favorites icon gone from Oracle SQL Developer 3.0 Help Center screen
    How do I get it back?
    In Oracle SQL Developer 3.0 I clicked
    Help->Table of Contents
    to bring ut the Help Center window.
    It the Help Center window I used to have a Favorites tab next
    to the Contents TAB on the left side of the window.
    I did an unpin some how and now I can't get the Favorites
    TAB back.
    On the right side there is a Star + icon that does
    Add to Favorites.
    I can add links to favorites but I have no way to go to these
    saved favorites anymore.
    How do I get the Favorites TAB/Icon back?
    Thanks

    Hi John,
    SQL Developer depends on JDeveloper code for the Help. After closing the Favorites tab I see no way to re-open it in the UI, so I imagine there may be a bug on the JDev side. Fortunately, there is a manual fix:
    In file product-preferences.xml
    In directory C:\Documents and Settings\<userid>\Application Data\SQL Developer\system3.0.04.34\o.sqldeveloper.11.1.2.4.34
    use Notepad to look for the lines like:
          <value n="helpDynamicLinksNavigatorLocation" v="3"/>
          <value n="helpFavoritesNavigatorLocation" v="0"/>
    Just change the value "0" to "2"Regards,
    Gary
    SQL Developer Team

  • Support of PL/SQL Functions in Data Modeler

    Hello,
    Sorry if this question has already been answered, I searched the forum but got 215 hits on data modeler + pl/sql functions.
    So my question is:
    Stored Procedures are already supported by the physical model (11g) of data modeler, but I could not find any method
    to create pl/sql functions via data modeler - neither in the documentation nor on the user interface. Is this
    currently not supported?

    Is this currently not supported?There will be support for functions and packages in next release.
    Philip

  • A suggestion for display list if you type an object in SQL Developer

    In Oracle document , we always use low-case in our own table name, column name. So our code format is always followed by this tradition. But now if I use SQL Developer, if I type a table, it will display a list for me.But unfortunitely it is up-case. So I can not pick them up, I have to type the low-case one by myself. Can Oracle consider this tradition ?
    Thx
    this is the example from Oracle Doc PL/SQL User's Guide and Reference:
    DECLARE
    bonus NUMBER(8,2);
    emp_id NUMBER(6) := 100;
    BEGIN
    SELECT salary * 0.10 INTO bonus FROM employees
    WHERE employee_id = emp_id;
    END;
    see salary, employee, empoyee_id are all low-case!

    They know.. there have been a few posts about setting case preferences. Hopefully they will add it soon.

  • How to compile all invalid objects in SQL Developer

    Hi
    I am used to PL\SQL Developer and currently I am testing SQL Developer (version 2.1). I have question where can I find in SQL Developer functionality (or how to invoke those functions) like:
    1 ) To list all invalid objects and then compile them.
    2) Invoke window similar to “Command window” in PL\Sql Developer
    Thanks for help
    Groxy

    Could I please revive this and ask how do I use UTL_RECOMP?
    Also, I could not find a description of the icons in SQL Developer. Some procedures are shown with a green plus sign (I am guessing here since I can't make out what it is) on them and the ones that I right-click and compile have this green go away. Can you explain?
    Thanks a lot.

  • Query Results not coming for SELECT * in sql developer 3.1.07

    VERY FRUSTRATING to use sql developer.
    In SQL DEVELOPER 3.1.07:
    WHAT WORKS: select sequence# from v$archived_log
    WHAT DOESN'T WORK : select * from v$archived_log
    You've got to be kidding me.
    I wish I can show a screenshot, but can't in this forum. Here's my description:
    When I run the query, in the bottom frame for Query Results, it just says: Executing: select * from v$archived_log in 0 seconds.
    Then there's no result grid.
    WOw

    >
    This was when connected to a standby db that's in mount state
    >
    Is this a 'manual' standby db? Are you using Data Guard?
    Post the results for what Gary ask of running the queries in sql*plus. If those queries give the same result then this is NOT a sql developer issue.
    Review the following thread and post back with what information in it applies to your use case.
    Re: V$ARCHIVED_LOG returns no rows on manual standby
    If you are using Data Guard you may want to cross-post in that forum.

  • Changed behaviour when handling Oracle Objects in SQL Developer 3.1

    In version of SQL Developer before (and including) 3.0, when one executed - F5, run script, not F9, run query - a query that included an SDO_GEOMETRY (oracle object) object the object's elements where displayed in the output text form.
    In SQL Developer 3.1 that has changed. Now, one only gets [MDSYS.SDO_GEOMETRY] as a placeholder.
    Many spatial users prefer the former behaviour.
    Has something changed in 3.1 that causes this?
    Is there a way that I can get the previous behaviour back?
    I program the GeoRaptor SQL Developer extension. GeoRaptor has an Addin that allows it to reformat SDO_GEOMETRY objects in a result set on the fly.
    Does one need to do something similar now in SQL Developer 3.1?
    If so, can you provide an example.
    Finally, are there any plans to release Javadoc for the SQL Developer jar files that an extension developer needs to use when constructing an extension?
    regards
    Simon

    >
    In SQL Developer 3.1 that has changed. Now, one only gets [MDSYS.SDO_GEOMETRY] as a placeholder.
    >
    Yes - there has been some history re SDO_GEOMETRY in particular.
    See Gary Graham's reply in this thread
    Re: Query result window doesn't show contents of collection types
    >
    There is some history behind this change. It started with a performance issue populating the grid for SDO_GEOMETRY objects:
    Re: SQLD 3.1EA -  Fails to render resultset output containing SDO_GEOMETRY

  • How to buy vouchers for Oracle PL/SQL Developer Certified Associate ?

    I want to become Oracle PL/SQL Developer Certified Associate.
    For this, I want to write 1Z0-007 (Introduction to Oracle9i SQL) and
    1Z0-147 (Program with PL/SQL) tests.
    I went through so many posts in the forum, but I didn't get the required answers.
    Kindly reply my queries:
    1) Will clearing the above two tests will make me Oracle PL/SQL Developer Certified Associate?
    2) Should I purchase two separate vouchers for those two tests?
    3) Should I give both the tests one by one at the same time or can I give them on different days?
    Please answer my questions. Or atleast guide me where can I get the answers?

    Ravindra wrote:
    I want to become Oracle PL/SQL Developer Certified Associate.
    For this, I want to write 1Z0-007 (Introduction to Oracle9i SQL) and
    1Z0-147 (Program with PL/SQL) tests.
    I went through so many posts in the forum, but I didn't get the required answers.
    Kindly reply my queries:
    1) Will clearing the above two tests will make me Oracle PL/SQL Developer Certified Associate?These exams fulfill the requirements of the certification which should be awarded if you pass the exam. Even if you pass the exams you are not certified until you received confirmation from Oracle via a success kit or Certview that you are certified
    2) Should I purchase two separate vouchers for those two tests?In my opinion there is usually little advantage in buying vouchers; but you may have different situation with your particular situation. Vouchers also may go wrong on people from time to time. Probably the excpetion for vouchers being good is when discounted vouchers are offered as part of training.
    See: http://www.pearsonvue.com/oracle
    3) Should I give both the tests one by one at the same time or can I give them on different days?Best practice for ordinary mortals is probably to take exams on different days. However as you are choosing 1z0-007 and 1z0-147 and not the more modern choices of 1z0-051 and 1z0-144 I shall leave that to yourself
    >
    Please answer my questions. Or atleast guide me where can I get the answers?1) http://www.oracle.com/education/certification
    2) Read the forum annnouncement sticky posts and links

  • How to disable check for updates in sql developer 3.2

    Is there a possibility to disable or remove the "Check for Updates" option in SQL Developer 3.2.2 version.
    I have tried using the below AddVmMOption but it is not working
    AddVMOption -Dide.noextensions=oracle.ide.webupdate
    AddVMOption -Dide.cfu.autoskip=true

    Hi,
    If you are referring to Help -> Check for Updates, I'm not certain if that is possible.
    If you mean Tools -> Preferences -> Extensions, just uncheck the Automatically Check for Updates box. Doing that is standard procedure for improving the tool's launch performance.
    Regards,
    Gary

  • Default path for scripts within SQL Developer version 3.2.20.09.87

    I have SQL Developer version 3.2.20.09.87 and needed to know if the 'Set default path to look for scripts' be a UNC path?
    Thanks

    I hadn't tried it but now I did and it worked.
    I also tried setting the Utilities Export default file location to a UNC path and I was able to set it but when I try to go to it via the 'browse' button, it doesnt go to it. It does, however, use it when I export.
    Also when I do File > Open, I'm not able to navigate to UNC paths via the 'Home' or 'Desktop' buttons on the left hand side of the window and am not able to navigate to a network location from the 'Locations' box.
    Any ideas? I am on Windows 7.
    Thanks

  • Can't find Extention for TT in SQL Developer Auto Update

    Just downloaded the new Version of SQL Developer(1.2.1 build main:32.13)
    from the TimesTen SQL Developer page.
    http://www.oracle.com/technology/products/timesten/timesten_sqldeveloper.html
    Tried searching for updates as shown in 'How to Install the TimesTen Extension' viewlet, but found no TimesTen Extention.
    Would someone please verify the extention is available?

    The TimesTen extension is now available via 'Check for Updates'.
    Please make sure you are using SQL Developer 1.2.1 Build 32.13. As with all SQL developer extensions you need to provide your OTN login id and password to download the files.
    Simon

Maybe you are looking for

  • How do I reset iChat and Facetime on an Air so I can  basically start fresh?

    How do I reset iChat and Facetime on my Air.  When I bought it we had everything on my husbands MacBook put on the Air.  All the iChat and Facetime setting are his so the Air and MacBook won't iChat or Facetime with each other.

  • How to add new fields to CRM contract Product List tab?

    Hi all! I would like to add a new custom field for CRM contract (CRMD_BUS2000121) item level, on the Product List tab. Here I found CRMT_0100A_ORDPRP_I_EXT_UI structure, therefore I enhanced this with new append structure and new fields. I also added

  • Reporting issue with ZFS65

    Running zfs65 on nw65 everything seem to be running properly. When I go to run a report from console1, I get the error "unable to log into the database. Ensure that the odbc driver is installed properly." The snmp alerting is working fine because I h

  • How to make FCE have mono audio output?

    How would I sent the final cit express so there is mono audio out? Thanks, Zack.

  • Something is out of place in my code

    I almost have things working as I want them, with my LevelOne class loading up the camera man, the cameraman follows the player, and LevelOne mimmicks the cameramans movement, what I'm now having a problem with is stopping the player at the edges of