Live data from Hacker News

Problems with Oracle SQL

codingtofreedom.com

1–10 of 277 posts

Re: Problems with Oracle SQL

#4
Well, I used to work with Oracle Databases and that "old man" (Donald Burleson) website has saved me quite a few times.

I even remember the "Learn Oracle at the Sea" advertisement.

But that's the state of affairs and I try to avoid them as much as I can. Amazon seems to think similar [0].

[0] https://www.youtube.com/watch?v=9yBP5gnnZi4

Re: Problems with Oracle SQL

#6
post #4

Well, I used to work with Oracle Databases and that "old man" (Donald Burleson) website has saved me quite a few times. I even remember the "Learn Oracle at the Sea" advertisement. But that's the state of affairs and I try to avoid them as much as I can. Amazon seems to think similar [0]. [0] https://www.youtube.com/watch?v=9yBP5gnnZi4

To be really fair, have you ever seen SQL error messages that don't suck? I do agree that Oracle's are the worst by far though.

Re: Problems with Oracle SQL

#8
I've worked with databases for a while now and I've never advocated for moving to Oracle (I have advocated for postgres though). The long term organizational costs is a big factor - but an almost equally large factor is the fact that

1. I have never actually used their dialect and have heard absolutely terrible things about it

2. There is no non-enterprise DBMS available that uses something close to their dialect so I figure actually hiring Oracle DBAs would be a nightmare.

These two factors combine to make me absolutely baffled at how completely Oracle has seemed to dominate every market but the private one (i.e. government, especially defense and educational). Have I been missing something about ways to actually get real world experience with Oracle?

Re: Problems with Oracle SQL

#10
post #6
post #4

Well, I used to work with Oracle Databases and that "old man" (Donald Burleson) website has saved me quite a few times. I even remember the "Learn Oracle at the Sea" advertisement. But that's the state of affairs and I try to avoid them as much as I can. Amazon seems to think similar [0]. [0] https://www.youtube.com/watch?v=9yBP5gnnZi4

To be really fair, have you ever seen SQL error messages that don't suck? I do agree that Oracle's are the worst by far though.

I feel Postgres and SQL Server are easier to grok error states. Oracle seems to want to be an application platform more than a datastore
Post reply on HN