OCI-17276
Attempt to use a reserved namespace in ClientInfo method
Cause
An attempt is being made to use a reserved namespace (that is, "SYS") while calling setClientInfo() on the connection.
Action
Ensure that the property name being passed to setClientInfo() is not using this reserved namespace.