[jbosstools-issues] [JBoss JIRA] Created: (JBIDE-2179) Performance problems with Oracle default database

Vitali Yemialyanchyk (JIRA) jira-events at lists.jboss.org
Sat May 3 08:13:18 EDT 2008


Performance problems with Oracle default database
-------------------------------------------------

                 Key: JBIDE-2179
                 URL: http://jira.jboss.com/jira/browse/JBIDE-2179
             Project: Tools (JBoss Tools)
          Issue Type: Bug
          Components: Hibernate
            Reporter: Vitali Yemialyanchyk
         Assigned To: Vitali Yemialyanchyk
            Priority: Minor


Download & setup Oracle 11g, use default db configuration. Create Hibernate Console configuration for this db.
>>
hibernate.cfg.xml:
...
        <property name="hibernate.connection.driver_class">oracle.jdbc.driver.OracleDriver</property>
        <property name="hibernate.connection.password">sa</property>
        <property name="hibernate.connection.url">jdbc:oracle:thin:@127.0.0.1:1521:orcl</property>
        <property name="hibernate.connection.username">SYSTEM</property>
        <property name="hibernate.dialect">org.hibernate.dialect.Oracle10gDialect</property>
...
>>
try to expand Hibernate tree for this configuration - on my computer it takes 20 minutes.
Too long operation.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jbosstools-issues mailing list