Home » RDBMS Server » Backup & Recovery » how to deal with RMAN
how to deal with RMAN [message #235488] Sun, 06 May 2007 18:42 Go to next message
abo_mahmoud
Messages: 31
Registered: May 2006
Location: UAE
Member
I'm Developing an utility to simulate backup
I want to send attributes to RMAN (executing rman without opening and dealing with RMAN)
Re: how to deal with RMAN [message #235491 is a reply to message #235488] Sun, 06 May 2007 20:03 Go to previous messageGo to next message
BlackSwan
Messages: 26766
Registered: January 2009
Location: SoCal
Senior Member
>I want to send attributes to RMAN (executing rman without opening and dealing with RMAN)
I want a million dollars. What to trade wish fullfilment?

What will you do if somebody does NOT solve your wish for you?

Re: how to deal with RMAN [message #235741 is a reply to message #235491] Mon, 07 May 2007 16:39 Go to previous messageGo to next message
abo_mahmoud
Messages: 31
Registered: May 2006
Location: UAE
Member
anacedent wrote on Sun, 06 May 2007 20:03

I want a million dollars. What to trade wish fullfilment?

What will you do if somebody does NOT solve your wish for you?



It isn't for trade ,it's academic project ......

I wish someone knows,and tells
Re: how to deal with RMAN [message #235746 is a reply to message #235741] Mon, 07 May 2007 17:42 Go to previous messageGo to next message
Mahesh Rajendran
Messages: 10707
Registered: March 2002
Location: oracleDocoVille
Senior Member
Account Moderator
>>I want to send attributes to RMAN (executing rman without opening and dealing with RMAN)
Unless you can re-phrase the question (in a manner anyone can understand it and with oracle versions you are using) no one can help you.
Seems you are looking for this.
http://download-east.oracle.com/docs/cd/B19306_01/backup.102/b14191/rcmcnctg002.htm


Re: how to deal with RMAN [message #236014 is a reply to message #235488] Tue, 08 May 2007 12:21 Go to previous messageGo to next message
abo_mahmoud
Messages: 31
Registered: May 2006
Location: UAE
Member
OK. I'm developing an utility which enables the user to backup the database by RMAN.

while he -the user- choosing backup options I'm constructing the RMAN command ...........

And the question is How can I execute this command without showing the user the RMAN utility................ HOW
Re: how to deal with RMAN [message #236017 is a reply to message #236014] Tue, 08 May 2007 12:54 Go to previous messageGo to next message
Michel Cadot
Messages: 68651
Registered: March 2007
Location: Nanterre, France, http://...
Senior Member
Account Moderator
Just don't show it. Question

Regards
Michel
Re: how to deal with RMAN [message #237045 is a reply to message #236017] Fri, 11 May 2007 13:15 Go to previous messageGo to next message
abo_mahmoud
Messages: 31
Registered: May 2006
Location: UAE
Member
Michel Cadot wrote on Tue, 08 May 2007 12:54
Just don't show it. Question


it's not a good solution but ,How .....
Re: how to deal with RMAN [message #237047 is a reply to message #237045] Fri, 11 May 2007 13:26 Go to previous messageGo to next message
Michel Cadot
Messages: 68651
Registered: March 2007
Location: Nanterre, France, http://...
Senior Member
Account Moderator
As you don't say how you develop your tools, with which tool, which language...
How can we answer to your question?

Regards
Michel
Re: how to deal with RMAN [message #237098 is a reply to message #235488] Sat, 12 May 2007 01:45 Go to previous messageGo to next message
abo_mahmoud
Messages: 31
Registered: May 2006
Location: UAE
Member
With C# (Visual Studio 2005)
Re: how to deal with RMAN [message #237106 is a reply to message #237098] Sat, 12 May 2007 02:37 Go to previous messageGo to next message
Michel Cadot
Messages: 68651
Registered: March 2007
Location: Nanterre, France, http://...
Senior Member
Account Moderator
Precise your question.
I don't see how your user using your C# program can see RMAN.

Regards
Michel
Re: how to deal with RMAN [message #237172 is a reply to message #235488] Sat, 12 May 2007 18:37 Go to previous messageGo to next message
abo_mahmoud
Messages: 31
Registered: May 2006
Location: UAE
Member
Let's say that I want to send RMAN statement from my application which is in C# to RMAN without showing RMAN to the user -who is working with my aplication-
Re: how to deal with RMAN [message #237174 is a reply to message #235488] Sat, 12 May 2007 18:51 Go to previous messageGo to next message
BlackSwan
Messages: 26766
Registered: January 2009
Location: SoCal
Senior Member
RMAN is not a "statement" it is a command line utility.
The user will only see what the application present to him.
IMO, user initiated backups is a BAD, dangerous, & silly idea which should be avoided.

[Updated on: Sat, 12 May 2007 18:52] by Moderator

Report message to a moderator

Re: how to deal with RMAN [message #237211 is a reply to message #237174] Sun, 13 May 2007 07:23 Go to previous messageGo to next message
abo_mahmoud
Messages: 31
Registered: May 2006
Location: UAE
Member
anacedent wrote on Sat, 12 May 2007 18:51
RMAN is IMO, user initiated backups is a BAD, dangerous, & silly idea which should be avoided.

So In YOUR opinion what do you suggest if I want to enable backup through RMAN in my application.

Give me a solution.
Re: how to deal with RMAN [message #237215 is a reply to message #237211] Sun, 13 May 2007 08:29 Go to previous messageGo to next message
Michel Cadot
Messages: 68651
Registered: March 2007
Location: Nanterre, France, http://...
Senior Member
Account Moderator
What do you want to achieve exactly?
Do you want your user to launch a backup but don't care about the result?
Why is this the user that launch the backup?
What kind of user is this?
...

Regards
Michel
Re: how to deal with RMAN [message #237539 is a reply to message #235488] Mon, 14 May 2007 17:19 Go to previous messageGo to next message
abo_mahmoud
Messages: 31
Registered: May 2006
Location: UAE
Member
Isn't it clear yet?
I developing an a program(Visual) to deal with ORACLE.which includes many features one of them Backup which I'm asking about.
How can I enable the user to do backup through RMAN -I don't want to show RMAN utility-
Re: how to deal with RMAN [message #237540 is a reply to message #235488] Mon, 14 May 2007 17:38 Go to previous messageGo to next message
BlackSwan
Messages: 26766
Registered: January 2009
Location: SoCal
Senior Member
>Give me a solution.
What will prevent a user from filling up the backup repository?
What will prevent a user from launching more than 1 RMAN session which saturates CPU and/or disk subsystem resulting in SLOW response time for interactive users.?
Re: how to deal with RMAN [message #237565 is a reply to message #237539] Mon, 14 May 2007 23:12 Go to previous message
Michel Cadot
Messages: 68651
Registered: March 2007
Location: Nanterre, France, http://...
Senior Member
Account Moderator
Of course this is clear but I like to post questions.

Regards
Michel
Previous Topic: unable to see DMLs in v$logmnr_contents
Next Topic: DB duplication - RMAN-06025 missing archive logs
Goto Forum:
  


Current Time: Tue May 14 01:09:58 CDT 2024