the trick is to bind with xmltype and knowing that setting the <OracleCommand>.DbType = DbType.Xml doesn't work.

Instead set it <OracleCommand>.OracleDbType = OracleDbType.XmlType;

Example...