ORA-13011 errors when using SDO_GEOM.VALIDATE_LAYER_WITH_CONTEXT()

I was sent a request for help the other day from some I know overseas: Do you know the true meaning and impact of ‘ORA-13011 value is out of range’? I have a dataset with a lot of very (almost impossible) precise data coming from Bentley microstation. And we have a ‘businessrule’ that the defaultRead More

STisGeo: Checking if a column in a table or a view is of type geometry or geography

Sometimes things are simple and prosaic rather than clever and complicated. Building solutions in TSQL requires one to build a prior collection of handy functions before one can be really productive. Here is a function I use called isGeo which if provided the name of a table/view and a column name returns 1 (true) ifRead More