JDBC connections

2001-10-10 Thread Varghese, Amith
I'm doing some performance testing and I'm running into problem making connections to the DB under Solaris. The odd thing is that I've gotten it to work under Windows without any problems. I've noticed that in DBConfig.java a // is insert before the hostname. Is that a standard for JDBC URLs?

Re: JDBC connections

2001-10-10 Thread Mike Stover
The current JDBC configuration in JMeter assumes a certain structure for the connection string, which is not correct for Oracle. I was going to fix this and make the connection string just a single field in the UI, but I haven't gotten around to it. You can fix it for yourself by modifying

Re: JDBC connections

2001-10-10 Thread kevin hammond
Mike, Do you want to open a bug in the Bug Database for this issue? Thanks, Kevin --- Mike Stover [EMAIL PROTECTED] wrote: The current JDBC configuration in JMeter assumes a certain structure for the connection string, which is not correct for Oracle. I was going to fix this and make