Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Modifying an existing Template - 21.2.6

Joe RAug 18 2022

Version 21.2.6
Hello,
One of the developers on the team wants to modify a Template to enhance row highlighting. It has always been my understanding that doing so would result in the changes being lost when updates/upgrades are applied and the Template would need to be updated again creating a maintenance nightmare. Not to mention if any error was introduced it would make the Template unusable.
The reply I got back was:
"Templates won't get overwritten when upgrading, they get converted to new release. References to files will not get overwritten."
So, is that true and it's ok to unlock and modify Templates and the changes are not lost?
Thanks,
Joe

Comments

gdarling - oracle
Answer
MSDAORA doesnt have a 64 bit version. You'll need to either switch the app to 32 bit and use a 32 bit Oracle client, or use a 64 bit client and oledb provider instead (Ie, Oracle's provider - ORAOLEDB.ORACLE)

Hope it helps,
Greg
Marked as Answer by 730380 · Sep 27 2020
730380
Hello,
thanks for your answer. I downloaded the oracle provider set and changed it in my source code. now it works.
984544
Can you give me the link where you download and how you changed
Tridus
You can download from here: http://www.oracle.com/technetwork/database/windows/downloads/index-090165.html

The simplest change is in the connection string for your application. If you're lucky, no other changes will be required. Need to do testing to verify that for your code though. :)
1 - 4

Post Details

Added on Aug 18 2022
4 comments
87 views