Here in this post, we will be checking useful Flashback Database queries like How to enable/disable Flashback database, How Far Back Can We Flashback, how to check flashback status in oracle, how to check flashback logs in oracle, How to Flashback Oracle Database etc. Before moving into that, let’s check first what is Oracle flashback […]
Top Oracle Cloud Infrastructure Key Terms which you should not Forget
Oracle cloud infrastructure is Oracle Infrastructure as Service.There are two parts of Oracle IaaS offering OCI OCI -Classic OCI Classic: Oracle Cloud Infrastructure Classic (OCI-C) is IaaS offering to provide Compute & Network (Shared & IP Networks) OCI Classic is based on Nimbula Director (Xen based Hypervisor) OCI Classic provides only Virtual Machines (whereas OCI […]
How to check datafile Size in Oracle, Location, Free space, Max Size
Here in this article, we will check how to check datafiles in the Oracle database, how to check datafile size in oracle,How to check datafile location in Oracle, how to check datafiles in tablespace How to check datafiles in Oracle/How to check datafile location in Oracle select file_name, bytes/1024/1024 from dba_data_files ; With CDB Databases, […]
how to check ebs version : Apache, Java, FMW, WebLogic , forms
We are often asked how to check ebs version, How to find the EBS R12 components Version. This includes all R12.0/R12.1 and R12.2. I will try to explain how to find out that with various EBS R12 versions with commands and reports. Apache Version/how to check oracle application server version in r12 We can log […]
Basic element(Application) of Oracle EBS
Here in this post, I am trying to explain one of the Basic elements i.e Applications of the Oracle EBS. This also includes Query to get application name in oracle apps, query to find application id in oracle apps/Query to get application short name in oracle apps, How to check installed modules in Oracle apps […]
Function in Oracle apps
Function Form Function: A function that invokes an Oracle Forms form Sub Function: A non-form function is a securable subset of forms functionality, which means a function executed from within a form One can navigate to a form function ( form) using the navigate window A sub-function can only be run from a form FND_FORM_FUNCTIONS […]