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.
If you’re running an Oracle Application Server 10g instance you are probably familiar with Oracle Enterprise Manager Application Server Control. If not, go back to the manual. This is not a how-to on setting it up or using it. If you want to know how to secure it and refresh the certificate when it expires,…
Installation The NetBackup client software must first be installed as the root user. (for versions 6.x and earlier you also need to install the Oracle RMAN NBU client extension (add-on) as well). The NBU client and Oracle extension should both be at the same version, and no higher then the version of the media…
Buffer Hit Ratio BUFFER HIT RATIO NOTES: Consistent Gets – The number of accesses made to the block buffer to retrieve data in a consistent mode. DB Blk Gets – The number of blocks accessed via single block gets (i.e. not through the consistent get mechanism). Physical Reads – The cumulative number of blocks read…
RMAN – Veritas NetBackup Integration I just recently got RMAN working with NetBackup. I have been asked to document this at work . Coincidently it makes for a great blog post! #1. It is very important that you document things and how they are done so that other people can learn how to do them,…
So…let’s say you’re moving your database from the antique hardware its running on (the old hardware is always relatively an antique, right?) to the newest latest greatest hardware. You’re also upgrading your storage to a new SAN or NAS. The storage architect says, “Yep…according to this shiny marketing page on the storage vendor’s website, its…
Oracle Locking Survival Guide —————————– Overview In multi-user systems, many users may update the same information at the same time. Locking allows only one user to update a particular data block; another person cannot modify the same data. The basic idea of locking is that when a user modifies data through a transaction, that data…