Welcome to dbFreaks.com!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Oracle RAC support & Clarify

 
   Database Help (Home) -> Oracle -> Server RSS
Next:  MACRO'S  
Author Message
shweta.kaparwan

External


Since: Dec 16, 2008
Posts: 15



(Msg. 1) Posted: Tue Dec 16, 2008 5:22 pm
Post subject: Oracle RAC support & Clarify
Archived from groups: comp>databases>oracle>server (more info?)

Hi All

Does Clarify CRM application supports Oracle Active-Active Real
Application Cluster?

Further, I will appreciate any refrence to documents/links.

Regards.

Shweta

 >> Stay informed about: Oracle RAC support & Clarify 
Back to top
Login to vote
Mark D Powell

External


Since: Dec 20, 2007
Posts: 294



(Msg. 2) Posted: Tue Dec 16, 2008 5:33 pm
Post subject: Re: Oracle RAC support & Clarify [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Dec 16, 8:22 pm, shweta.kapar....RemoveThis@googlemail.com wrote:
> Hi All
>
> Does Clarify CRM application supports Oracle Active-Active Real
> Application Cluster?
>
> Further, I will appreciate any refrence to documents/links.
>
> Regards.
>
> Shweta

Vendor products do not really need to be written to support RAC. You
can set up the Oracle connection string such that the application
always goes to a specific instance, group of instances, or is load
balanced to any available instance. The application has no idea where
the database resides or which instance it goes to.

That said it is possible to write RAC aware software that takes
advantage of the ability to fail transactions over in the event of
instance failure.

For specific information about a specific vendor product I would check
the vendor web site and sales literature.

HTH -- Mark D Powell --

 >> Stay informed about: Oracle RAC support & Clarify 
Back to top
Login to vote
shweta.kaparwan

External


Since: Dec 16, 2008
Posts: 15



(Msg. 3) Posted: Tue Dec 16, 2008 5:42 pm
Post subject: Re: Oracle RAC support & Clarify [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Dec 17, 1:33 am, Mark D Powell wrote:
> On Dec 16, 8:22 pm, shweta.kapar....DeleteThis@googlemail.com wrote:
>
> > Hi All
>
> > Does Clarify CRM application supports Oracle Active-Active Real
> > Application Cluster?
>
> > Further, I will appreciate any refrence to documents/links.
>
> > Regards.
>
> > Shweta
>
> Vendor products do not really need to be written to support RAC.  You
> can set up the Oracle connection string such that the application
> always goes to a specific instance, group of instances, or is load
> balanced to any available instance.  The application has no idea where
> the database resides or which instance it goes to.
>
> That said it is possible to write RAC aware software that takes
> advantage of the ability to fail transactions over in the event of
> instance failure.
>
> For specific information about a specific vendor product I would check
> the vendor web site and sales literature.
>
> HTH -- Mark D Powell --

Many Thanks Mark.
True. We are setting the Oracle connection string in such a way that
all connections goes to Primary Instance.
Hence all the connection goes to the Primary database instance.

But recently there was a Primary instance failure and application
tried to connect to the other surviving instance.
Application got connected to other instance, but we got babdly hit by
OR-01861. Later in order to get rid of it we had to bounce the
application.

Additinal info :
RDBMS : 9.2.0.6
Weblogic : 8.1 sp5
Clarify CRM : 13.1

Regards

Shweta
 >> Stay informed about: Oracle RAC support & Clarify 
Back to top
Login to vote
Mark D Powell

External


Since: Dec 20, 2007
Posts: 294



(Msg. 4) Posted: Wed Dec 17, 2008 5:36 am
Post subject: Re: Oracle RAC support & Clarify [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Dec 16, 8:42 pm, shweta.kapar... RemoveThis @googlemail.com wrote:
> On Dec 17, 1:33 am, Mark D Powell wrote:
>
>
>
>
>
> > On Dec 16, 8:22 pm, shweta.kapar... RemoveThis @googlemail.com wrote:
>
> > > Hi All
>
> > > Does Clarify CRM application supports Oracle Active-Active Real
> > > Application Cluster?
>
> > > Further, I will appreciate any refrence to documents/links.
>
> > > Regards.
>
> > > Shweta
>
> > Vendor products do not really need to be written to support RAC.  You
> > can set up the Oracle connection string such that the application
> > always goes to a specific instance, group of instances, or is load
> > balanced to any available instance.  The application has no idea where
> > the database resides or which instance it goes to.
>
> > That said it is possible to write RAC aware software that takes
> > advantage of the ability to fail transactions over in the event of
> > instance failure.
>
> > For specific information about a specific vendor product I would check
> > the vendor web site and sales literature.
>
> > HTH -- Mark D Powell --
>
> Many Thanks Mark.
> True. We are setting the Oracle connection string in such a way that
> all connections goes to Primary Instance.
> Hence all the connection goes to the Primary database instance.
>
> But recently there was a Primary instance failure and application
> tried to connect to the other surviving instance.
> Application got connected to other instance, but we got babdly hit by
> OR-01861. Later in order to get rid of it we had to bounce the
> application.
>
> Additinal info :
> RDBMS : 9.2.0.6
> Weblogic : 8.1 sp5
> Clarify CRM : 13.1
>
> Regards
>
> Shweta- Hide quoted text -
>
> - Show quoted text -

Being that an ORA-01861 is a date format string error that would seem
to be an application issue. We have a vendor application that does
not seem to behave well when the database instance is bounced so we
always have to bounce it after we bounce the database instance. This
is true if the instance is RAC or non-RAC. The vendor is this case
has their own web server related pieces. We do not have this problem
with our home-grown web applications.

If you can fail your instances over and then duplicate the application
problem you can go to the vendor and ask them to fix their issue and
you can make it procedure that if an instance fails to bounce the
application. Not a perfect solution but often good enough as long as
the application will shut down and start up in a short period of time
since instance failure should be rare.

HTH -- Mark D Powell --
 >> Stay informed about: Oracle RAC support & Clarify 
Back to top
Login to vote
shweta.kaparwan

External


Since: Dec 16, 2008
Posts: 15



(Msg. 5) Posted: Wed Dec 17, 2008 6:07 am
Post subject: Re: Oracle RAC support & Clarify [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Dec 17, 1:36 pm, Mark D Powell wrote:
> On Dec 16, 8:42 pm, shweta.kapar....RemoveThis@googlemail.com wrote:
>
>
>
>
>
> > On Dec 17, 1:33 am, Mark D Powell wrote:
>
> > > On Dec 16, 8:22 pm, shweta.kapar....RemoveThis@googlemail.com wrote:
>
> > > > Hi All
>
> > > > Does Clarify CRM application supports Oracle Active-Active Real
> > > > Application Cluster?
>
> > > > Further, I will appreciate any refrence to documents/links.
>
> > > > Regards.
>
> > > > Shweta
>
> > > Vendor products do not really need to be written to support RAC.  You
> > > can set up the Oracle connection string such that the application
> > > always goes to a specific instance, group of instances, or is load
> > > balanced to any available instance.  The application has no idea where
> > > the database resides or which instance it goes to.
>
> > > That said it is possible to write RAC aware software that takes
> > > advantage of the ability to fail transactions over in the event of
> > > instance failure.
>
> > > For specific information about a specific vendor product I would check
> > > the vendor web site and sales literature.
>
> > > HTH -- Mark D Powell --
>
> > Many Thanks Mark.
> > True. We are setting the Oracle connection string in such a way that
> > all connections goes to Primary Instance.
> > Hence all the connection goes to the Primary database instance.
>
> > But recently there was a Primary instance failure and application
> > tried to connect to the other surviving instance.
> > Application got connected to other instance, but we got babdly hit by
> > OR-01861. Later in order to get rid of it we had to bounce the
> > application.
>
> > Additinal info :
> > RDBMS : 9.2.0.6
> > Weblogic : 8.1 sp5
> > Clarify CRM : 13.1
>
> > Regards
>
> > Shweta- Hide quoted text -
>
> > - Show quoted text -
>
> Being that an ORA-01861 is a date format string error that would seem
> to be an application issue.  We have a vendor application that does
> not seem to behave well when the database instance is bounced so we
> always have to bounce it after we bounce the database instance.   This
> is true if the instance is RAC or non-RAC.  The vendor is this case
> has their own web server related pieces.  We do not have this problem
> with our home-grown web applications.
>
> If you can fail your instances over and then duplicate the application
> problem you can go to the vendor and ask them to fix their issue and
> you can make it procedure that if an instance fails to bounce the
> application.  Not a perfect solution but often good enough as long as
> the application will shut down and start up in a short period of time
> since instance failure should be rare.
>
> HTH -- Mark D Powell --- Hide quoted text -
>
> - Show quoted text -

Thanks a lot! Mark.
 >> Stay informed about: Oracle RAC support & Clarify 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Oracle support is sub-optimal - I used to be a big fan of Oracle support. When I had some very sticky situations they came through. Now they have so segmented it that your Severity 1 SR is passed around non-stop. Actually, it is with a lot of stops. Each time they pass it around...

Articles on Oracle database, Oracle Exam Dumps (OCP)absolu.. - Dear Friends, Kindly dont ignore this mail. This is not a spam. Visit the link to get OCP dumps online absolutely free: http://neworacledba.blogspot.com/2008/04/oracle-exam-dumps-absolutely-free_5977.html See interesting articles on Oracle at: ..

Oracle OIM (Oracle Identity Manager )--Hightstown, NJ--job.. -

Live Online Oracle DBA Training by Oracle Certified Master - Live Online Oracle DBA Training by Oracle Certifed Master. Salient features of this course are -> Dedicated Linux server for hands on practice -> All sessions will be recorded for you to playback and revise -> Integrated VoIP for two way commun...

Installing oracle 9i and oracle 10g in one solaris 10 server - Hi All, Is it possible to install oracle 9i and oracle 10g in one solaris 10 server? Thanks Ed
   Database Help (Home) -> Oracle -> Server All times are: Pacific Time (US & Canada)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]