Running process to run in background
to send the running process to run in background
Press CTRL-Z to suspend the job, then type ‘bg’ to send it to the background.
to send the running process to run in background
Press CTRL-Z to suspend the job, then type ‘bg’ to send it to the background.
Top Five Cool Features of Oracle9i 1 Flashback Query Ever wanted to run a query against your data as it appeared last month? You can, and much more, using Oracle9i Flashback Query. 2 Access External Files No more work-arounds for accessing data not in your database. Now you can query data that’s kept in files…
I was Installating OracleAS 10.1.2 Infrastructure on Sun 10. I was getting this error ORA-3113, I had raised SR then I came to know OracleAS 10.1.2 is having bug with Sun 10. I had followed this Doc id Note 335645.1. After applying the patch it was working fine.
? Microsoft Office 2007 Enterprise Volume Version (Eng and Kor) ? UltraISO Premium Edition 8.6.1.1985 ? Nero Burning ROM 6.6.1.15 Ultra Edition 1. Make New Folder (Example => C:\OFFICE12) 2. UltraISO Run => File => Open => Office 2007 image File (Example => OFFICE12.ISO) => UltraISO Actions Menu => Extract.. => C:\OFFICE12 => OK =>…
Follow Operating System Requirements for OEL 5.x or RHEL 5.x 1. The following packages (or later versions) must be installed on your Linux x86 or Linux x86-64 system: binutils-2.16.91.0.5-23.4 gcc-4.1.0-28.4 gcc-c++-4.1.0-28.4 glibc-devel-2.4-31.2 libgcc-4.1.0-28.4 libstdc++-devel-4.1.0-28.4 libstdc++-4.1.0-28.4 make-3.80-202.2 compat-db 4.1.25-9 2. Ensure that libXp has been installed. The package libXp was not installed in RHEL 5/OEL 5…
How To Troubleshoot Java-based Workflow Notification Mailer (Doc ID 242941.1) Unable To Start Workflow Notification Mailer (Doc ID 418329.1) How to Check Whether Notification Mailer is Working or Not (Doc ID 415516.1) Workflow Notification Mailer Will Not Start (Doc ID 278427.1) Workflow Notification Mailer Will Not Start (Doc ID 278163.1) Notification Mailer Does Not Start,…
Oracle RMAN – Restore from any Disk Location RMAN looks for the backupfiles to restore within its catalog and therefore there is no RESTORE DATABASE FROM <Disk-Location> command. You can circumvent this constraint using the RMAN command CATALOG START WITH <Disk-Location>. The following example shows how to restore an Oracle database from any disk location….