Unix Technical Forum

Re: Sybase vs Oracle

This is a discussion on Re: Sybase vs Oracle within the Sybase forums, part of the Database Server Software category; --> gael.le.saux@aql.fr (Gaël LE SAUX) wrote in message news:<eee0a505.0308290630.5658f8d6@posting.google. com>... > Hi, > > I'm a newbie in sybase ASE ...


Go Back   Unix Technical Forum > Database Server Software > Sybase

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 04-08-2008, 03:53 PM
Michael Lackey
 
Posts: n/a
Default Re: Sybase vs Oracle

gael.le.saux@aql.fr (Gaël LE SAUX) wrote in message news:<eee0a505.0308290630.5658f8d6@posting.google. com>...
> Hi,
>
> I'm a newbie in sybase ASE and i'm trying to get some criteria to
> compare SYBASE ASE 12.5 and Oracle 9i.
> I'd like to know if there's a critical size for ASE Database and if
> there's an optimal size which would enhanced performances. I'm also
> looking for all other criteria which would help me comparing the two
> databases.
>
> If someone allready have study wich would compare this two RDBMS, it
> would be great to give the link where i can reach it.
>
> Thanks in advance.

This typically starts a huge thread. I work with both and both they
are both good databases in general but you really need to know what
you want to do and compare specific features and performance. For
example, both can handle lots of data but for large tables that can be
partitioned I like Oracle's table paritioning better -- but then for a
real data warehouse sybase has their ASE IQ product with a close
equivelent of RAC that can run on top of it.

Most of the white papers comparing them I have read are usually vague
and sometimes inaccurate and the features they discuss change every
six months anyway.

Locking is always a big issue but I think 12.5 can do everything now
that oracle only used to do like row level locking and consistent
reads. if your code is written with an understadning of how locking is
done, neither system should give you problems.

Some people like benchmarks but like statistics in general I think
they are all compiled to help the sales force and don't always reflect
reality.

Cost is usually an issue, their prices can really vary. Based on their
licensing policy one might fit better than the others depending on
number of users, CPUs, platforms, etc.

Some posters get concerned about getting good Sybase consultants since
they are not as available as Oracle consultants might be (I think
every college teaches Oracle these days).

Both products run on most common platforms so unless you have some
funky hardware that shouldn't an issue.

IMHO Sybase is easier to install and admin and do basic performance
tuning.

If your staff is already familiar with MSSQL they will find sybase
very easy to start using.

IMHO I like oracle support better than sybase and find I can get most
answers I need on their web site without having to wait on a support
person. I think this is just because Oracle user base is so big I
never find a new bug that someone hasn't documented yet. Sybase is a
close second though.

In any case, if you have specific feature questions it could make for
an interesting thread. The problem you will have is they both do
things differently so you may read that one or the other is missing a
feature when in fact they just accomplish the same thing in a
different way. I won't give a specific example, but when I was first
learning Oracle coming from a sybase background, I often wondered
about why they had certain little tuning features and found eventually
they were there to work around issues that didn't exist in Sybase
because of the architectural differences. I am sure I would have the
same thoughts going the other direction.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 04-08-2008, 03:53 PM
Michael Peppler
 
Posts: n/a
Default Re: Sybase vs Oracle

On Fri, 29 Aug 2003 14:22:19 -0700, Michael Lackey wrote:

> gael.le.saux@aql.fr (Gaël LE SAUX) wrote in message
> news:<eee0a505.0308290630.5658f8d6@posting.google. com>...
>> Hi,
>>
>> I'm a newbie in sybase ASE and i'm trying to get some criteria to
>> compare SYBASE ASE 12.5 and Oracle 9i. I'd like to know if there's a
>> critical size for ASE Database and if there's an optimal size which
>> would enhanced performances. I'm also looking for all other criteria
>> which would help me comparing the two databases.
>>
>> If someone allready have study wich would compare this two RDBMS, it
>> would be great to give the link where i can reach it.
>>
>> Thanks in advance.

> This typically starts a huge thread. I work with both and both they are
> both good databases in general but you really need to know what you want
> to do and compare specific features and performance. For example, both
> can handle lots of data but for large tables that can be partitioned I
> like Oracle's table paritioning better -- but then for a real data
> warehouse sybase has their ASE IQ product with a close equivelent of RAC
> that can run on top of it.
>



<snipped lots of good points>

> IMHO I like oracle support better than sybase and find I can get most
> answers I need on their web site without having to wait on a support
> person. I think this is just because Oracle user base is so big I never
> find a new bug that someone hasn't documented yet. Sybase is a close
> second though.


Personally I've had very good experiences with Sybase support, getting
callbacks within 30 minutes, and getting answers that actually solve the
problem (or at least provide a reasonable work around).

Michael
--
Michael Peppler Data Migrations, Inc.
mpeppler@peppler.org http://www.mbay.net/~mpeppler
Sybase T-SQL/OpenClient/OpenServer/C/Perl developer available for short or
long term contract positions - http://www.mbay.net/~mpeppler/resume.html

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 04-08-2008, 03:53 PM
Daniel Morgan
 
Posts: n/a
Default Re: Sybase vs Oracle

Michael Peppler wrote:

> On Fri, 29 Aug 2003 14:22:19 -0700, Michael Lackey wrote:
>
> > gael.le.saux@aql.fr (Gaël LE SAUX) wrote in message
> > news:<eee0a505.0308290630.5658f8d6@posting.google. com>...
> >> Hi,
> >>
> >> I'm a newbie in sybase ASE and i'm trying to get some criteria to
> >> compare SYBASE ASE 12.5 and Oracle 9i. I'd like to know if there's a
> >> critical size for ASE Database and if there's an optimal size which
> >> would enhanced performances. I'm also looking for all other criteria
> >> which would help me comparing the two databases.
> >>
> >> If someone allready have study wich would compare this two RDBMS, it
> >> would be great to give the link where i can reach it.
> >>
> >> Thanks in advance.

> > This typically starts a huge thread. I work with both and both they are
> > both good databases in general but you really need to know what you want
> > to do and compare specific features and performance. For example, both
> > can handle lots of data but for large tables that can be partitioned I
> > like Oracle's table paritioning better -- but then for a real data
> > warehouse sybase has their ASE IQ product with a close equivelent of RAC
> > that can run on top of it.
> >

>
> <snipped lots of good points>
>
> > IMHO I like oracle support better than sybase and find I can get most
> > answers I need on their web site without having to wait on a support
> > person. I think this is just because Oracle user base is so big I never
> > find a new bug that someone hasn't documented yet. Sybase is a close
> > second though.

>
> Personally I've had very good experiences with Sybase support, getting
> callbacks within 30 minutes, and getting answers that actually solve the
> problem (or at least provide a reasonable work around).
>
> Michael
> --
> Michael Peppler Data Migrations, Inc.
> mpeppler@peppler.org http://www.mbay.net/~mpeppler
> Sybase T-SQL/OpenClient/OpenServer/C/Perl developer available for short or
> long term contract positions - http://www.mbay.net/~mpeppler/resume.html


I find support with both a mixed bag. But resources such as:

http://tahiti.oracle.com

have come a long way to making calls to Oracle support rarely necessary.

Does Sybase now offer something similar?

--
Daniel Morgan
http://www.outreach.washington.edu/e...ad/oad_crs.asp
http://www.outreach.washington.edu/e...a/aoa_main.asp
damorgan@x.washington.edu
(replace 'x' with a 'u' to reply)


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 04-08-2008, 03:53 PM
Pablo Sanchez
 
Posts: n/a
Default Re: Sybase vs Oracle

Daniel Morgan <damorgan@exxesolutions.com> wrote in
news:3F4FE075.CF4CFBB@exxesolutions.com:

> Does Sybase now offer something similar?


Of course:

http://www.sybase.com/support/manuals

Additionally, Sybase has their own sponsored public sponsored
newsgroups. They can be reached at forums.sybase.com

The etiquette is very nice: no 'hey stupid, you designed this wrong'
or 'do I need a crystal ball?' types of remarks tolerated.
--
Pablo Sanchez, Blueoak Database Engineering
http://www.blueoakdb.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
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
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 07:51 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
www.UnixAdminTalk.com