[dba-issues] [Issue 53399] Poor performance with Orac le JDBC

2007-04-27 Thread nephila
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=53399





--- Additional comments from [EMAIL PROTECTED] Fri Apr 27 09:32:45 + 
2007 ---
Since I filed this report I've changed jobs and now have a different database,
it's still Oracle only now it's ~4000 tables in the schema I've logged into!
Unfortunately I'm still experiencing performance issues. The database server
itself is running on a fast SPARC/Solaris machine and performance in other JDBC
applications (Oracle SQL Developer) with the same driver is sadly much better
than OOo. My previous workstation was much slower, but it's still dragging along
on this one. The database is Oracle 10g Release 2, whereas previously I was
using Oracle 9i Release 2.

This time I'm running the tests from WinXP using the 2.3 developer snapshot 
m210.

To answer you questions:
1. It's been 10 minutes to get a table list.
2. Oracle's ojdbc14 driver version 9.0.2.0.0 oracle.jdbc.driver.OracleDriver
3. I'll try the 10g instant client driver (version 10.2.0.2.0)
3.1 This time it took 27 minutes.
4. Unfortunately I don't have a smaller DB to connect to.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[sw-issues] [Issue 57009] Refreshing all lists stuc ks

2005-12-13 Thread nephila
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=57009





--- Additional comments from [EMAIL PROTECTED] Tue Dec 13 09:34:21 -0800 
2005 ---
I tried this in 2.0.1 rc4 on WinXP and Tools - Update - Update All as tjurk
suggested and didn't experience a hand.

nephila - tjurk:
Could you try this again with the latest RC build?

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[sw-issues] [Issue 57009] Refreshing all lists stuc ks

2005-12-13 Thread nephila
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=57009





--- Additional comments from [EMAIL PROTECTED] Tue Dec 13 09:35:23 -0800 
2005 ---
s/hand/hang/

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[porting-issues] [Issue 54458] psprint: Changes needed f or gcc4/MacOSX

2005-10-26 Thread nephila
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=54458





--- Additional comments from [EMAIL PROTECTED] Wed Oct 26 09:06:41 -0700 
2005 ---
The code in build 680 milestone 135 alters some of the lines changed by the 
patch 
i54458_psprint_source_patch.diff, breaking the compatability with Mac OS X/gcc 
4 again.

I'm now getting error: cannot convert '_oslModule**' to '_oslModule*' for 
argument '1' to 'void 
osl_unloadModule(_oslModule*)' and error: cannot convert '_oslModule**' to 
'_oslModule*' for 
argument '1' to 'void osl_getSymbol(_oslModule*)'  messages.

The difference seems to be that the code in v 1.13 of fontconfig.cxx casts 
m_plib to oslModule* and not 
_oslModule* as it does in the patch attached to this issue. On other platforms 
this cast has the effect of 
casting void* to void** which may cause issues elsewhere.

I believe that the correct thing to do would be to change all instances of the 
cast from (oslModule*) to 
(oslModule)


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[dba-issues] [Issue 53396] New - Number fields show u p as currency using Oracle JDBC

2005-08-16 Thread nephila
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=53396
  Issue #:|53396
  Summary:|Number fields show up as currency using Oracle JDBC
Component:|Database access
  Version:|680m122
 Platform:|All
  URL:|
   OS/Version:|Linux
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P3
 Subcomponent:|none
  Assigned to:|dbaneedsconfirm
  Reported by:|nephila





--- Additional comments from [EMAIL PROTECTED] Tue Aug 16 06:22:13 -0700 
2005 ---
I have a number of oracle databases that I connect to with the Base component 
using the Oracle JDBC 
driver and they all show the same behaviour.
In the table view and query result view all fields that have a NUMBER type show 
up as a currency.
To get the correct data type I have to select the field heading (selecting the 
entire column), bring up the 
context menu and change the column format to number.

I have seen this behaviour in all of the milestones that I've used to connect 
to Oracle (since about m118) 
on both Linux and Mac OS X.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[dba-issues] [Issue 53399] New - Poor performance wit h Oracle JDBC

2005-08-16 Thread nephila
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=53399
  Issue #:|53399
  Summary:|Poor performance with Oracle JDBC
Component:|Database access
  Version:|680m122
 Platform:|All
  URL:|
   OS/Version:|Linux
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P3
 Subcomponent:|none
  Assigned to:|dbaneedsconfirm
  Reported by:|nephila





--- Additional comments from [EMAIL PROTECTED] Tue Aug 16 06:49:15 -0700 
2005 ---
I'm connecting to an Oracle database with a large number of tables (~1000) 
using the Oracle JDBC driver in 
Base and there are a number of times that the application stops responding.

1. Selecting the Tables button on the main screen and entering the user name 
and password
2. Opening a table by double-clicking on a table in the Tables list

Editing the entries in an opened table is fast, as is running a query. The 
problem doesn't appear to be 
merely a slow connection to the database. Is it possible that at the times the 
application is waiting that it 
is retrieving a list of all the tables and the meta-data that goes with it?

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]