Home » Developer & Programmer » Forms » How to backup tablespace via RMAN using Forms
How to backup tablespace via RMAN using Forms [message #83891] Sun, 28 December 2003 01:13 Go to next message
Martin
Messages: 83
Registered: February 2000
Member
Dear Sir,

I have a question related to RMAN backup via form.
Currently I am using windows batch file to backup one or more tablespaces using RMAN.
I am passing two parameters to batch file (@c:rman.cmd USERS TOOLS) to perform backup of two tablespaces in Oracle.

Following is the Code of Batch file that I am using (c:rman.cmd)

set tbs1=%1
set tbs2=,%2

if exist tbs1 == goto usage
if exist tbs2 == goto usage

echo BACKUP tablespace %tbs1% %tbs2% ; > c:temptbs.rman
rman TARGET / @ c:temptbs.rman

:end

But now I want to use forms to perform this operation. I heard the form utility TEXT_IO to perform this operation, but I have not a solid background of forms.
Could you please inform how to perform the backup using RMAN in forms (TEXT_IO).

I will be thankful to you.

With Best Regards

Martin
Re: How to backup tablespace via RMAN using Forms [message #84283 is a reply to message #83891] Tue, 24 February 2004 21:12 Go to previous message
moncy
Messages: 1
Registered: February 2004
Junior Member
I have a question related to RMAN backup
i want detail information about filesperset paramater
Previous Topic: Extract UN EDI File Program ?
Next Topic: System.message_level
Goto Forum:
  


Current Time: Thu Mar 28 16:40:01 CDT 2024