Hello Guys, i worked on apex.oracle.com and need in my plsql APEX_SENDMAIL to have a specific from email adress. I always have 'noreply@oracle.com' Any ideas ? Thanxs
How can we reduce the redundancy of work in Oracle apex i.e suppose if multiple persons work in the same page in same application the latest changes will be overwritten right...to prevent such things any solution
How can we reduce the redundancy of work in Oracle apex i.e suppose if multiple persons work in the same page in same application the latest changes will be overwritten right...to prevent such things any solution
If I understand you correctly, export the app with changes already in. Fix the bug within this app on top, re import the app. But normally you use page lock and proper version control set on within test and prod, so you don't face such situations.
If I understand you correctly, export the app with changes already in. Fix the bug within this app on top, re import the app. But normally you use page lock and proper version control set on within test and prod, so you don't face such situations.