Thanks,
Sandeep
Thanks,
Sandeep
--
You received this message because you are subscribed to the Google
"LoadRunner" group.
To post to this group, send email to LR-Loa...@googlegroups.com
To unsubscribe from this group, send email to
LR-LoadRunne...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/LR-LoadRunner?hl=en
Thanks,
Sandeep
On Feb 20, 8:33 am, "James Pulley" <loadrunner-li...@jamespulley.com>
wrote:
Thsi is Vamis Working for Syntel as Project lead . I have assigned a
new project which is related to DB Performance testing .
Did you got the solution for this question if so can you please mail
to below mail address
VamsiKalya...@Syntelinc.com
Thanks,
Vamsi Kalyan
On Feb 19, 5:17 am, sandeep chandra <u.sunde...@gmail.com> wrote:
> Hi All,
> I am curently learning loadrunner. Can someone send me an
> example script to load testOracle9i Database
--
You received this message because you are subscribed to the Google "LoadRunner" group.
To post to this group, send email to LR-Loa...@googlegroups.com
To unsubscribe from this group, send email to
LR-LoadRunne...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/LR-LoadRunner?hl=en
To unsubscribe from this group, send email to LR-LoadRunner+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.
Have you considered the ODBC version of the flight application which ships with every copy of LoadRunner? The flights app, after all, is what is used for training and education of this type.
From:
lr-loa...@googlegroups.com [mailto:lr-loa...@googlegroups.com] On
Behalf Of chaitanya bhatt
Sent: Monday, March 29, 2010 1:52 PM
To: lr-loa...@googlegroups.com
Subject: Re: need an example script for testing oracle database using
loadrunner
If you don't have TOAD
installed then the good old SQL Plus command line interface(popularly known as
character mode SQL plus) is good enough for recording queries.
The script development models for ODBC and Oracle OCI are fundamentally identical in the areas of
· Recording
· Parameterization
· Correlation models
· Timing Record Management
If someone is looking at becoming familiar with database virtual users then the skills developed with ODBC virtual users can be directly applied to
· Other ODBC Applications
· DB2 Applications
· INGRES Applications
· ORACLE Applications
· SYBASE SQL Server users
· Microsoft SQL Server users
Back during the era when Mercury delivered training on database virtual users the ODBC version of the flights application was the training app. It should also be noted that flights applications variants exists of
· WEB
· ODBC
· DCOM
· WINSOCK
· CORBA
These are controlled applications specifically designed for the purposes of highlighting the capabilities of the tool in a very narrow scope, allowing you to understand the concepts and tool mechanics as applied to a particular interface before moving onto a “real app”
“Functional Requirement: Test engineer intends to record ORA calls between character mode sql client (executed via windows command prompt) and the oracle server via Oracle 2 tier procol of loadrunner. The engineer uses sqlplus.exe launched through cmd(command prompt) and prefers it over sqlplusw.exe because the latter consumes more memory than the former(there is a significant difference )”
Your significant difference will only occur when you are recording your script. When you go to replay (assuming the queries are the same), the memory footprint of the virtual user will be the same whether recorded in command line mode or though the rich SQLPLUSW client.
Try SQLPlus for Windows for recording.
From: lr-loa...@googlegroups.com
[mailto:lr-loa...@googlegroups.com] On Behalf Of Nishu BG
Sent: Tuesday, March 30, 2010 5:40 AM
To: lr-loa...@googlegroups.com
Subject: Re: need an example script for testing oracle database using
loadrunner
Hi Chaithanya,