How to clean up duplicate objects in SYS/SYSTEM

Sometimes we have different errors in the Oracle system because of duplicate objects in SYS/SYSTEM. This can happen as catalog.sql and catproc.sql were mistakenly run while connected as both users. In most cases, the only objects which should exist are those owned by SYS. The output can help determine which objects should be dropped from the SYSTEM schema. The […]

How to clean up duplicate objects in SYS/SYSTEM Read More »

How to generate epm registry report and edit it

To generate and edit the Oracle EPM System Registry report, navigate to your instance’s bin directory and execute the epmsys_registry utility. Running the command without parameters generates an HTML deployment report, while appending flags like updateproperty or viewencryptedproperty allows administrators to safely modify database connections and component configurations from the backend epmsys_registry utility in Hyperion

How to generate epm registry report and edit it Read More »

How To Determine Which File System is the Run or Patch File System in R12.2

To determine the Run or Patch file system in current Oracle EBS environments, DBAs can grep for the file_edition_type variable within the CONTEXT_FILE, source the EBSapps.env script, or query the fnd_oam_context_files database table from the backend to extract the active XML parameters. Oracle Apps R12.2 has two filesytem to enable online patching. We can determine

How To Determine Which File System is the Run or Patch File System in R12.2 Read More »

Advanced Shell Scripting Automation for Oracle DBAs

To execute Oracle SQL from a Linux shell script, configure your environment variables (like ORACLE_SID), invoke sqlplus, and use a Here-Document (<<EOF) to pass queries directly We have learned the basics of shell scripts.Now its time to turn to more useful advanced shell scripting side. Here are the Useful Advanced  shell scripting examples for Oracle DBAs

Advanced Shell Scripting Automation for Oracle DBAs Read More »

How to Enable Telnet For Windows for MSCA

“To test Oracle MSCA or MWA connections on current Windows operating systems, you must manually enable the legacy Telnet Client. Navigate to Control Panel > Programs and Features > Turn Windows features on or off. Check the box for ‘Telnet Client’, click OK, and launch your command prompt to connect using telnet [mwa_server_name] [port].” “Oracle

How to Enable Telnet For Windows for MSCA Read More »

Scroll to Top