I have my backup RMAN script called backup_rman.sh. I am on
the target database. My catalog username/password is
rman/rman. My catalog db is called rman. How would you run
this shell script from the O/S such that it would run as a
background process?
Answer Posted / dariya hussain pathan
backup_rman.sh >&1&
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How to create a stored program unit?
what is Single Byte Overhead...?
What do you mean by redo log file mirroring?
What are the four Oracle system processes that must always be up and running for the database to be useable?
What is the cache hit ratio, what impact does it have on performance of an Oracle database and what is involved in tuning it?
How to import one table back from a dump file?
How can Oracle users be audited?
Can select statements be used on views in oracle?
What is a database table in oracle?
Explain about the analyze command in oracle?
How to enter a new row into a table interactively?
How to define default values for formal parameters?
How to use "for" statements in oracle?
How would you configure your networking files to connect to a database by the name of DSS which resides in domain icallinc.com?
What are data pump export and import modes?