OPW-00029: Password complexity failed for SYS user

When I tried to create password using orapwd command, faced error OPW-00029: Password complexity failed for SYS user. Enter password for SYS:OPW-00029: Password complexity failed for SYS user : Password must contain at least 8 characters. Solution:- Here we have two solutions to resolve error OPW-00029: Password complexity failed for SYS user. By default, oracle … Read more

OPW-00001: Unable to open password file

In this post we will resolve OPW-00001: Unable to open password-file. We are facing this issue while creating password file in oracle database. Error :- Solution :-1) The reason behind “OPW-00001” is normally syntax error. We have to specify the command in the proper format. In some cases we missed to mention the .ora in file … Read more

Steps to Convert .pld file into .pll File and .pll to .plx

To Covert .pld to .pll we must follow the steps as given below. Here we are generating .pll from .pld file. In 11i Converting .pld file in .PLL File f60gen Module=XXSXDO.pld Userid=apps/***** parse=yes Module_Type=LIBRARY In R12 Converting .pld file in .PLL File frmcmp_batch Module=XXSXDO.pld Userid=apps/***** parse=yes Module_Type=LIBRARY To Generate .plx from .pll Once you convert … Read more

ORA-01031 insufficient privileges as sysdba for sys

One day i had faced error ora-01031 insufficient privilege while tried to connect database as sysdba using sys user. Normally we were able to connect database successfully, but today no luck to do so. Resolve ORA-01031 insufficient privileges Issue $sqlplus / as sysdba SQL*Plus: Release 19.2.0.3.0 – Production on Wed Apr 9 01:12:00 2022 Copyright … Read more

Running autoconfig in parallel on multi node EBS R12

Running AutoConfig in parallel on a multi node EBS R12 environment presents an effective solution to improve performance, achieve configuration consistency, and speed up the setup process to address this issue. Enterprise systems must be flexible and scalable in the fast-paced corporate environment of today. The Oracle E-Business Suite Suite Release 12 (EBS R12) is a … Read more

How to run AutoConfig in Test Mode

How to run AutoConfig in Test Mode | An intelligent strategy that enables you to verify configuration changes before implementing them in your production environment is to run AutoConfig in test mode within EBS. You will be guided through the process of executing AutoConfig in test mode in Oracle E-Business Suite in this manual. Understanding … Read more