cancel
Showing results for 
Search instead for 
Did you mean: 

back up

Former Member
0 Kudos

Hi,

How to take the backup from oracle database.can any one give me the steps plz.

Thanku

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member190272
Active Contributor
0 Kudos

Hi

Kumarraju For Backup we use t code db13 And Check Backup log we use db12

In db 13 we planning backup we define in db13 backup time date and we chose Action Pad Complete data backup and Incremental data backup and other.Then Execute the action .

And we define Backup parameter like Medium type of backup full backup ,all backup and online backup or off line backup so u set in this profile C:\oracle\ora92\database\ init<sid>.sap

Aslo u can see this URL

http://help.sap.com/saphelp_47x200/helpdata/en/0d/d306ab4a0c11d182b80000e829fbfe/frameset.htm

Thanks & Regards

Pankaj Kumar

andreas_herzog
Active Contributor
0 Kudos

or...you can either use

a) transaction DB13 ...certain planning patterns will be provided

b) invoke backup directly; for example <i>brbackup - u system/<pwd> -t online_cons -m all -c</i>

plz bear in mind that at least the file /oracle/<SID>/<DB-Rlz>/dbs/init<SID>.sap needs to be edited appropriately...see docu and/or sapnet (or help.sap.com) for further instructions....

GreetZ, AH

Former Member
0 Kudos

You can use brtools for taking backup. Login as ora<sid> and run brtools , its a utility and in menu you can see Backup.

Thanks

Prince Jose