<CFX_OracleQuery
UserName= "UserNameGoesHere"
password = "PasswordForOracle"
ConnectString = "TNSConnectString"
Query= "Select Name from Products Where Name Like 'CFX%'"
Name = "OracleQuery"
>
Total Records = #OracleQuery.RecordCount#
<CFLoop Query="OracleQuery">
#Name#
</CFLoop>