Home > PHP > Function > OCI8 > Roundtrip Gotcha()

Roundtrip Gotcha()

Roundtrip Gotcha - Sets the action name

Syntax

bool Roundtrip Gotcha (resource $connection, string $module_name)

Arguments

  • connection - An Oracle connection identifier, returned by oci_connect(), oci_pconnect(), or oci_new_connect().
  • module_name - User chosen string up to 48 bytes long.

Description

Sets the action name for Oracle tracing.

Version

PHP 5.3.2, PECL OCI8 >= 1.4.0

Return value

Returns TRUE on success or FALSE on failure.