https://standal.blog
A customer using a facet search page complained about the horizontal scrollbar being at the bottom of the page when seeing a lot of data. First you have to scroll down, maybe hundreds of rows before you can scroll to the right.
A customer using a facet search page complained about the horizontal scrollbar being at the bottom of the page when seeing a lot of data. First you have to scroll down, maybe hundreds of rows before you can scroll to the right.
At work I was tasked with an apex application using very long time from logon to the front page was shown. This time went up significantly moving from on prem to OCI. The apex app is integrated with Oracle E-business suite and authenticate using OEBS. For…
At work I was tasked with an apex application using very long time from logon to the front page was shown. This time went up significantly moving from on prem to OCI. The apex app is integrated with Oracle E-business suite and authenticate using OEBS. For…
This is a three part series. It is about using Apex for integration work. It was presented at Oracle User Group Norway (OUGN) on the 15.05.25. The first part focused on creating your own REST service. The service…
This is a three part series. It is about using Apex for integration work. It was presented at Oracle User Group Norway (OUGN) on the 15.05.25. The first part focused on creating your own REST service. The service…
This is a three part series. It is about using Apex for integration work. It was presented at Oracle User Group Norway (OUGN) on the 15.05.25. The first part focused on creating your own REST service. The service…
This is a three part series. It is about using Apex for integration work. It was presented at Oracle User Group Norway (OUGN) on the 15.05.25. The first part focused on creating your own REST service. The service…
This is a three part series. It is about using Apex for integration work. It was presented at Oracle User Group Norway (OUGN) on the 15.05.25. The first part focuses on creating your own REST service. This service retrieves…
This is a three part series. It is about using Apex for integration work. It was presented at Oracle User Group Norway (OUGN) on the 15.05.25. The first part focuses on creating your own REST service. This service retrieves…
Denne helgen har jeg gjennomført en spennende migrering fra en on-prem Oracle APEX-installasjon til Oracle Cloud Infrastructure (OCI). Dette prosjektet har vært en reise fra min forrige jobb. Der jobbet jeg i markedsavdelingen og ble først gang…
Denne helgen har jeg gjennomført en spennende migrering fra en on-prem Oracle APEX-installasjon til Oracle Cloud Infrastructure (OCI). Dette prosjektet har vært en reise fra min forrige jobb. Der jobbet jeg i markedsavdelingen og ble først gang…
Deploying an Apex application involves installing all the database objects it relays on to work. Wetter it is a new install or an upgrade you want the Supporting Objects to run without flaws. Oracle 23ai makes this task somewhat easier. In this blog post…
Deploying an Apex application involves installing all the database objects it relays on to work. Wetter it is a new install or an upgrade you want the Supporting Objects to run without flaws. Oracle 23ai makes this task somewhat easier. In this blog post…
This blog post guides users on setting up Apex for email sending via Oracle Cloud Infrastructure (OCI). It details user creation, group and policy formation, and SMTP credential generation. The process concludes with configuring APEX for email, testing…
This blog post guides users on setting up Apex for email sending via Oracle Cloud Infrastructure (OCI). It details user creation, group and policy formation, and SMTP credential generation. The process concludes with configuring APEX for email, testing…
In a project I'm working on we have to access APEX Developer from a Citrix Client. Until recently I used Postman for testing my own REST services in that project and also ERP Rest Services. We are closing in on finalizing this project and…
In a project I'm working on we have to access APEX Developer from a Citrix Client. Until recently I used Postman for testing my own REST services in that project and also ERP Rest Services. We are closing in on finalizing this project and…
Creating Apex Schema/User and Workspace can be done in two ways. The right way and the "wrong" way. The "wrong" way is not entirely wrong. Yet, you waive some of your control over schema name and initial grants. I will show both ways, but I recommend…
Creating Apex Schema/User and Workspace can be done in two ways. The right way and the "wrong" way. The "wrong" way is not entirely wrong. Yet, you waive some of your control over schema name and initial grants. I will show both ways, but I recommend…
Language can be trouble in API integration with Fusion. In Norway we have special letters Æ,Ø, Å which is not in the English alphabet. Name of Counties are written differently than in English. Italia = Italy, Tyskland=Germany, etc. When developing a Supplier…
Language can be trouble in API integration with Fusion. In Norway we have special letters Æ,Ø, Å which is not in the English alphabet. Name of Counties are written differently than in English. Italia = Italy, Tyskland=Germany, etc. When developing a Supplier…
Oracle Cloud Infrastructure (OCI) buckets are designed for quick and secure storage of unstructured data. A bucket can holds objects, like files, images, backups, or any data in its original form. Buckets can be private and only accessible to authorized users. They can…
Oracle Cloud Infrastructure (OCI) buckets are designed for quick and secure storage of unstructured data. A bucket can holds objects, like files, images, backups, or any data in its original form. Buckets can be private and only accessible to authorized users. They can…
It's only Elvis and CSV who can speak the headline with confidence. In a project I'm working on, another developer reported an issue. A report I made to get related segment…
It's only Elvis and CSV who can speak the headline with confidence. In a project I'm working on, another developer reported an issue. A report I made to get related segment…
In this blog post, we explore OAuth2 authentication further. It builds on the earlier blog post: Secure your Oracle APEX REST-service with OAuth2 – Standal.blog If we where to call the REST service, implemented earlier, we can…
In this blog post, we explore OAuth2 authentication further. It builds on the earlier blog post: Secure your Oracle APEX REST-service with OAuth2 – Standal.blog If we where to call the REST service, implemented earlier, we can…