You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@commons.apache.org by Alkeshkumar Barot iGTB <al...@intellectdesign.com.INVALID> on 2022/11/03 05:12:18 UTC

Compitibility with Oracle 19c 19.15

Hello,

Greetings,

We are using JAR (commons-dbcp-1.4.jar) in our application. Now we want to
upgrade Oracle 12c to Oracle 19c (19.15).

Will this jar be compatible with Oracle 19c (19.15) or will it need any
changes?

Regards,
Alkesh Barot
Adv leave notification: 8-Nov-22

-- 
This e-Mail may contain proprietary and confidential information and is 
sent for the intended recipient(s) only. If by an addressing or 
transmission error this mail has been misdirected to you, you are requested 
to delete this mail immediately. You are also hereby notified that any use, 
any form of reproduction, dissemination, copying, disclosure, modification, 
distribution and/or publication of this e-mail message, contents or its 
attachment other than by its intended recipient/s is strictly prohibited. 
Visit us at *https://www.intellectdesign.com* 
<https://www.intellectdesign.com/>

Re: Compitibility with Oracle 19c 19.15

Posted by Gary Gregory <ga...@gmail.com>.
Moving to DBCP 2 is the best path forward IMO.

Gary


On Thu, Nov 3, 2022 at 10:08 AM Hill, Kirk <kh...@austin.utexas.edu> wrote:

> We have a client that uses dbcp 1.2.2 and it connects to Oracle 19.15.
> Now it also has lots of issues and won't work correctly with Oracle RAC and
> Application Continuity.  I am currently trying to get them to move to the
> latest dbcp2 which will work with the aforementioned items.
>
> -----Original Message-----
> From: Gary Gregory <ga...@gmail.com>
> Sent: Thursday, November 3, 2022 7:00 AM
> To: Commons Users List <us...@commons.apache.org>
> Cc: Udaya Das iGTB <ud...@intellectdesign.com>
> Subject: Re: Compitibility with Oracle 19c 19.15
>
> Only your testing will answer that question for you. Much of the answer
> will depend on the level of JDBC compatibility the driver you use provides.
>
> That version is very old so you won't get much support here if there is an
> issue.
>
> Gary
>
> On Thu, Nov 3, 2022, 06:51 Alkeshkumar Barot iGTB
> <al...@intellectdesign.com.invalid> wrote:
>
> > Hello,
> >
> > Greetings,
> >
> > We are using JAR (commons-dbcp-1.4.jar) in our application. Now we
> > want to upgrade Oracle 12c to Oracle 19c (19.15).
> >
> > Will this jar be compatible with Oracle 19c (19.15) or will it need
> > any changes?
> >
> > Regards,
> > Alkesh Barot
> > Adv leave notification: 8-Nov-22
> >
> > --
> > This e-Mail may contain proprietary and confidential information and
> > is sent for the intended recipient(s) only. If by an addressing or
> > transmission error this mail has been misdirected to you, you are
> > requested to delete this mail immediately. You are also hereby
> > notified that any use, any form of reproduction, dissemination,
> > copying, disclosure, modification, distribution and/or publication of
> > this e-mail message, contents or its attachment other than by its
> > intended recipient/s is strictly prohibited.
> > Visit us at
> > *https://nam12.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww
> > .intellectdesign.com%2F&amp;data=05%7C01%7C%7C817e1da357ba43c7172e08da
> > bd930167%7C31d7e2a5bdd8414e9e97bea998ebdfe1%7C0%7C0%7C6380307363513181
> > 60%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI
> > 6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&amp;sdata=D%2FDYGZYl55RZVLXr5T
> > PGxJlTyrPPiuGvzRriWf11OKY%3D&amp;reserved=0*
> > <https://nam12.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww
> > .intellectdesign.com%2F&amp;data=05%7C01%7C%7C817e1da357ba43c7172e08da
> > bd930167%7C31d7e2a5bdd8414e9e97bea998ebdfe1%7C0%7C0%7C6380307363513181
> > 60%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI
> > 6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&amp;sdata=D%2FDYGZYl55RZVLXr5T
> > PGxJlTyrPPiuGvzRriWf11OKY%3D&amp;reserved=0>
> >
> >> This message is from an external sender. Learn more about why this <<
> >> matters at https://links.utexas.edu/rtyclf.                        <<
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@commons.apache.org
> For additional commands, e-mail: user-help@commons.apache.org
>
>

RE: Compitibility with Oracle 19c 19.15

Posted by "Hill, Kirk" <kh...@austin.utexas.edu>.
We have a client that uses dbcp 1.2.2 and it connects to Oracle 19.15.  Now it also has lots of issues and won't work correctly with Oracle RAC and Application Continuity.  I am currently trying to get them to move to the latest dbcp2 which will work with the aforementioned items.  

-----Original Message-----
From: Gary Gregory <ga...@gmail.com> 
Sent: Thursday, November 3, 2022 7:00 AM
To: Commons Users List <us...@commons.apache.org>
Cc: Udaya Das iGTB <ud...@intellectdesign.com>
Subject: Re: Compitibility with Oracle 19c 19.15

Only your testing will answer that question for you. Much of the answer will depend on the level of JDBC compatibility the driver you use provides.

That version is very old so you won't get much support here if there is an issue.

Gary

On Thu, Nov 3, 2022, 06:51 Alkeshkumar Barot iGTB <al...@intellectdesign.com.invalid> wrote:

> Hello,
>
> Greetings,
>
> We are using JAR (commons-dbcp-1.4.jar) in our application. Now we 
> want to upgrade Oracle 12c to Oracle 19c (19.15).
>
> Will this jar be compatible with Oracle 19c (19.15) or will it need 
> any changes?
>
> Regards,
> Alkesh Barot
> Adv leave notification: 8-Nov-22
>
> --
> This e-Mail may contain proprietary and confidential information and 
> is sent for the intended recipient(s) only. If by an addressing or 
> transmission error this mail has been misdirected to you, you are 
> requested to delete this mail immediately. You are also hereby 
> notified that any use, any form of reproduction, dissemination, 
> copying, disclosure, modification, distribution and/or publication of 
> this e-mail message, contents or its attachment other than by its 
> intended recipient/s is strictly prohibited.
> Visit us at 
> *https://nam12.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww
> .intellectdesign.com%2F&amp;data=05%7C01%7C%7C817e1da357ba43c7172e08da
> bd930167%7C31d7e2a5bdd8414e9e97bea998ebdfe1%7C0%7C0%7C6380307363513181
> 60%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI
> 6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&amp;sdata=D%2FDYGZYl55RZVLXr5T
> PGxJlTyrPPiuGvzRriWf11OKY%3D&amp;reserved=0*
> <https://nam12.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww
> .intellectdesign.com%2F&amp;data=05%7C01%7C%7C817e1da357ba43c7172e08da
> bd930167%7C31d7e2a5bdd8414e9e97bea998ebdfe1%7C0%7C0%7C6380307363513181
> 60%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI
> 6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&amp;sdata=D%2FDYGZYl55RZVLXr5T
> PGxJlTyrPPiuGvzRriWf11OKY%3D&amp;reserved=0>
>
>> This message is from an external sender. Learn more about why this <<
>> matters at https://links.utexas.edu/rtyclf.                        <<

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@commons.apache.org
For additional commands, e-mail: user-help@commons.apache.org


Re: Compitibility with Oracle 19c 19.15

Posted by Gary Gregory <ga...@gmail.com>.
Only your testing will answer that question for you. Much of the answer
will depend on the level of JDBC compatibility the driver you use provides.

That version is very old so you won't get much support here if there is an
issue.

Gary

On Thu, Nov 3, 2022, 06:51 Alkeshkumar Barot iGTB
<al...@intellectdesign.com.invalid> wrote:

> Hello,
>
> Greetings,
>
> We are using JAR (commons-dbcp-1.4.jar) in our application. Now we want to
> upgrade Oracle 12c to Oracle 19c (19.15).
>
> Will this jar be compatible with Oracle 19c (19.15) or will it need any
> changes?
>
> Regards,
> Alkesh Barot
> Adv leave notification: 8-Nov-22
>
> --
> This e-Mail may contain proprietary and confidential information and is
> sent for the intended recipient(s) only. If by an addressing or
> transmission error this mail has been misdirected to you, you are
> requested
> to delete this mail immediately. You are also hereby notified that any
> use,
> any form of reproduction, dissemination, copying, disclosure,
> modification,
> distribution and/or publication of this e-mail message, contents or its
> attachment other than by its intended recipient/s is strictly prohibited.
> Visit us at *https://www.intellectdesign.com*
> <https://www.intellectdesign.com/>
>