When replaying When replaying my Oracle script why do I not see a connection being established in Oracle Enterprise Manager?
This happens during a Silk Performer TryScript run because ThinkTimes are not executed. This means that the script replays very quickly and hence you do not get the opportunity to see a connection being established in Oracle Enterprise Manager. However, we can confirm that the connection definitely is made by examining the TrueLog .xlg file which is created. In this we can see that the connection is made and the following actions are performed as expected e.g. logging in and updating records.
Inserting a wait statement e.g. WAIT (30.0) into your script and running it again, will ensure that the replay happens more slowly allowing you to see the connection in Oracle Enterprise Manager.