SQL Server to Oracel

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Oracle Newbie

    SQL Server to Oracel

    I got a new Job where I have to handle Oracle databases on Linux. My
    previous experience is with Sql Server on Windows NT. I want to know how
    difficult will this shift be and what do I need to learn first and quickly.
    How different is Oracle on Linux then Oracle on windows. What are the major
    differences between Oracle and SQL Server. Any help, links will be
    appreciated.

    thx


  • Burt Peltier

    #2
    Re: SQL Server to Oracel

    Now, that is a change. Change of OS AND change in database :)

    Forget everything about sql server and start out with the Oracle beginners
    classes or books.
    - Same for Linux vs. NT.

    Moving from Unix to Linux (not counting Sys Admin work) is not much of a
    change for DBAs, in my opinion.

    Note: I personally perfer Oracle on Unix or Linux.

    --

    "Oracle Newbie" <f93c0532@yahoo .com> wrote in message
    news:2jv89kF14b 92aU1@uni-berlin.de...[color=blue]
    > I got a new Job where I have to handle Oracle databases on Linux. My
    > previous experience is with Sql Server on Windows NT. I want to know how
    > difficult will this shift be and what do I need to learn first and[/color]
    quickly.[color=blue]
    > How different is Oracle on Linux then Oracle on windows. What are the[/color]
    major[color=blue]
    > differences between Oracle and SQL Server. Any help, links will be
    > appreciated.
    >
    > thx
    >
    >[/color]


    Comment

    • Howard J. Rogers

      #3
      Re: SQL Server to Oracel


      "Oracle Newbie" <f93c0532@yahoo .com> wrote in message
      news:2jv89kF14b 92aU1@uni-berlin.de...[color=blue]
      > I got a new Job where I have to handle Oracle databases on Linux. My
      > previous experience is with Sql Server on Windows NT. I want to know how
      > difficult will this shift be and what do I need to learn first and[/color]
      quickly.[color=blue]
      > How different is Oracle on Linux then Oracle on windows. What are the[/color]
      major[color=blue]
      > differences between Oracle and SQL Server. Any help, links will be
      > appreciated.
      >
      > thx[/color]

      There's really only one link to turn to at a time like this:
      http://tahiti.oracle.com. Find the version you'll be dealing with, then
      click on the list of books for that version, and then find the Concepts
      guide. If you've got multiple versions, I'd suggest using the 9i links,
      rather than 10g (unless of course your organisation is actually running
      10g). 10g is significantly different, architecturally , from any prior Oracle
      version, and a lot will mislead or confuse if you try and apply 10g
      knowledge to 9i or 8i. Whereas 9i concepts are, pretty much, applicable to
      8i most of the time, and 8i is almost 100% applicable to 8.0.

      There is no difference between Oracle on any platform. Well, OK: Linux and
      Unix are process-based operating systems, and Windows is a thread-based one,
      so whereas you can actually *see* PMON, SMON, DBWn and the rest on a *nix
      platform, you can't see the equivalent threads on Windows. But they're still
      there alright, and still do the same jobs as their equivalent processes on
      *nix. The only other major difference I can think of is that *nix does
      shared memory allocations for the SGA via kernel parameters, and Windows
      does it via the creation (and running, obviously) of a service for each
      SGA/Instance. But that's minor stuff. 99% of what's in the concepts guide
      will apply to both platforms without change.

      There is no answer to the question 'what are the major differences between
      Oracle and SQL Server'. Their very terminology is different (Oracle schema =
      SQL Server database, for example). You might as well ask how different a
      peach is from the Eiffel Tower. Both are rather beautiful, serve their
      purposes well, and have little fundamentally in common except that they are
      both made of atoms. Try not to compare the two products; just learn each on
      their own terms. That means, for you, learning Oracle on its terms. You will
      probably always be "infected" by a tendency to see things from a SQL Server
      perspective, just as I look at SQL Server and scream in horror that it's not
      Oracle. That's just inevitable. What separates the DBAs from the geeky
      bigots is to be able to embrace those differences and accept them, rather
      than see them as a reason to despise one or other product.

      Other useful links: www.jlcomp.demon.co.uk and (though I'm biased)


      It would help to learn how to spell the product you'll now be working with,
      too.

      Regards
      HJR


      Comment

      • omlet@omlet.org

        #4
        Re: SQL Server to Oracel

        "Howard J. Rogers" <hjr@dizwell.co m> wrote in message news:<40da7a0e$ 0$16107$afc38c8 7@news.optusnet .com.au>...[color=blue]
        > "Oracle Newbie" <f93c0532@yahoo .com> wrote in message
        > news:2jv89kF14b 92aU1@uni-berlin.de...[color=green]
        > > I got a new Job where I have to handle Oracle databases on Linux. My
        > > previous experience is with Sql Server on Windows NT. I want to know how
        > > difficult will this shift be and what do I need to learn first and[/color]
        > quickly.[color=green]
        > > How different is Oracle on Linux then Oracle on windows. What are the[/color]
        > major[color=green]
        > > differences between Oracle and SQL Server. Any help, links will be
        > > appreciated.
        > >
        > > thx[/color]
        >
        > There's really only one link to turn to at a time like this:
        > http://tahiti.oracle.com. Find the version you'll be dealing with, then
        > click on the list of books for that version, and then find the Concepts
        > guide. If you've got multiple versions, I'd suggest using the 9i links,
        > rather than 10g (unless of course your organisation is actually running
        > 10g). 10g is significantly different, architecturally , from any prior Oracle
        > version, and a lot will mislead or confuse if you try and apply 10g
        > knowledge to 9i or 8i. Whereas 9i concepts are, pretty much, applicable to
        > 8i most of the time, and 8i is almost 100% applicable to 8.0.
        >
        > There is no difference between Oracle on any platform. Well, OK: Linux and
        > Unix are process-based operating systems, and Windows is a thread-based one,
        > so whereas you can actually *see* PMON, SMON, DBWn and the rest on a *nix
        > platform, you can't see the equivalent threads on Windows. But they're still
        > there alright, and still do the same jobs as their equivalent processes on
        > *nix. The only other major difference I can think of is that *nix does
        > shared memory allocations for the SGA via kernel parameters, and Windows
        > does it via the creation (and running, obviously) of a service for each
        > SGA/Instance. But that's minor stuff. 99% of what's in the concepts guide
        > will apply to both platforms without change.
        >
        > There is no answer to the question 'what are the major differences between
        > Oracle and SQL Server'. Their very terminology is different (Oracle schema =
        > SQL Server database, for example). You might as well ask how different a
        > peach is from the Eiffel Tower. Both are rather beautiful, serve their
        > purposes well, and have little fundamentally in common except that they are
        > both made of atoms. Try not to compare the two products; just learn each on
        > their own terms. That means, for you, learning Oracle on its terms. You will
        > probably always be "infected" by a tendency to see things from a SQL Server
        > perspective, just as I look at SQL Server and scream in horror that it's not
        > Oracle. That's just inevitable. What separates the DBAs from the geeky
        > bigots is to be able to embrace those differences and accept them, rather
        > than see them as a reason to despise one or other product.
        >
        > Other useful links: www.jlcomp.demon.co.uk and (though I'm biased)
        > www.dizwell.com
        >
        > It would help to learn how to spell the product you'll now be working with,
        > too.
        >
        > Regards
        > HJR[/color]

        Wow! get a newbie who cannot spell Oracle! Now I bet 1000 to 1 that it
        is you HJR that cooked the newbie message and your bias is apparent
        with your dizwell shit.

        hopeless.

        OMLET right on your ass
        Latest news coverage, email, free stock quotes, live scores and video are just the beginning. Discover more every day at Yahoo!

        download OMLET v4: The Ultimate Oracle Monitoring Tool

        Comment

        • Howard J. Rogers

          #5
          Re: SQL Server to Oracel


          <omlet@omlet.or g> wrote in message
          news:dc6c1ff0.0 406241245.432f2 e54@posting.goo gle.com...

          [color=blue]
          >
          > Wow! get a newbie who cannot spell Oracle! Now I bet 1000 to 1 that it
          > is you HJR that cooked the newbie message and your bias is apparent
          > with your dizwell shit.
          >
          > hopeless.[/color]

          You really are a tiresome little oik, and a liar regarding your employment
          history to boot.

          Go away, you funny little man.



          Comment

          • omlet@omlet.org

            #6
            Re: SQL Server to Oracel

            "Howard J. Rogers" <hjr@dizwell.co m> wrote in message news:<40db4971$ 0$18192$afc38c8 7@news.optusnet .com.au>...[color=blue]
            > <omlet@omlet.or g> wrote in message
            > news:dc6c1ff0.0 406241245.432f2 e54@posting.goo gle.com...
            >
            >[color=green]
            > >
            > > Wow! get a newbie who cannot spell Oracle! Now I bet 1000 to 1 that it
            > > is you HJR that cooked the newbie message and your bias is apparent
            > > with your dizwell shit.
            > >
            > > hopeless.[/color]
            >
            > You really are a tiresome little oik, and a liar[/color]

            HJR,

            Put your money where your mouth is and let us have a bet: You prove me
            a liar and I would pull OMLET off the internet or I post documents,
            paychecks to mutually agreed upon professional; Let say someone I
            reviewed his book in 1998 which you claimed to know as well! and you
            would pay me $10,000; not much for a expert like you. Are you up to
            this? Anyone else?

            For the record, check my papers on the net:


            in 1995 I published a paper while at Oracle Server Technologies; Can
            you Read?! you might learn how to spell before you bombard us with
            your wisedom.

            Surely, there ain't two people who can mispell Oracle as Oracel in the
            world, you and the newbie must be YOU. Proven by induction.
            So upon the evidence in front of me: I bet 1000 to 1 that you wrote
            that message.

            why?

            because you a dump hippocrate!

            Comment

            • Dave

              #7
              Re: SQL Server to Oracel


              <omlet@omlet.or g> wrote in message
              news:dc6c1ff0.0 406250901.179b7 a3f@posting.goo gle.com...[color=blue]
              > "Howard J. Rogers" <hjr@dizwell.co m> wrote in message[/color]
              news:<40db4971$ 0$18192$afc38c8 7@news.optusnet .com.au>...[color=blue][color=green]
              > > <omlet@omlet.or g> wrote in message
              > > news:dc6c1ff0.0 406241245.432f2 e54@posting.goo gle.com...
              > >
              > >[color=darkred]
              > > >
              > > > Wow! get a newbie who cannot spell Oracle! Now I bet 1000 to 1 that it
              > > > is you HJR that cooked the newbie message and your bias is apparent
              > > > with your dizwell shit.
              > > >
              > > > hopeless.[/color]
              > >
              > > You really are a tiresome little oik, and a liar[/color]
              >
              > HJR,
              >
              > Put your money where your mouth is and let us have a bet: You prove me
              > a liar and I would pull OMLET off the internet or I post documents,
              > paychecks to mutually agreed upon professional; Let say someone I
              > reviewed his book in 1998 which you claimed to know as well! and you
              > would pay me $10,000; not much for a expert like you. Are you up to
              > this? Anyone else?
              >
              > For the record, check my papers on the net:
              >[/color]
              http://www.informatik.uni-trier.de/~...:Amjad_M=.html[color=blue]
              >
              > in 1995 I published a paper while at Oracle Server Technologies; Can
              > you Read?! you might learn how to spell before you bombard us with
              > your wisedom.
              >
              > Surely, there ain't two people who can mispell Oracle as Oracel in the
              > world, you and the newbie must be YOU. Proven by induction.
              > So upon the evidence in front of me: I bet 1000 to 1 that you wrote
              > that message.
              >
              > why?
              >
              > because you a dump hippocrate![/color]

              Don't tell people to learn how to spell when your post is full of spelling
              and grammar mistakes.


              Comment

              • David Fitzjarrell

                #8
                Re: SQL Server to Oracel

                omlet@omlet.org wrote in message news:<dc6c1ff0. 0406250901.179b 7a3f@posting.go ogle.com>...[color=blue]
                > "Howard J. Rogers" <hjr@dizwell.co m> wrote in message news:<40db4971$ 0$18192$afc38c8 7@news.optusnet .com.au>...[color=green]
                > > <omlet@omlet.or g> wrote in message
                > > news:dc6c1ff0.0 406241245.432f2 e54@posting.goo gle.com...
                > >
                > >[color=darkred]
                > > >
                > > > Wow! get a newbie who cannot spell Oracle! Now I bet 1000 to 1 that it
                > > > is you HJR that cooked the newbie message and your bias is apparent
                > > > with your dizwell shit.
                > > >
                > > > hopeless.[/color]
                > >
                > > You really are a tiresome little oik, and a liar[/color]
                >
                > HJR,
                >
                > Put your money where your mouth is and let us have a bet: You prove me
                > a liar and I would pull OMLET off the internet or I post documents,
                > paychecks to mutually agreed upon professional; Let say someone I
                > reviewed his book in 1998 which you claimed to know as well! and you
                > would pay me $10,000; not much for a expert like you. Are you up to
                > this? Anyone else?
                >
                > For the record, check my papers on the net:
                > http://www.informatik.uni-trier.de/~...:Amjad_M=.html
                >
                > in 1995 I published a paper while at Oracle Server Technologies; Can
                > you Read?! you might learn how to spell before you bombard us with
                > your wisedom.
                >
                > Surely, there ain't two people who can mispell Oracle as Oracel in the
                > world, you and the newbie must be YOU. Proven by induction.
                > So upon the evidence in front of me: I bet 1000 to 1 that you wrote
                > that message.
                >
                > why?
                >
                > because you a dump hippocrate![/color]


                Apparently the only 'dump hippocrate' is you.

                Your 'induction' skill is horribly off because such 'induction' is
                based upon insufficient evidence at best. It would never stand the
                rigorous scrutiny such an inductive proof would undergo upon
                validation.

                Stop harassing the participants in comp.databases. oracle.server, and
                any other Oracle-related newsgroups in which you happen to post such
                drivel. It is far from professional, it is thoroughly unnecessary and
                it is quite juvenile. Not the sort of behaviour I'd expect from
                someone professing to be an "expert".

                Some once defined "expert" in this manner: "'ex' is a has-been and
                'spurt' is a drip under pressure". You certainly fill this bill based
                upon your recent litany of newsgroup assaults.

                Please find a suitable playground and leave the adults in peace.

                David Fitzjarrell

                Comment

                • Howard J. Rogers

                  #9
                  Re: SQL Server to Oracel


                  <omlet@omlet.or g> wrote in message
                  news:dc6c1ff0.0 406250901.179b7 a3f@posting.goo gle.com...[color=blue]
                  > "Howard J. Rogers" <hjr@dizwell.co m> wrote in message[/color]
                  news:<40db4971$ 0$18192$afc38c8 7@news.optusnet .com.au>...[color=blue][color=green]
                  > > <omlet@omlet.or g> wrote in message
                  > > news:dc6c1ff0.0 406241245.432f2 e54@posting.goo gle.com...
                  > >
                  > >[color=darkred]
                  > > >
                  > > > Wow! get a newbie who cannot spell Oracle! Now I bet 1000 to 1 that it
                  > > > is you HJR that cooked the newbie message and your bias is apparent
                  > > > with your dizwell shit.
                  > > >
                  > > > hopeless.[/color]
                  > >
                  > > You really are a tiresome little oik, and a liar[/color]
                  >
                  > HJR,
                  >
                  > Put your money where your mouth is and let us have a bet: You prove me
                  > a liar[/color]


                  Will having talked to the person you claimed was your boss, and discovering
                  he knows nothing about it, count?
                  HJR


                  Comment

                  • Daniel Morgan

                    #10
                    Re: SQL Server to Oracel

                    Oracle Newbie wrote:
                    [color=blue]
                    > I got a new Job where I have to handle Oracle databases on Linux. My
                    > previous experience is with Sql Server on Windows NT. I want to know how
                    > difficult will this shift be and what do I need to learn first and quickly.
                    > How different is Oracle on Linux then Oracle on windows. What are the major
                    > differences between Oracle and SQL Server. Any help, links will be
                    > appreciated.
                    >
                    > thx[/color]

                    Forget 90% of your SQL Server background. They differences between
                    the products are greater than the similarities.

                    Follow Burt Peltier's and Howard Roger's advice.

                    And get a copy of Tom Kyte's book Expert One-on-one Oracle and
                    read the first three chapters as though your employability
                    depended on it.

                    --
                    Daniel Morgan
                    We make it possible for you to keep learning at the University of Washington, even if you work full time or live outside of the Seattle area.

                    We make it possible for you to keep learning at the University of Washington, even if you work full time or live outside of the Seattle area.

                    damorgan@x.wash ington.edu
                    (replace 'x' with a 'u' to reply)

                    Comment

                    • Oracle Newbie

                      #11
                      Re: SQL Server to Oracel


                      <omlet@omlet.or g> wrote in message
                      news:dc6c1ff0.0 406250901.179b7 a3f@posting.goo gle.com...[color=blue]
                      > "Howard J. Rogers" <hjr@dizwell.co m> wrote in message[/color]
                      news:<40db4971$ 0$18192$afc38c8 7@news.optusnet .com.au>...[color=blue][color=green]
                      > > <omlet@omlet.or g> wrote in message
                      > > news:dc6c1ff0.0 406241245.432f2 e54@posting.goo gle.com...
                      > >
                      > >[color=darkred]
                      > > >
                      > > > Wow! get a newbie who cannot spell Oracle![/color][/color][/color]

                      That was a typo in my subject line.


                      Comment

                      • Howard J. Rogers

                        #12
                        Re: SQL Server to Oracel


                        "Oracle Newbie" <f93c0532@yahoo .com> wrote in message
                        news:2k51tuF17l 3bcU1@uni-berlin.de...[color=blue]
                        >
                        > <omlet@omlet.or g> wrote in message
                        > news:dc6c1ff0.0 406250901.179b7 a3f@posting.goo gle.com...[color=green]
                        > > "Howard J. Rogers" <hjr@dizwell.co m> wrote in message[/color]
                        > news:<40db4971$ 0$18192$afc38c8 7@news.optusnet .com.au>...[color=green][color=darkred]
                        > > > <omlet@omlet.or g> wrote in message
                        > > > news:dc6c1ff0.0 406241245.432f2 e54@posting.goo gle.com...
                        > > >
                        > > >
                        > > > >
                        > > > > Wow! get a newbie who cannot spell Oracle![/color][/color]
                        >
                        > That was a typo in my subject line.[/color]

                        *I* knew that, and merely wanted to stress that it pays (a) to get on top of
                        a subject quickly and (b) to be precise about things. We all make typos. My
                        favourite is that I can never type 'buffer cache' without inadvertently
                        hitting the 'g' key instead. But I try to proof-read before hitting the send
                        key. Someone else decided that it would make good copy for a reason that has
                        nothing to do with what you wrote about, nor what I replied about.

                        Regards
                        HJR


                        Comment

                        • omlet@omlet.org

                          #13
                          Re: SQL Server to Oracel

                          fitzjarrell@cox .net (David Fitzjarrell) wrote in message news:<9711ade0. 0406251506.47f0 7b13@posting.go ogle.com>...[color=blue]
                          > omlet@omlet.org wrote in message news:<dc6c1ff0. 0406250901.179b 7a3f@posting.go ogle.com>...[color=green]
                          > > "Howard J. Rogers" <hjr@dizwell.co m> wrote in message news:<40db4971$ 0$18192$afc38c8 7@news.optusnet .com.au>...[color=darkred]
                          > > > <omlet@omlet.or g> wrote in message
                          > > > news:dc6c1ff0.0 406241245.432f2 e54@posting.goo gle.com...
                          > > >
                          > > >
                          > > > >
                          > > > > Wow! get a newbie who cannot spell Oracle! Now I bet 1000 to 1 that it
                          > > > > is you HJR that cooked the newbie message and your bias is apparent
                          > > > > with your dizwell shit.
                          > > > >
                          > > > > hopeless.
                          > > >
                          > > > You really are a tiresome little oik, and a liar[/color]
                          > >
                          > > HJR,
                          > >
                          > > Put your money where your mouth is and let us have a bet: You prove me
                          > > a liar and I would pull OMLET off the internet or I post documents,
                          > > paychecks to mutually agreed upon professional; Let say someone I
                          > > reviewed his book in 1998 which you claimed to know as well! and you
                          > > would pay me $10,000; not much for a expert like you. Are you up to
                          > > this? Anyone else?
                          > >
                          > > For the record, check my papers on the net:
                          > > http://www.informatik.uni-trier.de/~...:Amjad_M=.html
                          > >
                          > > in 1995 I published a paper while at Oracle Server Technologies; Can
                          > > you Read?! you might learn how to spell before you bombard us with
                          > > your wisedom.
                          > >
                          > > Surely, there ain't two people who can mispell Oracle as Oracel in the
                          > > world, you and the newbie must be YOU. Proven by induction.
                          > > So upon the evidence in front of me: I bet 1000 to 1 that you wrote
                          > > that message.
                          > >
                          > > why?
                          > >
                          > > because you a dump hippocrate![/color]
                          >
                          >
                          > Apparently the only 'dump hippocrate' is you.
                          >
                          > Your 'induction' skill is horribly off because such 'induction' is
                          > based upon insufficient evidence at best. It would never stand the
                          > rigorous scrutiny such an inductive proof would undergo upon
                          > validation.
                          >
                          > Stop harassing the participants in comp.databases. oracle.server, and
                          > any other Oracle-related newsgroups in which you happen to post such
                          > drivel. It is far from professional, it is thoroughly unnecessary and
                          > it is quite juvenile. Not the sort of behaviour I'd expect from
                          > someone professing to be an "expert".
                          >
                          > Some once defined "expert" in this manner: "'ex' is a has-been and
                          > 'spurt' is a drip under pressure".[/color]

                          I am impressed, you can now pass to the 2nd grade and with it you get TonkaII
                          that is like 10g that can tune itself.

                          Now go and f*** yourself; you dump jumble Q of crab.

                          Comment

                          • David Fitzjarrell

                            #14
                            Re: SQL Server to Oracel

                            omlet@omlet.org wrote in message news:<dc6c1ff0. 0406261029.7f70 670f@posting.go ogle.com>...[color=blue]
                            > fitzjarrell@cox .net (David Fitzjarrell) wrote in message news:<9711ade0. 0406251506.47f0 7b13@posting.go ogle.com>...[color=green]
                            > > omlet@omlet.org wrote in message news:<dc6c1ff0. 0406250901.179b 7a3f@posting.go ogle.com>...[color=darkred]
                            > > > "Howard J. Rogers" <hjr@dizwell.co m> wrote in message news:<40db4971$ 0$18192$afc38c8 7@news.optusnet .com.au>...
                            > > > > <omlet@omlet.or g> wrote in message
                            > > > > news:dc6c1ff0.0 406241245.432f2 e54@posting.goo gle.com...
                            > > > >
                            > > > >
                            > > > > >
                            > > > > > Wow! get a newbie who cannot spell Oracle! Now I bet 1000 to 1 that it
                            > > > > > is you HJR that cooked the newbie message and your bias is apparent
                            > > > > > with your dizwell shit.
                            > > > > >
                            > > > > > hopeless.
                            > > > >
                            > > > > You really are a tiresome little oik, and a liar
                            > > >
                            > > > HJR,
                            > > >
                            > > > Put your money where your mouth is and let us have a bet: You prove me
                            > > > a liar and I would pull OMLET off the internet or I post documents,
                            > > > paychecks to mutually agreed upon professional; Let say someone I
                            > > > reviewed his book in 1998 which you claimed to know as well! and you
                            > > > would pay me $10,000; not much for a expert like you. Are you up to
                            > > > this? Anyone else?
                            > > >
                            > > > For the record, check my papers on the net:
                            > > > http://www.informatik.uni-trier.de/~...:Amjad_M=.html
                            > > >
                            > > > in 1995 I published a paper while at Oracle Server Technologies; Can
                            > > > you Read?! you might learn how to spell before you bombard us with
                            > > > your wisedom.
                            > > >
                            > > > Surely, there ain't two people who can mispell Oracle as Oracel in the
                            > > > world, you and the newbie must be YOU. Proven by induction.
                            > > > So upon the evidence in front of me: I bet 1000 to 1 that you wrote
                            > > > that message.
                            > > >
                            > > > why?
                            > > >
                            > > > because you a dump hippocrate![/color]
                            > >
                            > >
                            > > Apparently the only 'dump hippocrate' is you.
                            > >
                            > > Your 'induction' skill is horribly off because such 'induction' is
                            > > based upon insufficient evidence at best. It would never stand the
                            > > rigorous scrutiny such an inductive proof would undergo upon
                            > > validation.
                            > >
                            > > Stop harassing the participants in comp.databases. oracle.server, and
                            > > any other Oracle-related newsgroups in which you happen to post such
                            > > drivel. It is far from professional, it is thoroughly unnecessary and
                            > > it is quite juvenile. Not the sort of behaviour I'd expect from
                            > > someone professing to be an "expert".
                            > >
                            > > Some once defined "expert" in this manner: "'ex' is a has-been and
                            > > 'spurt' is a drip under pressure".[/color]
                            >
                            > I am impressed, you can now pass to the 2nd grade and with it you get TonkaII
                            > that is like 10g that can tune itself.
                            >
                            > Now go and f*** yourself; you dump jumble Q of crab.[/color]

                            I'm sorry, but my on-line gibberish dictionary currently is not
                            working. Would you care to explain what a 'dump jumble Q of crab'
                            might be? Enlighten us all, if you can do it without further
                            obscenities.

                            David Fitzjarrell

                            Comment

                            • Jeroen van den Broek

                              #15
                              Re: SQL Server to Oracel


                              "David Fitzjarrell" <fitzjarrell@co x.net> schreef in bericht
                              news:9711ade0.0 406261755.5b426 6b@posting.goog le.com...[color=blue]
                              > omlet@omlet.org wrote in message[/color]
                              news:<dc6c1ff0. 0406261029.7f70 670f@posting.go ogle.com>...[color=blue][color=green]
                              > > fitzjarrell@cox .net (David Fitzjarrell) wrote in message[/color][/color]
                              news:<9711ade0. 0406251506.47f0 7b13@posting.go ogle.com>...[color=blue][color=green][color=darkred]
                              > > > omlet@omlet.org wrote in message[/color][/color][/color]
                              news:<dc6c1ff0. 0406250901.179b 7a3f@posting.go ogle.com>...[color=blue][color=green][color=darkred]
                              > > > > "Howard J. Rogers" <hjr@dizwell.co m> wrote in message[/color][/color][/color]
                              news:<40db4971$ 0$18192$afc38c8 7@news.optusnet .com.au>...[color=blue][color=green][color=darkred]
                              > > > > > <omlet@omlet.or g> wrote in message
                              > > > > > news:dc6c1ff0.0 406241245.432f2 e54@posting.goo gle.com...
                              > > > > >
                              > > > > >
                              > > > > > >
                              > > > > > > Wow! get a newbie who cannot spell Oracle! Now I bet 1000 to 1[/color][/color][/color]
                              that it[color=blue][color=green][color=darkred]
                              > > > > > > is you HJR that cooked the newbie message and your bias is[/color][/color][/color]
                              apparent[color=blue][color=green][color=darkred]
                              > > > > > > with your dizwell shit.
                              > > > > > >
                              > > > > > > hopeless.
                              > > > > >
                              > > > > > You really are a tiresome little oik, and a liar
                              > > > >
                              > > > > HJR,
                              > > > >
                              > > > > Put your money where your mouth is and let us have a bet: You prove[/color][/color][/color]
                              me[color=blue][color=green][color=darkred]
                              > > > > a liar and I would pull OMLET off the internet or I post documents,
                              > > > > paychecks to mutually agreed upon professional; Let say someone I
                              > > > > reviewed his book in 1998 which you claimed to know as well! and you
                              > > > > would pay me $10,000; not much for a expert like you. Are you up to
                              > > > > this? Anyone else?
                              > > > >
                              > > > > For the record, check my papers on the net:
                              > > > >[/color][/color][/color]
                              http://www.informatik.uni-trier.de/~...:Amjad_M=.html[color=blue][color=green][color=darkred]
                              > > > >
                              > > > > in 1995 I published a paper while at Oracle Server Technologies; Can
                              > > > > you Read?! you might learn how to spell before you bombard us with
                              > > > > your wisedom.
                              > > > >
                              > > > > Surely, there ain't two people who can mispell Oracle as Oracel in[/color][/color][/color]
                              the[color=blue][color=green][color=darkred]
                              > > > > world, you and the newbie must be YOU. Proven by induction.
                              > > > > So upon the evidence in front of me: I bet 1000 to 1 that you wrote
                              > > > > that message.
                              > > > >
                              > > > > why?
                              > > > >
                              > > > > because you a dump hippocrate!
                              > > >
                              > > >
                              > > > Apparently the only 'dump hippocrate' is you.
                              > > >
                              > > > Your 'induction' skill is horribly off because such 'induction' is
                              > > > based upon insufficient evidence at best. It would never stand the
                              > > > rigorous scrutiny such an inductive proof would undergo upon
                              > > > validation.
                              > > >
                              > > > Stop harassing the participants in comp.databases. oracle.server, and
                              > > > any other Oracle-related newsgroups in which you happen to post such
                              > > > drivel. It is far from professional, it is thoroughly unnecessary and
                              > > > it is quite juvenile. Not the sort of behaviour I'd expect from
                              > > > someone professing to be an "expert".
                              > > >
                              > > > Some once defined "expert" in this manner: "'ex' is a has-been and
                              > > > 'spurt' is a drip under pressure".[/color]
                              > >
                              > > I am impressed, you can now pass to the 2nd grade and with it you get[/color][/color]
                              TonkaII[color=blue][color=green]
                              > > that is like 10g that can tune itself.
                              > >
                              > > Now go and f*** yourself; you dump jumble Q of crab.[/color]
                              >
                              > I'm sorry, but my on-line gibberish dictionary currently is not
                              > working. Would you care to explain what a 'dump jumble Q of crab'
                              > might be? Enlighten us all, if you can do it without further
                              > obscenities.
                              >
                              > David Fitzjarrell[/color]

                              He just proved he can mispell (sic!) crap as crab.
                              When you google for "Q of crap", you get just this 1 hit titled "Add URL to
                              Q of crap rules directory":

                              the perfect place where he can advertize his Omlet jumble...


                              Comment

                              Working...