Not preCondition not working

My changeset looks like this:


                // do stuff that works on all databases except Oracle

       


When I execute this with a database type of oracle this changeset IS executed.


How do I get this changeset to NOT execute on Oracle?