Sample SQL-Tagged Code

The following is a sample of how a tagged SQL statement might appear in a log file when the SQL statement was generated from a Siebel Call Center (SCCObjMgr_enu) Application Object Manager component and an Oracle database. The changes made by the SQL tagging feature appear in italics.

SELECT
	FIRST_NAME,
	LAST_NAME,
 	...,
:1
FROM 
	TBO.S_CONTACT
...
WHERE 
	LAST_NAME LIKE:2
ORDER BY
...
Bind variable 1: 
SCCObjMgr_enu,sdchs20i046,10485776,SADMIN,00000089489108a8:50557,Account,Account,
Account List View
Bind variable 2: Foo*

For information about enabling SQL tagging, see Enabling and Disabling SQL Tagging. For information about setting log levels for SQL tagging, see Setting Log Levels for SQL Tagging.