I have a PostgreSQL 9.2 database that I'd like to upgrade from orafunc to the latest orafce. Is there a standard way of handling this? Any advice?
--
You received this message because you are subscribed to the Google Groups "Better Oracle functions support" group.
To post to this group, send email to orafce-...@googlegroups.com.
Visit this group at https://groups.google.com/group/orafce-general.
On Apr 8, 2016, at 8:54 PM, Pavel Stehule <pavel....@gmail.com> wrote:
> It depends how old orafce lib you have. Currently ALTER EXTENSION UPDATE is not supported, so you have to drop orafce and recreate orafce.
Thanks! To what extent is orafce upwards compatible with orafunc?
--
-- Christophe Pettus
x...@thebuild.com
do not drop orafce extension if you have VARCHAR2 datatypes ... it drops all the corresponding columns ;0(
PAscal