How to configure Isupplier on External node in R12

In this post we will discuss how to configure DMZ (Isupplier on external node) on shared file system. To add external node, we must follow the below steps. Steps to Add Node to a Shared Application Tier File System for Oracle E-Business Suite R12 Configuring DMZ in R12. Here we will know ‘how to configure isupplier (dmz) in … Read more

Schedule shell script for tablespace report in oracle database

Schedule shell script for tablespace report in oracle database| In this article we will explain ‘how to generate Tablespace report’ in oracle database and automate alert on mail using mailx. To pull out tablespace report in oracle database. We will prepare the shell script as below and schedule it using crontab. Step 1:- Prepare tablespace … Read more

How to manage Temporary Tablespace in Oracle Database

In this post we learn how to manage Temporary Table space in Oracle Database. | Temporary tablespaces are providing temporary space for database sort operations and for storing global temporary tables.   To Create user with default tablespace and temporary tablespace. SQL> CREATE USER scott DEFAULT TABLESPACE data TEMPORARY TABLESPACE temp; SQL> ALTER USER scott … Read more