Oracle’s Booming Cloud Business Could Rip And Replace SAP As #1 In Apps Bob Evans , CONTRIBUTOR Opinions expressed by Forbes Contributors are their own. Oracle founder and chairman Larry Ellison believes …
Read More »How To Trace Concurrent Programs
How To Trace Concurrent Programs CASE 1 : Concurrent Program Tracing without bind variables 1) Follow the following navigation to enable logging for Concurrent Program Goto Sysadmin > Concurrent > …
Read More »Troubleshooting AD Controller
Fixing a “Failed” worker Whenever a job fails for the 1st time, the job is deferred at the end of the phase and another job is assigned to that worker. …
Read More »RapidWiz log files for Oracle Applications Release 12
RapidWiz log files for Oracle Applications Release 12 During installation of Release 12 using RapidWiz, the following log files are created. In case of any errors during the installation, …
Read More »Oracle AD Controller
Oracle AD Controller ADCTRL is used to manage worker processes that perform a pivotal role in the function of batch processing for patching and many other Applications activities. ADCTRL is …
Read More »Undo Related Queries Part 2
List of All active Transactions
Read More »ORACLE APPLICATIONS R12 ARCHITECTURE
ORACLE APPLICATIONS R12 ARCHITECTURE Oracle E-Business Suite Release-12 have a Multi-tiered Architecture, that supports Oracle Applications products. They are comprised of a Database Tier which manages the Oracle Database and stores all …
Read More »Oracle RMAN Commands List
Oracle RMAN Commands List Here is the list of key most RMAN commands that are used for Backup and related activities: LIST Commands LIST Commands are generic RMAN commands …
Read More »PL/SQL Code For Dropping All Objects in Schema
PL/SQL Code For Dropping All Objects in Schema DECLARE v_itemcount INTEGER; BEGIN SELECT Count(*) INTO v_itemcount FROM all_objects AO WHERE AO.owner = USER AND AO.object_type NOT IN ( ‘INDEX’ ) AND AO.object_name NOT LIKE ‘BIN$%’; WHILE ( v_itemcount > 0 ) LOOP FOR v_cmd IN (SELECT ‘drop ‘ || AO.object_type || ‘ ‘ || AO.object_name || Decode(AO.object_type, ‘TABLE’, ‘ CASCADE CONSTRAINTS’, ”) AS DROPCMD FROM all_objects AO WHERE AO.owner = USER AND AO.object_type NOT IN ( ‘INDEX’ ) AND AO.object_name NOT LIKE ‘BIN$%’) LOOP …
Read More »Error creating AME rule R12 oracle.apps.per.ame.rules.server.RulesAM
ERROR
Read More »