Our ORACLE version is not available (currrent is 11g) ,
Is it possible to choose the old appeon version?
Our ORACLE version is not available (currrent is 11g) ,
Is it possible to choose the old appeon version?
PowerBuilder doesn't connect directly to the database server, it connects to the client software. You just need to find a version of Oracle Client that is supported by your version of PowerBuilder that is closest to your version of Oracle server.
Hello ,
I received a reply on 10/6, 11g is not supported !
I don't know where I got it wrong ?
Greetings, Ken -
At the start of the PB 2021 publication "Connecting to Your Database" for the Oracle native interface, in the section titled "Supported versions for Oracle", the "ORA" interface (SQLCA.DMBS = "ORA") shows that Oracle 11g is supported, so I'm not sure why you say Oracle 11g is not supported.
If I have misunderstood your question or if this information does not answer your question, please provide some additional details, such as:
1. The version/release/build of PB you are using.
2. The DMBS property value your app is using (SQLCA.DBMS = ???)
3. More information about why you believe 11g is not supported.
Best regards, John
Not sure i understand what you are asking.
oracle 11g is supported in powerbuilder using the ORA interface.
https://docs.appeon.com/pb2019r3/connecting_to_your_database/ch03s05.html
are you asking what oracle client is needed? That is oracle software, not appeon.
You can try to use an Oracle 12c Client to connect to your 11g Server. I've done that successfully a few years ago, not sure if it still works.