Introduction Every time we are implementing WebCenter Sites, the question of disaster recovery (DR) always comes up. To setup disaster recovery for WebCenter...
Introduction Every time we are implementing WebCenter Sites, the question of disaster recovery (DR) always comes up. To setup disaster recovery for WebCenter Sites is fairly simple. Typically, WebCenter Sites has an Editorial and a Delivery system. Delivery is the place where web site visitors come and browse the web site. Editorial is used by content authors to create, manage, approve content and finally to publish the content to Delivery. The procedure to set up DR...
Introduction Every time we are implementing WebCenter Sites, the question of disaster recovery (DR) always comes up. To setup disaster recovery for WebCenter Sites is fairly simple....
Introduction Oracle Human Capital Management (HCM) Cloud provides a comprehensive set of tools, templates, and pre-packaged integration to cover various...
Introduction Oracle Human Capital Management (HCM) Cloud provides a comprehensive set of tools, templates, and pre-packaged integration to cover various scenarios using modern and efficient technologies. One of the patterns is the batch integration to load and extract data to and from the HCM cloud. HCM provides the following bulk integration interfaces and tools: HCM Data Loader (HDL) HDL is a powerful tool for bulk-loading data from any source to Oracle Fusion HCM. It...
Introduction Oracle Human Capital Management (HCM) Cloud provides a comprehensive set of tools, templates, and pre-packaged integration to cover various scenarios using modern and efficient...
Introduction The Oracle Documents File Picker and Link Picker allow web applications to select files and folders that reside in the Oracle Documents Cloud...
Introduction The Oracle Documents File Picker and Link Picker allow web applications to select files and folders that reside in the Oracle Documents Cloud Service. These Pickers can start from a specific folder and can further be restricted to a folder structure for a specific user and role when combined with the Oracle Documents App Link. Some of these integration calls are made from external domains therefore this embedded content transfer needs to be properly allowed and...
Introduction The Oracle Documents File Picker and Link Picker allow web applications to select files and folders that reside in the Oracle Documents Cloud Service. These Pickers can start from a...
Background * This blog was last tested on Fusion 20D (11.13.20.10.0) + ADW 18c * This article describes how to integrate Oracle Fusion Applications – WebCenter...
Background * This blog was last tested on Fusion 20D (11.13.20.10.0) + ADW 18c * This article describes how to integrate Oracle Fusion Applications – WebCenter / Universal Content Management (UCM) with PL/SQL. Note: Oracle has discontinued File-Based Data Export support for CX Sales and B2B Service objects with the 20D Update. If you need help transitioning from File-Based Data Export, refer to the document Transition from File-Based Data Import to Import and Export...
Background * This blog was last tested on Fusion 20D (11.13.20.10.0) + ADW 18c * This article describes how to integrate Oracle Fusion Applications – WebCenter / Universal Content Management (UCM)...
1.0 Introduction Several times we are asked the question, “I need to develop multiple versions of the Site at the same time. I have completed phase one and...
1.0 Introduction Several times we are asked the question, “I need to develop multiple versions of the Site at the same time. I have completed phase one and version 1.0 of the website is live on delivery. I am working on version 2.0 in the development environment. It will take another 3 weeks to complete version 2.0 and deploy it to delivery. In the meanwhile, I need to start working on version 3.0. How can I do this?” The answer is very simple. WebCenter Sites development...
1.0 Introduction Several times we are asked the question, “I need to develop multiple versions of the Site at the same time. I have completed phase one and version 1.0 of the website is live...
Python Requests is a library that simplifies consuming RESTful resources from the client side. The Oracle Documents Cloud Service (DOCS) REST API fits well with...
Python Requests is a library that simplifies consuming RESTful resources from the client side. The Oracle Documents Cloud Service (DOCS) REST API fits well with Python Requests, allowing a service call to get a folder or file to be done in few lines of code. Since Python is naturally friendly to JSON responses, parsing the Response object can be done using standard syntax. The Requests library must be installed to Python using the pip utility (or easy-install on Windows). The...
Python Requests is a library that simplifies consuming RESTful resources from the client side. The Oracle Documents Cloud Service (DOCS) REST API fits well with Python Requests, allowing a service...
You can download this paper by clicking here Introduction Recently I have had a few inquiries regarding integrating WebCenter Sites 11gR1 with social...
You can download this paper by clicking here Introduction Recently I have had a few inquiries regarding integrating WebCenter Sites 11gR1 with social sites. There are several questions about whether there is an out-of-the-box integration or not, and if there is an out-of-the-box integration, what exactly does it provide. One reason for the confusion is that WebCenter Sites 11gR1 Community-Gadget provides integration with Social. But the integration is limited only to...
You can download this paper by clicking here Introduction Recently I have had a few inquiries regarding integrating WebCenter Sites 11gR1 with social sites. There are several questions about...
Should Remote Satellite Server be used for Edge Caching? Lately, I have come across a few clients wanting to use WebCenter Sites Remote Satellite Server (rSS)...
Should Remote Satellite Server be used for Edge Caching? Lately, I have come across a few clients wanting to use WebCenter Sites Remote Satellite Server (rSS) as an edge cache - to cache content closer to the end client. Typical pattern is the client wants to have WebCenter Sites delivery servers in a data center in US and serve the Asia Pacific traffic using Remote Satellite Server in Asia/Pacific. The client wants to know if this is a good practice. Well the short...
Should Remote Satellite Server be used for Edge Caching? Lately, I have come across a few clients wanting to use WebCenter Sites Remote Satellite Server (rSS) as an edge cache - to cache content...
Introduction Oracle Documents Cloud Service provides a powerful REST API and embed tools allowing integrate with almost anything today. This section will cover...
Introduction Oracle Documents Cloud Service provides a powerful REST API and embed tools allowing integrate with almost anything today. This section will cover a web text editor reading and sending html/text content to the Documents Cloud using basic javascript and JQuery. The first example covers the basic action to load a text area and send as a text file to the server. For the second example, the web editor will be the CKEditor and we can see the following steps covered in...
Introduction Oracle Documents Cloud Service provides a powerful REST API and embed tools allowing integrate with almost anything today. This section will cover a web text editor reading and sending...