People and Culture Blog

Life At Doyensys – Kishore Kumar R

Employees are the backbone of an organisation. With the right people, a company can not only achieve its goals but also surpass them. We want to thank our employees and…

Read More

Segregation of Duties: A Tool by Doyensys to Ensure Compliance

Segregation of Duties (SOD) is a concept that advocates the division of responsibilities within organizations. It is enforced by the Sarbanes Oxley Act (SOX) Act of 2002. This US law…

Read More

ADOP Failed with Fatal Error

Issue : The form encounters a fatal error: “Form: APXINWKB FRM-30085: Unable to adjust form for output.” The messages is usually associated with a compile warning but in this case,…

Read More

How to access HTTPS/SSL URL via utl_http using the orapki wallet command

How to access HTTPS/SSL URL via utl_http using the orapki wallet command Goal: Our goal is to call/access the HTTPS/SSL url from within PL/SQL The instruction provided here should also work for accessing…

Read More

Install and Configure Oracle APEX with ORDS and Apache Tomcat

Install and Configure Oracle APEX with ORDS and Apache Tomcat  Introduction: In this post, we will discuss about the step by step procedure to install Oracle Application express 19.2 with…

Read More

DATAGUARD MONITORING

DATAGUARD MONITORING ==================== Check DB role(PRIMARY/STANDBY): ================================ SELECT DATABASE_ROLE, DB_UNIQUE_NAME INSTANCE, OPEN_MODE, PROTECTION_MODE, PROTECTION_LEVEL, SWITCHOVER_STATUS FROM V$DATABASE; Monitor standby background process: =================================== SELECT PROCESS, STATUS, THREAD#, SEQUENCE#, BLOCK#, BLOCKS FROM…

Read More

RMAN Issues and Solutions – (ORA-00020) and (ORA-00245)

RMAN Issues and Solutions – (ORA-00020) and (ORA-00245)   Error-1: RMAN failed to connect target database with ORA-00020: maximum number of processes (150) exceeded   Solution: Here, we can see…

Read More

Untitled

Oracle Flashback Query allows us to view and repair historical data. We can perform queries on the database as of a certain time or specified system change number (SCN). Flashback…

Read More

Oracle Partitioned Index

There are two types of partitioned Indexes in Oracle Local Partitioned Index and Global Partitioned Index a. Local Partitioned Indexes Local index is a separate index for each partition. A…

Read More

PGP Key Encryption in AP Payment Outbound Interface

PGP Key Encryption in AP Payments Generally, the PGP keys will be used to Encrypt and Decrypt the messages transferred between one system to another to enable the security. In…

Read More