Unix Technical Forum

Quest Shareplex 3.2 Migrating from Oracle8i to Oracle9i

This is a discussion on Quest Shareplex 3.2 Migrating from Oracle8i to Oracle9i within the Oracle Database forums, part of the Database Server Software category; --> We have been using Quest's Shareplex. My database version is Oracle 8i and we want to move to Oracle9i. ...


Go Back   Unix Technical Forum > Database Server Software > Oracle Database

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 02-24-2008, 07:40 AM
Prem K Mehrotra
 
Posts: n/a
Default Quest Shareplex 3.2 Migrating from Oracle8i to Oracle9i

We have been using Quest's Shareplex. My database version is Oracle 8i
and we want to move to Oracle9i. My question is will my existing
Shareplex which was installed
in June 2002 (looking at patch.log its version seems to be 3.2.12.x)
also require upgrade, i.e., does SharePlex 3.2.12.x work with
Oracle9i.

Also, is there a way to find the version of Shareplex (because I do
not see
it listed in any of its log files).

Because it is a production database and limited budget, we cannot use
Oracle9i RAC or any other high availability solutions, we are stuck
with SharePlex.

Any information will be appreciated.

Thanks a lot,

Prem
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 02-24-2008, 07:40 AM
Hans Forbrich
 
Posts: n/a
Default Re: Quest Shareplex 3.2 Migrating from Oracle8i to Oracle9i

Prem K Mehrotra wrote:

> Because it is a production database and limited budget, we cannot use
> Oracle9i RAC or any other high availability solutions, we are stuck
> with SharePlex.


Don't know enough about your environment, but hope you realize that Oracle
Database 10g STANDARD Edition includes RAC for free.

If you have <= 4 CPU system and don't need Enteprise Edition capabilities,
Standard Edition is just fine. (Standard has roughly the same capability
as SQL Server Enteprise +/- a bit ... during the dot-com bubble, many
organizations did the comparison on name, not capability, and now think
they are stuck.)

/Hans
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 02-24-2008, 07:40 AM
Mark Townsend
 
Posts: n/a
Default Re: Quest Shareplex 3.2 Migrating from Oracle8i to Oracle9i


>
> Because it is a production database and limited budget, we cannot use
> Oracle9i RAC or any other high availability solutions, we are stuck
> with SharePlex.
>


The Oracle 'equivalent' to Shareplex is Data Guard (not RAC), and in
fact a move to Data Guard (assuming you are already using Enterprise
Edition) would help you with your limted budget by saving you the cost
of Shareplex. Your Oracle licence costs would remain the same in both
scenarios.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 02-24-2008, 07:41 AM
Tanel Põder
 
Posts: n/a
Default Re: Quest Shareplex 3.2 Migrating from Oracle8i to Oracle9i

> The Oracle 'equivalent' to Shareplex is Data Guard (not RAC), and in
> fact a move to Data Guard (assuming you are already using Enterprise
> Edition) would help you with your limted budget by saving you the cost
> of Shareplex. Your Oracle licence costs would remain the same in both
> scenarios.


Would they?

My understanding is that when you use Data Guard - which continuously
receives and applies changes to standby database, requires additional
licenses as with normal database.
But if you use "poor man's standby" by transporting archivelogs manually or
custom script and recovering on standby site, you don't have to by
additional licenses if your standby is open less than 10 days per year?

Tanel.


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 02-24-2008, 07:41 AM
Prem K Mehrotra
 
Posts: n/a
Default Re: Quest Shareplex 3.2 Migrating from Oracle8i to Oracle9i

"Tanel Põder" <change_to_my_first_name@integrid.info> wrote in message news:<411defbd$1_2@news.estpak.ee>...
> > The Oracle 'equivalent' to Shareplex is Data Guard (not RAC), and in
> > fact a move to Data Guard (assuming you are already using Enterprise
> > Edition) would help you with your limted budget by saving you the cost
> > of Shareplex. Your Oracle licence costs would remain the same in both
> > scenarios.

>
> Would they?
>
> My understanding is that when you use Data Guard - which continuously
> receives and applies changes to standby database, requires additional
> licenses as with normal database.
> But if you use "poor man's standby" by transporting archivelogs manually or
> custom script and recovering on standby site, you don't have to by
> additional licenses if your standby is open less than 10 days per year?
>
> Tanel.



I alerday have Oracle Enterprise Edition Licenses for both Primary
and Seconmdray servers, so I will not need any additional license for
Data Gurad. My problem is both of these severes are production servers
and we don't have
any environment to test move from SahrePlex to DataGuard. I know data
gurad is
not hard to setup, but I hav eto convince a team of people who don't
know anything of Oracle.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 02-24-2008, 07:41 AM
Jim Kennedy
 
Posts: n/a
Default Re: Quest Shareplex 3.2 Migrating from Oracle8i to Oracle9i


"Prem K Mehrotra" <premmehrotra@hotmail.com> wrote in message
news:43441e77.0408140543.7ac13019@posting.google.c om...
> "Tanel Põder" <change_to_my_first_name@integrid.info> wrote in message

news:<411defbd$1_2@news.estpak.ee>...
> > > The Oracle 'equivalent' to Shareplex is Data Guard (not RAC), and in
> > > fact a move to Data Guard (assuming you are already using Enterprise
> > > Edition) would help you with your limted budget by saving you the cost
> > > of Shareplex. Your Oracle licence costs would remain the same in both
> > > scenarios.

> >
> > Would they?
> >
> > My understanding is that when you use Data Guard - which continuously
> > receives and applies changes to standby database, requires additional
> > licenses as with normal database.
> > But if you use "poor man's standby" by transporting archivelogs manually

or
> > custom script and recovering on standby site, you don't have to by
> > additional licenses if your standby is open less than 10 days per year?
> >
> > Tanel.

>
>
> I alerday have Oracle Enterprise Edition Licenses for both Primary
> and Seconmdray servers, so I will not need any additional license for
> Data Gurad. My problem is both of these severes are production servers
> and we don't have
> any environment to test move from SahrePlex to DataGuard. I know data
> gurad is
> not hard to setup, but I hav eto convince a team of people who don't
> know anything of Oracle.


If they don't know anything about Oracle maybe it would be a good idea to
learn something new.
Jim


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 02-24-2008, 07:41 AM
Mark Townsend
 
Posts: n/a
Default Re: Quest Shareplex 3.2 Migrating from Oracle8i to Oracle9i

Tanel Põder wrote:
>>The Oracle 'equivalent' to Shareplex is Data Guard (not RAC), and in
>>fact a move to Data Guard (assuming you are already using Enterprise
>>Edition) would help you with your limted budget by saving you the cost
>>of Shareplex. Your Oracle licence costs would remain the same in both
>>scenarios.

>
>
> Would they?
>
> My understanding is that when you use Data Guard - which continuously
> receives and applies changes to standby database, requires additional
> licenses as with normal database.
> But if you use "poor man's standby" by transporting archivelogs manually or
> custom script and recovering on standby site, you don't have to by
> additional licenses if your standby is open less than 10 days per year?
>
> Tanel.
>
>


The 10 day exclusion policy applies to a failover environment, not to a
standby environment. Basically, if you have a copy of the data in a
seperate database, then the other database needs to be licenced as well,
no matter how you keep them in sync. See the SIG for guidance -
http://www.oracle.com/corporate/pric....html?sig.html

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 02-24-2008, 07:41 AM
Prem K Mehrotra
 
Posts: n/a
Default Re: Quest Shareplex 3.2 Migrating from Oracle8i to Oracle9i

Hans Forbrich <forbrich@yahoo.net> wrote in message news:<VZfTc.11033$X12.6016@edtnps84>...
> Prem K Mehrotra wrote:
>
> > Because it is a production database and limited budget, we cannot use
> > Oracle9i RAC or any other high availability solutions, we are stuck
> > with SharePlex.

>
> Don't know enough about your environment, but hope you realize that Oracle
> Database 10g STANDARD Edition includes RAC for free.
>
> If you have <= 4 CPU system and don't need Enteprise Edition capabilities,
> Standard Edition is just fine. (Standard has roughly the same capability
> as SQL Server Enteprise +/- a bit ... during the dot-com bubble, many
> organizations did the comparison on name, not capability, and now think
> they are stuck.)
>
> /Hans


I am suprised why Oracle 10G Standard Edition (SE) includes RAC but not
Oracle10G Enterprise Edition (EE). List price for 10G EE per processor is $40000
but for SE it is only $15000.

Prem
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 02-24-2008, 07:41 AM
Hans Forbrich
 
Posts: n/a
Default Re: Quest Shareplex 3.2 Migrating from Oracle8i to Oracle9i

Prem K Mehrotra wrote:

> I am suprised why Oracle 10G Standard Edition (SE) includes RAC but not
> Oracle10G Enterprise Edition (EE). List price for 10G EE per processor is
> $40000 but for SE it is only $15000.


I was as well.

Look at the limits - SE was only available on a frame capable of 1-4 CPU, no
partitioning allowed, etc. The way I read Oracle info they've changed the
rules to state any combination of servers to a maximum [capability] of 4
CPU. (http://www.oracle.com/database/Standard_Edition.html) IMO, that
makes RAC/SE a 1-trick pony - small business/workgroup HA only but right in
the Windows & Linux 'small business cluster' sweet spot. Although that'
pretty powerful in it's own right.


Still, a LOT of organization buy (or at least look at) EE because they think
they have to compare Oracle EE to SQL Server EE. Then they look at the
price difference, without having spent 1 second on the feature difference,
and gag. Whereas a 5 second feature evaluation would come to the
realization that many of the capabilities they want are in Oracle SE -
roughly priced against [it's true competitor] SS-EE.

For your purposes, you might just want to see whether a Linux cluster with
SE could fit your test requirements.

/Hans
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 02-24-2008, 07:42 AM
Dusan Bolek
 
Posts: n/a
Default Re: Quest Shareplex 3.2 Migrating from Oracle8i to Oracle9i

Mark Townsend <markbtownsend@comcast.net> wrote in message news:<1iiTc.119900$8_6.44117@attbi_s04>...
> The Oracle 'equivalent' to Shareplex is Data Guard (not RAC), and in
> fact a move to Data Guard (assuming you are already using Enterprise
> Edition) would help you with your limted budget by saving you the cost
> of Shareplex. Your Oracle licence costs would remain the same in both
> scenarios.


He doesn't told us what's the purpose of using Shareplex. It is true
that Shareplex is costly, on the other it is much more powerfull then
Oracle's Data Guard, so maybe using DG is not a viable option for him.

--
Dusan Bolek
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 01:53 AM.


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