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
What happens if the imported table already exists?
what is the use of triggers in Java program? I mean where do we use triggers in Java programming?
What is a trigger and what are its types in oracle?
List the types of joins used in writing subqueries?
how can we store any pdf file in oracle
How to create additional tablespaces for an new database?
How can you use check constraints for self referential integrity?
When do you get a .pll extension in oracle? Explain its importance
How to load excel data sheet to oracle database
How many types of tables are there in oracle?
What is a read write transaction in oracle?
What is the difference between a primary key & a unique key?
How to put more than 1000 values into an oracle in clause?
Can a formula column referred to columns in higher group ?
what is a Nested Loop join?