dbTalk Databases Forums  

Orbitz dumps RAC for better reliability

comp.databases.oracle.tools comp.databases.oracle.tools


Discuss Orbitz dumps RAC for better reliability in the comp.databases.oracle.tools forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Keith
 
Posts: n/a

Default Orbitz dumps RAC for better reliability - 07-17-2003 , 06:14 PM






I thought RAC users should know. No sense in self imposed ignorance eh?
Quoted from computer world:

"It was an [Oracle] database issue, and we decided to make an
architectural change to the site, a change that will put us in a
position to move forward with even higher reliability," Jouzaitis said.
"The site is performing great now."

Jouzaitis said that as a result, Orbitz is no longer using Oracle
Corp.'s 9i Real Application Clusters database software.
[..]

The Orbitz outage comes at a time when Oracle is touting its
"unbreakable" software in an extensive marketing campaign. "Unbreakable"
refers to a database that will not go down, even if the server or the
site fails. Oracle is also in the midst of a hostile takeover of rival
PeopleSoft and is trying to project a customer-friendly image.

Please see full article here:
http://www.computerworld.com/databas...,83186,00.html


Reply With Quote
  #2  
Old   
Orville
 
Posts: n/a

Default Re: Orbitz dumps RAC for better reliability - 07-17-2003 , 07:27 PM






Truth in advertising.

Postgresql.
The free database for the business whose data is worth
even less.

Customer testimonials:
"100% of the data was gone!"

Support and service:
This is the only article in this thread

The full story here:

http://groups.google.com/groups?selm...upiter.hub.org

Subject: database crash w/missing data [urgent]
This is the only article in this thread
View: Original Format
Newsgroups: comp.databases.postgresql.general
Date: 2002-04-09 06:31:17 PST

Hello,
Yesterday I had a crash that cost me a week's worth of data.
Please not this may not be the fault of postmaster, but I'm
still in a bad way. We had some network problems and had
to reboot the computer, using /sbin/reboot. When the computer
started up and we ran the postmaster startup script, all of
our databases were acting funny.

100% of the data was gone! From the shell if you went
select * from company, postgres reports 0 tuples! (but returns
the schema). The funny thing was, if you went \d company, I
would get the message 'relation company does not exist'. Also,
\d would not list the relations. This was true for all the
relations for all the databases.

Please not I was running fsync off for this database.

Because this database was running our customer management
system, I had no choice but to restore from backup.

Is there any possibility of restoring the missing data?

Reply With Quote
  #3  
Old   
Keith
 
Posts: n/a

Default Re: Orbitz dumps RAC for better reliability - 07-17-2003 , 10:26 PM



Hello?? He reboot the machine without shutting down the database or had
a system crash. I have done this on test machines many times and came
back without data corruption, however. Also use a journaling file system
or use Postgresql replication. The newer versions of PGSQL are better
than ever and only getting better. I don't think this was a PGSQL issue
at all. Having run PGSQL for 2 1/2 years with PGSQL acting as a database
for syslog and apache logs for many machines, I have never experienced
curruption or failure. It is rock solid. I am sure .ORG will tell you
the same.

He also was not doing WAL http://www.postgresql.org/docs/7.3/static/wal.html

A few smart things like journaling FS, WAL and UPS with isolation
transformers can go a long way in mitgating stupid problems.

Orville wrote:
Quote:
Truth in advertising.

Postgresql.
The free database for the business whose data is worth
even less.

Customer testimonials:
"100% of the data was gone!"

Support and service:
This is the only article in this thread

The full story here:

http://groups.google.com/groups?selm...upiter.hub.org

Subject: database crash w/missing data [urgent]
This is the only article in this thread
View: Original Format
Newsgroups: comp.databases.postgresql.general
Date: 2002-04-09 06:31:17 PST

Hello,
Yesterday I had a crash that cost me a week's worth of data.
Please not this may not be the fault of postmaster, but I'm
still in a bad way. We had some network problems and had
to reboot the computer, using /sbin/reboot. When the computer
started up and we ran the postmaster startup script, all of
our databases were acting funny.

100% of the data was gone! From the shell if you went
select * from company, postgres reports 0 tuples! (but returns
the schema). The funny thing was, if you went \d company, I
would get the message 'relation company does not exist'. Also,
\d would not list the relations. This was true for all the
relations for all the databases.

Please not I was running fsync off for this database.

Because this database was running our customer management
system, I had no choice but to restore from backup.

Is there any possibility of restoring the missing data?


Reply With Quote
  #4  
Old   
Keith
 
Posts: n/a

Default Re: Orbitz dumps RAC for better reliability - 07-18-2003 , 01:16 AM



Stonebraker's original contribution is far different from today's
PostgreSQL. Also it is based on postgres not Ingres. Ingres goes back to
earlier work. Please research before you post.

Note: good designs comes often come from academia or research
institutions like Bell Labs. Relational Data Management came from an
academic and researcher, E.F. Codd. Larry and his cohorts simple ripped
off the research paper.

In my opinion, Oracle today is simply an organization of Marketeers and
salespeople.

Nuno Souto wrote:

Quote:
Orville <hawaiian (AT) bacon (DOT) com> wrote



Truth in advertising.


Contradiction in terms?



Customer testimonials:
"100% of the data was gone!"


What else? And look, it's not even clustered!



100% of the data was gone! From the shell if you went
select * from company, postgres reports 0 tuples! (but returns


Look, this crap is based on Stonebraker's Ingres.
Like the original, these idiots concentrated on
"functionality" instead of making sure they had a
solid data management engine.
Like the original, it loses data at the drop of a hat.
Like the original, if a layer of serious data management
is added the performance goes out the window.


Please not I was running fsync off for this database.


He can run fsync until the cows come home. The problem
is and has always been the total wanton disregard for
data security from the Stonebraker mob. They don't
have a SINGLE person with data management experience
ANYWHERE in their group! All a bunch of academics
with pretentious titles and even bigger egos, that's all.


Cheers
Nuno Souto
wizofoz2k (AT) yahoo (DOT) com.au.nospam


Reply With Quote
  #5  
Old   
sybrandb@yahoo.com
 
Posts: n/a

Default Re: Orbitz dumps RAC for better reliability - 07-18-2003 , 04:52 AM



Keith <nospam (AT) nospam (DOT) com> wrote

Quote:
Stonebraker's original contribution is far different from today's
PostgreSQL. Also it is based on postgres not Ingres. Ingres goes back to
earlier work. Please research before you post.

Note: good designs comes often come from academia or research
institutions like Bell Labs. Relational Data Management came from an
academic and researcher, E.F. Codd. Larry and his cohorts simple ripped
off the research paper.

In my opinion, Oracle today is simply an organization of Marketeers and
salespeople.

And what's wrong with that? Microsoft isn't a hair better, and it has
made Bill Gates rich and famous. How many RDBMS vendors have
implemented the Date and Codd theories to the letter. If you are such
an academic buff, you know the answer: 0 (ZERO)

You seem to live in the misapprehension you can market your favorite
free toy software with flames and rants to mature products.
Obviously, you'll never get as rich as Larry and Bill

No regards

Sybrand Bakker
Senior Oracle DBA


Reply With Quote
  #6  
Old   
Noons
 
Posts: n/a

Default Re: Orbitz dumps RAC for better reliability - 07-18-2003 , 05:22 AM



"Keith" <nospam (AT) nospam (DOT) com> wrote


Quote:
Stonebraker's original contribution is far different from today's
PostgreSQL. Also it is based on postgres not Ingres. Ingres goes back to
earlier work. Please research before you post.
You the one that should research. You seem to forget you're
talking with someone who has been in IT for 28 years.
Where the heck do you think Postgres got its name and origins
and initial research? Hint: that name started getting used in
the 80's. Cripes, some people are thick...


Quote:
Note: good designs comes often come from academia or research
institutions like Bell Labs.

Who is discussing "good design"? I said the darn thing
is incapable of doing proper data management. What's
that got to do with "good design"? It's BASIC PLUMBING,
for cripes' sake!


Quote:
Relational Data Management came from an
academic and researcher, E.F. Codd.
Listen, idiot: I said DATA MANAGEMENT, not Relational Data Management.
there is no such thing as the later. Can you JUST FOR ONCE make an
effort to understand what is being said?

Quote:
Larry and his cohorts simple ripped
off the research paper.
Just like all the IBM mob, Ingres and DEC. What else is new?

Quote:
In my opinion, Oracle today is simply an organization of Marketeers and
salespeople.
Oh dear! And all the competition isn't? Tsk,tsk....

Why don't you just wake up and smell the rows?
Here is a free hint: tells us all something we don't know?

--
Cheers
Nuno Souto
wizofoz2k (AT) yahoo (DOT) com.au.nospam




Reply With Quote
  #7  
Old   
Mark D Powell
 
Posts: n/a

Default Re: Orbitz dumps RAC for better reliability - 07-18-2003 , 07:50 AM



Keith <nospam (AT) nospam (DOT) com> wrote

Quote:
Stonebraker's original contribution is far different from today's
PostgreSQL. Also it is based on postgres not Ingres. Ingres goes back to
earlier work. Please research before you post.

Note: good designs comes often come from academia or research
institutions like Bell Labs. Relational Data Management came from an
academic and researcher, E.F. Codd. Larry and his cohorts simple ripped
off the research paper.

In my opinion, Oracle today is simply an organization of Marketeers and
salespeople.

Nuno Souto wrote:

Orville <hawaiian (AT) bacon (DOT) com> wrote



Truth in advertising.


Contradiction in terms?



Customer testimonials:
"100% of the data was gone!"


What else? And look, it's not even clustered!



100% of the data was gone! From the shell if you went
select * from company, postgres reports 0 tuples! (but returns


Look, this crap is based on Stonebraker's Ingres.
Like the original, these idiots concentrated on
"functionality" instead of making sure they had a
solid data management engine.
Like the original, it loses data at the drop of a hat.
Like the original, if a layer of serious data management
is added the performance goes out the window.


Please not I was running fsync off for this database.


He can run fsync until the cows come home. The problem
is and has always been the total wanton disregard for
data security from the Stonebraker mob. They don't
have a SINGLE person with data management experience
ANYWHERE in their group! All a bunch of academics
with pretentious titles and even bigger egos, that's all.


Cheers
Nuno Souto
wizofoz2k (AT) yahoo (DOT) com.au.nospam
Keith, E.F. Codd worked for IBM when he invented relational theory and
relational algebra to define and explain his theory. Bell Labs in its
hayday was ran as a business operation. Academia sometimes has some
good basic ideas, but it almost always fails in any attempt to bring
them out into the real world.

Also was not Postgres based on Ingres so if PostgresSQL is based on
Postgres and Postgres was based on Ingres then it seems reasonable to
say that PostgresSQL is based on Ingres. However, just because a
piece of software is based on an earlier version does not mean it
inherits all of the flaws or good features of the prior version. Code
changes, sometimes for the better, and sometimes for the worse.

Getting back to Orbiz. I have yet to follow a link to an article that
actually explains the problem actually encountered. One of the
articles listed the May transaction numbers. If the system worked
then, why is it failing now? What, if anything, changed? Without
facts, speculation about the problem is just that, speculation.

As far as PostgreSQL being a good database. It may suitable for a lot
of uses; however, the last I knew when you delete a row in PostgreSQL
the row is actually marked as logically deleted and you have to run a
utility which takes exclusive control of the target table to
physically delete the rows and reclaim space. When the economy is
good my client requires 24x6.9 access. The small window we get to
move changes into production is way too short to clean up deleted
data. Our applications require an rdbms that can handle concurrent
insert, update, and delete access to the same table from multiple
batch and online processes. Oracle provides that kind of access with
good performance. When PostgreSQL can do that, I will consider it as
an option.

-- Mark D Powell --


Reply With Quote
  #8  
Old   
Keith
 
Posts: n/a

Default Re: Orbitz dumps RAC for better reliability - 07-18-2003 , 11:04 AM



Noons wrote:

Quote:
You the one that should research. You seem to forget you're
talking with someone who has been in IT for 28 years.
Where the heck do you think Postgres got its name and origins
and initial research? Hint: that name started getting used in
the 80's. Cripes, some people are thick...
I am afraid you are the one that is thick. postgres is a redesign with
fresh ideas. Either way.. PostgreSQL 7.3 is a more developed product
from what Stonebraker left. Comparing todays PGSQL to Ingres, 25 years
ago, is daft.

Quote:
Note: good designs comes often come from academia or research
institutions like Bell Labs.
Who is discussing "good design"? I said the darn thing
is incapable of doing proper data management. What's
that got to do with "good design"? It's BASIC PLUMBING,
for cripes' sake!
??
Last time I checked.. PGSQL was working well for the last 2 1/2 years
without failure. BASIC PLUMBING must be working. LOL

Quote:
Relational Data Management came from an
academic and researcher, E.F. Codd.


Listen, idiot: I said DATA MANAGEMENT, not Relational Data Management.
there is no such thing as the later. Can you JUST FOR ONCE make an
effort to understand what is being said?

If you read the above statement clearly you would have understood that
the RDBMS statement was giving an example of enduring designs from
research oriented/academic people. Why are you mixing DATA MANAGEMENT
with this? You are the one condemning academics. Perhaps you are the IDIOT?


Quote:
Larry and his cohorts simple ripped
off the research paper.


Just like all the IBM mob, Ingres and DEC. What else is new?
Considering the paper came from an IBM researcher, paid by IBM, I can
hardly think that they ripped it off.

Quote:
In my opinion, Oracle today is simply an organization of Marketeers and
salespeople.


Oh dear! And all the competition isn't? Tsk,tsk....
Not to the extent that Oracle is, in my opinion. There is capitalism and
there are perverse examples of it. The latter, like Enron, usually wind
up falling on their swords.



Reply With Quote
  #9  
Old   
Niall Litchfield
 
Posts: n/a

Default Re: Orbitz dumps RAC for better reliability - 07-18-2003 , 02:38 PM



"Mark D Powell" <Mark.Powell (AT) eds (DOT) com> wrote

Quote:
When the economy is
good my client requires 24x6.9 access.
Go for the full 24x7. 7 hours a day 24 days a month. No problems.


--
Niall Litchfield
Oracle DBA
Audit Commission UK
*****************************************
Please include version and platform
and SQL where applicable
It makes life easier and increases the
likelihood of a good answer
******************************************




Reply With Quote
  #10  
Old   
Frank Foss
 
Posts: n/a

Default Re: Orbitz dumps RAC for better reliability - 07-20-2003 , 11:59 PM




<sybrandb (AT) yahoo (DOT) com> wrote in message

Quote:
No regards
Ouch...

Quote:
Sybrand Bakker
Senior Oracle DBA
Frank Foss
Junior Oracle DBA




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.