Re: Oracle connection

2010-02-24 Thread Fabián Montealegre Carvajal
Thank you both. I'll try removing the toMany relationships and convincing my client to move away from Windows Server. -- Fabián Montealegre Carvajal ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Web

Re: Oracle connection

2010-02-23 Thread Don Lindsay
I have seen this before. it is not an issue with the oracle plugin. What the ER is trying to do is re-fault all your objects for webobjects. This results in an out of memory error. I would say, just guessing because I cannot see your EO Model. You have too many bidirectional relationshi

Re: Oracle connection

2010-02-23 Thread Mark Ritchie
Hey Fabián! On 23/Feb/2010, at 11:16 AM, Fabián Montealegre Carvajal wrote: > The production environment is tomcat 5.5, java jdk 1.5, Windows Server 2003 > standard revision SP 2. Historically, Windows has been a terrible platform for deployment. In one case, I had better throughput on my lapt

Re: Oracle connection

2010-02-23 Thread Fabián Montealegre Carvajal
Sorry for not giving all the details. We have a WO 5.3 Wonder app. It's connected to a Oracle 10G db. It is allowing concurrent request handling (setAllowsConcurrentRequestHandling(true)). This is the DB connection: model.URL=jdbc:oracle:thin:@xxx.xxx.xxx.xxx:1521:bdtouse model.DBUser=user model

Re: Oracle connection

2010-02-20 Thread Don Lindsay
Hello; I use the EROraclePlugin.framework and have never experienced any performance or resource issues. What is the specific issue you are experiencing? What version of Oracle What verison of JDBC What OS is oracle installed on Don On Feb 19, 2010, at 11:34 PM, Fabián Montealegre Carvaja

Re: Oracle connection

2010-02-20 Thread Don Lindsay
Hello; I use the EROraclePlugin.framework and have never experienced any performance or resource issues. What is the specific issue you are experiencing? What version of Oracle What verison of JDBC What OS is oracle installed on Don On Feb 19, 2010, at 11:34 PM, Fabián Montealegre Carvaja

Re: Oracle connection

2010-02-20 Thread Andrew Lindesay
Hello Fabian; Can you explain what you mean by 'easting up all the resources'? cheers. > Iin your experience, wich is the best way to connect to Oracle? Right now I'm > using EROraclePlugin.framework, but it's giving me performance issues (eating > up all the resources). ___ Andrew Lindesay w

Re: Oracle connection

2010-02-19 Thread Chuck Hill
Are you sure that is what is eating up the resources? I don't use this myself, but I think that most Oracle users do use it. Chuck On Feb 19, 2010, at 8:34 PM, Fabián Montealegre Carvajal wrote: Iin your experience, wich is the best way to connect to Oracle? Right now I'm using EROracleP