Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: recent drivel posted by Tony Rogerson on his blog

Re: recent drivel posted by Tony Rogerson on his blog

From: DA Morgan <damorgan_at_psoug.org>
Date: Tue, 02 Oct 2007 12:50:51 -0700
Message-ID: <1191354640.139342@bubbleator.drizzle.com>


Brian Peasland wrote:
> DA Morgan wrote:

>> Brian Peasland wrote:
>>>> Search is only useful if you know the correct terminolgy to search on.
>>>
>>> Agreed, which is why your example really isn't good because the game 
>>> can be played both ways....
>>>
>>>> Take an example, in SQL Server we have what's called 'Common Table 
>>>> Expression'; searching for that on the oracle help does not yeild 
>>>> anything similar in oracle yet I know there is something, so, what I 
>>>> need is a full scrollable index of topics so I can find what I'm 
>>>> looking for.
>>>
>>> Now look for Shared Pool or System Global Area in Books 
>>> Online...can't find it. SQL Server has memory structures which 
>>> perform somewhat similar actions, but you won't find these in BOL.
>>>
>>> Or look for "blocks" in BOL. You'll come up with "Understanding and 
>>> Avoiding Blocking", "Using BEGIN...END", "Customizing the Lock 
>>> Time-out", deadlocking, and "Troubleshooting Locking" (at least this 
>>> is what I found in BOL for SQL 2000). Nowhere in here is that 
>>> "blocks" in Oracle-speak is "pages" in SQL Server-speak. A fully 
>>> scrollable index of topics is not going to help me make that 
>>> terminology transition any easier.
>>>
>>> I just don't think that this is a very good argument you have made 
>>> here because the coin can easily be flipped.
>>>
>>>
>>> Cheers,
>>> Brian
>>
>> In both cases ... whether going from SQL Server to Oracle or from Oracle
>> to SQL Server the onus is upon the person doing so to read the concept
>> and architecture docs so that they understand the tool.
>>
>> Anyone that bypasses this step and just goes straight to looking up
>> syntax is their own worst enemy.
>>
>> Your examples point out one folly where the names do not translate but
>> try it with names that are easily found in both products. Search for
>> LOG FILES in both the Oracle and SQL Server docs.
>>
>> Reading the syntax portions only can you determine that the two
>> structures are completely different and perform similar but not
>> identical functions?

>
> I couldn't agree more with all of the above. Thanks for enhancing my
> point I was trying to make.
>
>> Tony is making the same mistake made by so many others. He thinks he
>> can take his "expertise" in one product and move it into another and
>> it will never work. Anyone trying to use Oracle that doesn't understand
>> rollback/undo segments is doomed. And you won't find them by looking up
>> things you already know because they do not exist in any product derived
>> from Ingres.

>
> This all goes back to understanding the fundamentals and theory behind
> things. Thankfully, my graduate studies focused on database systems. I
> was then able to take that knowledge in to the workplace and apply it to
> Oracle databases. Here is the theory...now here is how it works (or
> doesn't) in Oracle. When I learned SQL Server, I relied on that
> foundation once again. But this time, I was able to say "in Oracle, we
> call this X...but they call it Y in SQL Server. And there are
> differences between X & Y but I can now manage both systems".
>
> I often see individuals (not casting any stones towards anyone in
> particular here) that do not have a solid foundation to work from and
> have issues when going from one RDBMS platform to another. They know how
> it works in one, but have to do a ton of work to figure out how it works
> in another. If they had a good understanding of the theory and
> fundamentals, this transition is much easier...IMO.
>
> Cheers,
> Brian

Keeping in mind I teach at the University of Washington less than 2 miles from the Microsoft campus, taught my first class in Mary Gates Hall (Bill's Mother) and taught the last few years in the Paul G. Allen computing center I am more than slightly aware of SQL Server.

The difference in underlying concepts between Oracle and those products derived (directly and indirectly) from Ingres is substantial. You can not be successful with Oracle if you approach it as Ingres based ... it just doesn't work.

To become competent in any major software development tool takes years. Those who try to self-learn, whether it is C++ or DB2 or Oracle, without classes, a mentor or teacher, and without fully understanding the concept and architecture docs has no right to criticize the product ... only the reflection in their own mirror.

-- 
Daniel A. Morgan
University of Washington
damorgan_at_x.washington.edu (replace x with u to respond)
Puget Sound Oracle Users Group
www.psoug.org
Received on Tue Oct 02 2007 - 14:50:51 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US