Version 2.1.0.63 - Load List of Database Objects Loads Incredibly Slow

I am using version 2.1.0.63, and when I am browsing the database objects in the connection, they load EXTREMELY slow. With the same database, using other tools, such as PLEdit, the list of objects loads in a small fraction of the time that it takes SQL Developer to load them. Why is it so much slower? Are there options that will make SQL Developer load less details about the objects or something along that line?
Thanks,
Kurz

I am migrating a Microsoft SQL Server 2005 database to oracle 10g. I encounter this problem when I run "Load Database Capture Script Output", It is extremely slow at this step, especially on loading constraints.I am using SQL Developer 2.1.0.63. The size of Microsfot SQL Server db is 6G.

Similar Messages

  • How to get the List of Database Objects (Table/View) for a given APEX Page.

    Hi,
    I have an application and that consist of pages like page1,2,3,.....
    *1.* I want a report which can give me the list of all the Pages1,2,3,....
    I am using the following query to acheive this.... THIS IS FINE..
    select a.workspace, a.owner, a.application_name, b.page_id, b.page_name
      from apex_applications a,
           apex_application_pages b
    where a.workspace = b.workspace
       and a.application_id = b.application_id*2. Now, I want for each individual page*, the list all the database objects (tables/views), which that page is using.
    I am using ALL_DEPENDENCIES , but I am not getting the result.
    So, want to know if there any view/table, where I can get the Application Pages & there database object list...
    Thanks,
    Deepak

    Hari,
    Thanks for the response.
    The view APEX_APPLICATION_PAGE_DB_ITEMS will only give me the table name related to any Page Items defined to that page..It will not give me all the database objects..
    suppose we have a Page, having a report based on multiple tables and there is no Page items defined on that page, we will not have any value in this ....DB_ITEMS table. same thing if we have define some PL|SQL(using some table/view) in a Process, that will not be populated in .....DB_ITEMS table. I want some thing like all the database objects (table/views/function/procedure/.....) for a particular Page ID.
    Thanks,
    Deepak

  • Listing The Database Objects Using Menu (combobox, list etc.)  With Flash Builder

    Hi,
    i try to learning flash builder and developing a simple application.
    i have a database and it contain a id, eser, baslik area.
    id : standart id area.
    eser : contain a long text
    baslik : title of the eser
    you can see the database below (i add a long text area view (eser) second image)
    i added a combobox to my project. bind it (get all results) "baslik" coloumn in database
    and listing titles  in combobox.
    i want to learn. how can i listing a long text area (eser) in database, when i select a title (baslik)
    below the combobox.
    I asked an example for ComboBox. may be another type of menu.
    I'm trying to do this for a long time but just could list the titles in combobox.
    I will be a very very happy, if somebody can help me.
    love & respect & peace

    i researched a many document but still can't find a insert data grid.
    it seems to under Components Panel all documents and videos
    but i can't see it?
    Anirudh SasikumarRangoraTodd_KoprivaJason San JoseSunilAdobeAmy_WongDatabase Listing And Paging With Flash BuilderUsing Flash BuilderFlex
    somebody help me please?
    thanks
    bye

  • How to get list of jar files loaded by servlet container.

    Hi,
    I need to display in my servlet program about the list of jar files loaded by servlet container. Does it vary for each servlet container or is it same. Where can I get those details.
    I need to write code to support tomcat 4x, iplanet 5.0 and websphere 6.0.
    Thanks & Regards,
    Nasrin.N

    For curious, here are output prints for all 3 methods:
    1) parsing system property
    2) tschodt
    3) overcast SystemClassLoader to URLClassLoader
    /home/espinosa/workspace/jboss_embedded_test1/target/test-classes
    /home/espinosa/workspace/jboss_embedded_test1/target/classes
    /opt/javalibs/javax/ejb/ejb-api/3.0/ejb-api-3.0.jar
    /opt/javalibs/javax/jms/jms/1.1/jms-1.1.jar
    /opt/javalibs/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar
    package com.sun.org.apache.xerces.internal.impl.validation, Java Platform API Specification, version 1.6
    package com.thoughtworks.qdox.directorywalker
    package com.sun.org.apache.xerces.internal.parsers, Java Platform API Specification, version 1.6
    package java.util.jar, Java Platform API Specification, version 1.6
    package org.testng.internal.thread
    package com.sun.org.apache.xerces.internal.util, Java Platform API Specification, version 1.6
    package java.net, Java Platform API Specification, version 1.6
    package sun.reflect.misc, Java Platform API Specification, version 1.6
    package esp.ejb.samples1.test
    package sun.security.provider, Java Platform API Specification, version 1.
    file:/home/espinosa/workspace/jboss_embedded_test1/target/test-classes/
    file:/home/espinosa/workspace/jboss_embedded_test1/target/classes/
    file:/opt/javalibs/javax/ejb/ejb-api/3.0/ejb-api-3.0.jar
    file:/opt/javalibs/javax/jms/jms/1.1/jms-1.1.jar
    file:/opt/javalibs/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar
    ...Interestingly, method 1 and 3 gives the same list, same order, same count, just format of item is a little bit different. The order is same as in Eclipse .classpath file.
    Method 2 (tschodt) give significantly more items! rougly 3x! Different order (somewhat random it seems to me). Some items contain extra information, like version and string "Java Platform API Specification".
    It prints not absolute paths but logical Java names.

  • How do I select a playlist to copy onto my devices?  On the older version, I could click on each list, then check "sync only checked playlists" and I'd have different playlists on different devices.  How do I do it with this version?  Thank you!

    How in 12.1.0.50 can I select a playlist to copy onto my devices from my iMac?  On the older version, I could click on each list, then check "sync only checked playlists" and I'd have different playlists on different devices (iPhone 6, iPod nano).  How do I do it with this version?  Thank you!

    Same way.
    Select the device, click Music tab and select the playlists to sync.

  • How to list the JAR files loaded into the Oracle Database ?

    How to list the JAR files loaded into the Oracle Database ?

    From 11.1 onwards, the below two views are available to identify the jar files loaded into the Database.
    JAVAJAR$
    JAVAJAROBJECTS$
    By querying the JAVAJAR$ view you can know information about the JAR files loaded into the Database and using JAVAJAROBJECTS$ view you can find all the java objects associated with the given JAR file.
    These views are populated everytime you use LOADJAVA with "-jarsasdbobjects" option to load your custom java classes.
    But unfortunately this feature is available only from 11.1 onwards and there is no clear workaround for above in 10.2 or earlier.

  • I have a Mac book operating on Version 10.5.8 this won't let me down load version 10.7 itunes. Is it possible possible to down load a new operating systen to my Mac it has a 2.4 GHz Intel Core 2 Duo processor

    i have a Mac book operating on Version 10.5.8 this won't let me down load version 10.7 itunes. Is it possible possible to down load a new operating systen to my Mac it has a 2.4 GHz Intel Core 2 Duo processor & 2 GB 667 MHz DDR2 2SDRAM of Memory.

    Hi Andy, yes it's a paid Upgrade...
    First you need to research all the problems people are having with the higher OSX versions, & make sure you have a bootable clone of what you have just in case.
    then you must get 10.6 if they still have it, install it & update to 10.6.8 so you have the App Store to buy & download the huge 10.8 Installer.
    Snow Leopard/10.6.x Requirements...
    General requirements
       * Mac computer with an Intel processor
        * 1GB of memory (I say 4GB at least, more if you can afford it)
        * 5GB of available disk space (I say 30GB at least)
        * DVD drive for installation
        * Some features require a compatible Internet service provider; fees may apply.
        * Some features require Apple’s MobileMe service; fees and terms apply.
    Which apps work with Mac OS X 10.6?...
    http://snowleopard.wikidot.com/
    It's been pulled from the online store & Apple Stores, so you have to call Apple to buy it, last I heard.
    Call Apple Sales...in the US: 1-800-MY-APPLE. Or Support... 1-800-275-2273
    Other countries...
    http://support.apple.com/kb/HE57

  • Problem with dynamically loading the dropdown list from database

    Please help me,
    i am having a jsp page which contains a form
    with a textfield ,two dropdown list
    and a submit button
    when i select a list from first drop down, second drop down has to
    be loaded from the database dynamically according to the
    selected one in the first drop down.
    i gave onselect event for the first drop down and
    gave this one
    temp=first dropdown selected value
    self.location='currentfile+query='+temp;
    after this current page is reloading, but the already existing
    values in textfield and first selected value in drop down list is
    missing.
    how to solve this problem? and the rest of the problem. i mean
    loading the data into second drop down list.
    plz help me......

    in first <selcet> tag write Onchange and submit to the jsp then the values will return in second select box.

  • With version 6 upgrade takes forever to load. Most sites never load completely-missing graphics and images. Using Google Chrome solves problem.

    This problem occurred after upgrade to Firefox 6. Did not have it with version 5.

    The default of the pref network.http.max-connections has been increased from 30 to 256 in Firefox 6+ versions.
    You can try to decrease the value of the pref <b>network.http.max-connections</b> from 255 to a more modest setting like 30 as used in Firefox 3 versions.
    *https://support.mozilla.com/kb/Firefox+never+finishes+loading+certain+websites

  • Florida virtual school system is only compatible with Safari versions 4.0 and 5.0, where can I down load these?

    Florida virtual school system is only compatible with Safari versions 4.0 and 5.0, where can I down load these?

    Safari 4 was for Tiger 10.4.11, and Safari 5 for Leopard. Neither will work on a system running Mountain Lion.
    Surprising that they have never updated their system!

  • Please help me to load a list of databases

    I need to get the location alias information from 10 Application's databases.What shall I do to load a list of databases?Please help me

    Below is the example of a Maxl script to load multiple APP & DB and then display location alias for them: -
    /*Following Maxl command will store output of all below mentioned MaxL command in a file*/
    spool on to FILE-PATH;
    /*Login command to access Essbase server*/
    login USER-NAME identified by PASSWORD on SERVER-NAME;
    /*Below Maxl statements load databases- DB-NAME1, DB-NAME2, DB-NAME3 of an application - APP-NAME1 and show location aliases for each databases*/
    alter application APP-NAME1 load database DB-NAME1;
    display location alias on database DB-NAME1;
    alter application APP-NAME1 load database DB-NAME2;
    display location alias on database DB-NAME2;
    alter application APP-NAME1 load database DB-NAME3;
    display location alias on database DB-NAME3;
    /*Below Maxl statements load databases- DB-NAME1, DB-NAME2, DB-NAME3 of an application - APP-NAME2 and show location aliases for each databases*/
    alter application APP-NAME2 load database DB-NAME1;
    display location alias on database DB-NAME1;
    alter application APP-NAME2 load database DB-NAME2;
    display location alias on database DB-NAME2;
    alter application APP-NAME2 load database DB-NAME3;
    display location alias on database DB-NAME3;
    spool off;
    log off;
    Hope it help you.
    Atul

  • Just received a new Ipad Air, but IOS version is older than current IPad...can not load backup...How do I upgrade IOS version?

    Just received a new Ipad Air, but IOS version is older than current IPad...can not load backup...How do I upgrade IOS version?

    In order to upgrade the new Air 2, I had to select "set up as new" from the menu. So, after the IOS upgrade is done, how do I "restore" the data that is backed up on icloud from my old Ipad?  I don't see a menu item for that . . .
    Thanks

  • W/ this latest version, getting MANY "the connection was reset" pages, plus VERY VERY VERY slow loading. I'm running Windows 7 on a new Dell. What is up w/ that?

    w/ this latest version, getting MANY "the connection was reset" pages, plus VERY VERY VERY slow loading. I'm running Windows 7 on a new Dell. What is up w/ that?
    I don't know how else to phrase that. I'm a pretty good user, but after defragging, backing up, and getting rid of a bunch of files that "may" slow down performance of firefox, the fact is, "the connection was reset" comes up five or six times a day--AND the browser is going slow as molasses. I haven't had this much trouble since before I got my new dell.

    hello whatagem123, it is never a good idea to stick with outdated versions of firefox just for the sake of addons, as this will put the integrity of your system and your the personal data on it at risk - there are various [https://www.mozilla.org/security/known-vulnerabilities/firefox.html known security vulnerabilities (some of them highly critical)] that were fixed in later versions!
    so please [[Update Firefox to the latest version]] & [https://www.mozilla.org/en-US/plugincheck/ update your plugins] (your java plugin has security vulnerabilities that are actively and widely exploited on the web).
    afterwards i'd recommend resetting firefox - this will keep your bookmarks and passwords but will get rid of most other customizations. this might well fix both the issues you've described in your question...
    [[Reset Firefox – easily fix most problems]]

  • List of Database Versions

    Please provide the list of Database versions available. Also let me know whether JDBC is available in Oracle 10g Release 2.
    I oracle Site where do we get these details
    Message was edited by:
    user597936

    For that you might want go here,
    http://en.wikipedia.org/wiki/Oracle_database
    Since version 7, Oracle's RDBMS release numbering has used the following codes:
    Oracle7: 7.0.16 — 7.3.4
    Oracle8 Database: 8.0.3 — 8.0.6
    Oracle8i Database Release 1: 8.1.5.0 — 8.1.5.1
    Oracle8i Database Release 2: 8.1.6.0 — 8.1.6.3
    Oracle8i Database Release 3: 8.1.7.0 — 8.1.7.4
    Oracle9i Database Release 1: 9.0.1.0 — 9.0.1.5 (Latest current patchset as of December 2003)
    Oracle9i Database Release 2: 9.2.0.1 — 9.2.0.8 (Latest current patchset as of April 2007)
    Oracle Database 10g Release 1: 10.1.0.2 — 10.1.0.5 (Latest current patchset as of February 2006)
    Oracle Database 10g Release 2: 10.2.0.1 — 10.2.0.3 (Latest current patchset as of November 2006)
    From 2006 Oracle Corporation started to discuss the proposed next major version of its database, which it provisionally termed "Oracle database 11g beta". The "launch" of Oracle 11g took place on 2007-07-11.

  • Since Thunderbird attempted to load the newest version, nothing loads. Video won't load, pages take forever. How do I fix this?

    A pop up asked if I wanted to install the latest version of Thunderbird. I clicked yes, and nothing has worked since. Videos won't load, sites take forever to load if they do at all. I clicked on Thunderbird 'about' and it showed it was attempting to load verision 12.1. My last version was 3.1. I deleted the Thunderbird application and installed a 3.1 version I had backed up. Everything is still not working right.
    How do I fix this?

    Thanks Zenos. I have an iMac OS10.6.8 When Thunderbird was installing the latest version is when this problem started. And the problem IS with my browser. I realized the problem started when I said 'yes' to installing the latest version. When I checked preferences I noticed Thunderbird was attempting to load version 12.1 It had been running for days and only 159 kbs had loaded . I didn't know how to stop it, so I just trashed the Thunderbird app, but that didn't help. I'm not very techy to say the least, but it seems like there might still be something running in the background that is slowing up everything else on my computer. Anyone have any ideas?
    Thanks for the reply.

Maybe you are looking for

  • Error-page with browser check?

    I am trying to add an error-page to my BSP-application. is there a way to check which browser (and version) the user uses? i would like to show a error page for all users that don't use IE..

  • Crashes with Airport extreme

    I'm trying to set up a wireless network at home, part of which involves an external hard drive attached to the AirPort Extreme base. My iTunes library is too big to keep on the laptop, so it is on the external drive. When I'm listening to stuff throu

  • Creating a Full-Path Hyperlink in Adobe 9

    I need to create hyperlinks to files stored on our network. Our network automatically maps this location to a mapped drive on my computer, but maps other locations to the same mapped drives on other people's computers (I have to put it in this folder

  • Office mail account ID says error BB Q10

    HI, Tried to setup my office mail in my new device bbq10. i tried with advance setup imap and pop. but both showing error that there is no response from the mail server. i was usiing my office mail in all my other bb devices witout any problem. Help

  • [SOLVED] Pacman leaving system in inconsistent state

    Today I made an update to my system and wanted to reboot. Since then I am having issues to no end. To begin with, I had a custom kernel but it became hard to maintain it so I wanted to drop it in favor of a much newer default kernel. So I removed my