Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Development Trends in Web and Oracle
"Noons" <wizofoz2k_at_yahoo.com.au> wrote in message
news:4235846b$0$21030$5a62ac22_at_per-qv1-newsreader-01.iinet.net.au...
> Mark C. Stock apparently said,on my timestamp of 14/03/2005 10:56 PM:
>
>> Simple validation can be handled with constraints, and sometimes with a
>> combination of function based indexes and UK constraints, but quite a few
>> business rules must be enforced via triggers on the tables or a PL/SQL
>> code in a trigger API.
>
> There were NO business rules in the example given as a "great XML
> invention".
> All I saw were very basic data definition constraints.
> I am perfectly aware of what can be done with PL/SQL triggers, thank you
> very much.
is would say, what 'must' be done, not which 'can' be -- i can't imaging too many data interchange apps where there isn't some checking of the data outside of DRI and constraints.
perhaps that's the case with the example you reference (not sure which it is since this thread has gotten so long and messy), but i don't think that's typical.
>
>> XML Schema validation handles some things DRI and constraints cannot
>> (patterns, min/max members of a set) and DRI handles some things DRI
>> cannot.
>
> Unfortunately, true.
>
>
>
> --
> Cheers
> Nuno Souto
> in sunny Sydney, Australia
> wizofoz2k_at_yahoo.com.au.nospam
Received on Mon Mar 14 2005 - 07:21:05 CST
![]() |
![]() |