Example: exit_oracle_application

In the following example, the exit_oracle_application function exits the session, in the vuser_end section.

vuser_end() {

     exit_oracle_application();

     return 0;
}