ERROR kkjcre1p: unable to spawn jobq slave process, slot 0, error 1089
Read More »Daily Archives: November 1, 2017
Temporary Tablespace and Datafile Management in Oracle database
Temporary Tablespace and Datafile Management in Oracle database 1. For Finding temp file and temp tablespace with size SELECT file#, status, bytes / 1024 / 1024 “Size_MB”, name FROM v$tempfile; SELECT file_name, tablespace_name, bytes / 1024 / 1024 / 1024, status FROM dba_temp_files; 2. Add …
Read More »A Brief Introduction to ADPatch
A Brief Introduction to ADPatch AutoPatch (adpatch) “AutoPatch (adpatch) is the utility you use to apply patches to the Oracle E-Business Suite file system or database.” Modes Of adpatch There …
Read More »How to Check Version of Apache in Oracle Apps?
How to Check Version of Apache in Oracle Apps? Step 1. Goto Oracle Application Home $ cd $IAS_ORACLE_HOME/Apache/Apache/bin/ $ pwd /apps/ebs/apps/tech_st/10.1.3/Apache/Apache/bin Step 2. Write httpd -v to fetch the Version …
Read More »How To Find Oracle Database 32 bit or 64 bit
How To Find Oracle Database 32 bit or 64 bit Finding Oracle Database Version on your system through Operating System $ cd $ORACLE_HOME $ cd bin $ file oracle oracle: …
Read More »