People and Culture Blog

PCITI Annual Award Celebration at Doyensys, 2020-2021

PCITI Annual Award Celebration at Doyensys recognizes employees who demonstrate exemplary behavior of our values. Doyensys stands by its core values that have helped us reach this stage where we…

Read More

Steps to Develop a custom PO Output for Communication Template

Generate the XML Tags from “PO Output for Communication” Based on the generated XML we need to develop a Custom RTF template. Once the Template is Developed it needs to…

Read More

Troubleshooting XML Publisher Out of memory Error

When an BI Publisher report completes with Out of memory issue it can be at 2 Levels. XML Data generation Report Generation from XML data. This Document will cover the…

Read More

Understanding XML Bursting in BI Reports

XML Bursting is used to split a single XML file in to multiple XML blocks as the per the defined XML Element. Below are the Steps involved. Generate the XML…

Read More

Alternate Options for Using LISTAGG Function

If we have a Requirement to Concatenate the list of values in to a Single Field than we can achieve it with LISTAGG Function. As Listagg Function having Size limitation…

Read More

QUERY TO FIND THE WORKFLOW SERVICE COMPONENETS STATUS

This following query is used to fetch the status of the workflow service components. login as APPS user, SQL> desc apps.fnd_svc_components; Name Null? Type —————————————– ——– —————————- COMPONENT_ID NOT NULL…

Read More

MANAGING ORACLE TEMP TABLESPACE AND TABLESPACE RELATED QUERIES

Tablespace Management. Tablespace and datafile related dba tables dba_tablespacedba_data_filesdba_temp_files Tablepace Queries. To Create New Tablespace.create tablespace tablespace_name datafile ‘location/tablespace_name.dbf’ size 2g; Add new datafile to the tablespace.Alter tablespace add datafile…

Read More

Announcing New Sales Head – Pritam Jaipuriar

Leadership Announcement We are happy to announce the on-boarding of Pritam Jaipuriar as Vice President and Head of Sales. Pritam is an Electrical Engineer with extensive experience in manufacturing, software…

Read More

ORA-1653: unable to extend table SYS.AUD$ by 5314958 in tablespace SYSTEM

Issue: DB reported slowness with the following error in DB ORA-1653: unable to extend table SYS.AUD$ by 5314958 in tablespace SYSTEMORA-1653: unable to extend table SYS.AUD$ by 5314958 in tablespace…

Read More

Key points to look about TDE Wallet on Bare metel during backup failure.

Database backups fail if the TDE wallet is not in the proper state. The following scenarios can cause this problem If the database was started using SQL*Plus, and the ORACLE_UNIQUENAME environment…

Read More