Yearly Archives: 2020

Useful information about Database audit

Database auditing is the process of recording, monitoring and reporting of the actions performed on a database. It allows the security auditors to observe whether the database users are using…

Read More

EBS User session expires before Idle time parameter values.

In oracle EBS, user session expires even before the time reaches the value of Idle time profile option. For example, Whatever the timeout setting the user sessions get timed out with the message below:…

Read More

How to find invalid objects created by patch using Oracle utility

Every DBA’s will generate pre and post invalid report before patching activity in oracle application environments. Comparing pre and post reports will give an insight about the invalids generated by…

Read More

EBS Analyzer Bundle Menu – A must know for SYSADMIN/DBA’s

Most of the DBA’s know about many analyzers available in oracle support used for service requests in MOS. Most familiar analyzers for DBA’s are Workflow Analyzer, Concurrent Processing Analyzer ,…

Read More

How to find latest recommended patches or patchset in E-business suite?

There are many ways to find latest recommended patch collection or patchset for particual modules in E-business suite.  The best way for me is using patchsets.sh tool. Just download from…

Read More

SSL vs TLS – Still Confusion?

If you are confused with SSL and TLS, this blog will help you to understand at higher level. Before knowing about SSL, lets know about what is SSL? Secure Socket…

Read More

How to upload Large files in Oracle Support?

Usually, any Service Request created in Oracle requires supported log files and trace files to be uploaded. The usual way of uploading from your desktop to My oracle Support (MOS)…

Read More

ORA-01000: maximum open cursors exceeded

ORA-01000: maximum open cursors exceeded – It’s typical error encountered in Oracle database. It happens when too much cursors are opened on an oracle instance. Maximum number of opened cursors…

Read More

ORA-00845: MEMORY_TARGET not supported on this system

Modify the entry in “/etc/fstab” to have persistent settings between reboot of your machine. Here shared segments are set to 3500M. tmpfs /dev/shm tmpfs size=3500M 0 0 remount it mount…

Read More

Oracle 18c-RPM Based Installation

yum localinstall oracle-database-preinstall-18c-1.0-1.el7.x86_64.rpm Loaded plugins: langpacks, ulninfo Examining oracle-database-preinstall-18c-1.0-1.el7.x86_64.rpm: oracle-database-preinstall-18c-1.0-1.el7.x86_64 Marking oracle-database-preinstall-18c-1.0-1.el7.x86_64.rpm to be installed Resolving Dependencies –> Running transaction check —> Package oracle-database-preinstall-18c.x86_64 0:1.0-1.el7 will be installed –> Processing…

Read More