Also, add a View Results Tree Listener so you can see what the response is.
On 09/10/2009, Manjula Priyantha <[email protected]> wrote: > Hi Vijaya, > > Try as follows in JDBC Connection Configuration; > > Database URL : jdbc:oracle:thin:@host:port:service > JDBC Driver class : oracle.jdbc.driver.OracleDriver > Username : username > Password : password > > BR, > Manjula > > > -----Original Message----- > From: vijayakumar [mailto:[email protected]] > Sent: Friday, October 09, 2009 12:33 PM > To: JMeter Users List > Subject: Oracle JDBC Connection - Response was NULL > > Dear All , > > Greetings , > > We are executing a test plan with JDBC Connection Configuration . We are > using Oracle Database and Java Application . > > I have used the Database URL in JDBC Connection Configuration panel with > following all possible syntax > > i. jdbc:oracle:thin:user/pass@//host:port/service OR > ii. jdbc:oracle:thin:@//host:port/service OR > iii. > jdbc:oracle:thin:@(description=(address=(host={mc-name})(protocol=tcp)(port= > {port-no}))(connect_data=(sid={sid}))) > > and I have placed " ojdbc14.jar " in JMeter lib folder already . > > But , While am running my test plan , The query is not executed and the > error thrown ar Assertion result as " JDBC Request > Response Assertion : Response was null " . > > Can anyone please explain what I need to do to sort out the problem ? > > Thanking You > With warm regards, > Vijayakumar.C > > > > --------------------------------------------------------------------- > 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]

