Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: will this date formatting work?
Analysis&Solutions wrote:
>In <1067709098.977221_at_yasure> Daniel Morgan <damorgan_at_x.washington.edu> writes:
>
>
>
>>But the one way to successfully emulate that is to create your own
>>application based
>>standard and then for each database vendor's produt build a meta layer
>>that turns everything
>>
>>
>>from the vendor's product into your own application specific calls.
>
>Yeah. Determining what those application specific calls are is what I'm
>aiming for here in this conversation.
>
>Thanks,
>
>--Dan
>
>
Can't help you without having the complete design of your application.
The problem with SQL Server,
vs. Oracle is that the underlying concepts and architecture are so
completely different. Just for example:
SQL Server: READS block WRITES and WRITES block READS Oracle: READS never block WRITES and WRITES never block READS
You can't get more different than that.
-- Daniel Morgan http://www.outreach.washington.edu/ext/certificates/oad/oad_crs.asp http://www.outreach.washington.edu/ext/certificates/aoa/aoa_crs.asp damorgan_at_x.washington.edu (replace 'x' with a 'u' to reply)Received on Sun Nov 02 2003 - 15:00:08 CST
![]() |
![]() |