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
Can group functions be used in the order by clause in oracle?
Can we use oracle pl/sql block in core java? if so how? pls get back to me .....
does the query needs a hint to access a materialized view?
Explain the use of rows option in exp command.
What is varray?
Is it possible to split the print reviewer into more than one region ?
What is the relationship among database, tablespace and data file?
What is the parameter mode that can be passed to a procedure?
How can windows applications connect to oracle servers?
Can the query output be sorted by multiple columns in oracle?
Hi friends can u send the oracle 9i full version download link?????????????? please reply ?
Is it possible to set second Primary Key Constraint in a table in Oracle Database ?
How to load data from external tables to regular tables?
src name sex a,male b,female c,male d,female Required output : male female a,b c,d tried pivot but was not successfull select * from src pivot (max(name) for sex in ('MALE','FEMALE'));
What is pragma autonomous transaction in oracle?