Define Oracle back up to the external medium

Hi,
I would like to set up back up for my Oracle DB on the external medium (FTP)?
How can I proceed, which parameters should be set in the init<DBSID>.sap ? 
backup_dev_type = stage
archive_stage_dir
remote_host
How can I set “remote user and his password and check that <SAPSID>adm and SAPService<SID> have write access to the external medium?

Ok,
Lets check the documentation:
<i>
<b>stage_root_dir</b>
This parameter identifies the directories used by BRBACKUP to back up database backups to a remote disk. In exceptions (for example, no definition of the parameter archive_stage_dir), BRARCHIVE also uses the directories defined in this parameter if remote disk backup is required
<b>archive_stage_dir</b>
This parameter identifies the directory used by BRARCHIVE to back up the offline redo log files to a remote disk</i>
So, <b>archive_stage_dir</b> for the archive log files and <b>stage_root_dir</b> for the database ( and archives if the first one is not set )
Now the second part:
<i>
<b>remote_user</b>
Use this parameter to specify the user for a remote host, if you want to make a backup to a remote tape or disk.
Syntax: <b>remote_user = <user></b>
Default: none
If you use the ftp network to transfer data you can also specify the password which BRBACKUP uses to log on to the remote host.
<b>remote_user = "<user> <password>"</b>
If you do not specify a password, BRBACKUP uses the password of the database user. If this is the case, the two user passwords must be the same.</i>
so, lets asume the following
1) remote user is -> fidel
2) password for the remote user -> 123456
in this case you have to do:
<b>remote_user = "fidel 123456"</b>
Finally, all parameters together would be like ( for example )
archive_function = save_delete
archive_stage_dir = "/archlogs"       
backup_dev_type = stage       
backup_mode = all             
backup_type = online          
next_max_size = 327680K       
remote_host = blablabla
remote_user = "fidel 123456"
stage_copy_cmd = ftp          
stage_root_dir = "/dbbackup"

Similar Messages

  • DB13 define backup (backup-path to the external medium)

    Hi!
    I have one question regarding the DB13 (Backup-approach).
    We have one external Storage e.g. NAS_STOR  (accessible over FTP).
    We have also defined the folder there e.g. SAPBACKUP.
    The Access to the directory is defined by the user and password combination (of course).
    When we would like to define e.g. "whole backup" in DB13 we can define the medium e.g. <i>
    NAS_STOR\sap</i>,  but we have not possibilty to give the user and password.
    I mean the whole value of the backup-directory would look like ftp://sap:Password@NAS_STOR
    <b>Can someone exactly describe the procedure to backup from DB13?
    How should the backup-path in DB13 look like in our case?
    Is there some additional steps to do, eg. with BR*TOOLS?
    Should we edit some parameters in the inti<SID>.sap file?</b>
    Thank you very much!
    regards

    opwen a windows session use user SAPservice[SID], open a command prompt an type:
    net use
    NAS_SOTR\sap
    if this conencts without error mesasge, you ar OK, if not, check authorizations on server 
    NAS_SOTR for sharename "sap"

  • I am using a macbook pro with system 10.6.8. I just discovered that no recent files have been backed up to the external disk using Time Capsule.  There is a long list of backups including most recent but no recent files, for some weeks, have been backed u

    I am using a macbook pro with system 10.6.8. I just discovered that no recent files have been backed up to the external disk using Time Capsule.  There is a long list of backups including most recent but no recent files, for some weeks, have been backed up.  I did a full reset of Time Machine.  I disconnected the external drive and reconnected it. It is not a matter of file types, no files and no folders have gotten backed up.  Everything looks normal though unless one goes hunting for recent files on the back up.

    Many thanks.
    With those symptoms, I'd try the following document:
    Apple software on Windows: May see performance issues and blank iTunes Store
    (If there's a SpeedBit LSP showing up in Autoruns, it's usually best to just uninstall your SpeedBit Video Accelerator.)

  • HT3275 I backed up by computer to an external HD and lost all my data from TC. I backed it back up FROM the external HD, but I lost the dateline on Time Machine. Can I restore the dates and timess of my backups?

    I backed up by computer to an external HD and lost all my data from TC. I backed it back up FROM the external HD, but I lost the dateline on Time Machine. Can I restore the dates and timess of my backups?

    Another one that Apple doesn't make obvious. 
    See #E3 in Time Machine - Troubleshooting. 

  • Can two HDs be backed up to the external using Time Machine

    Here is my situation: I am using a MBP with the standard 160 GB HD. I am sure glad I went for the 160 GB instead of the "faster" 100 GB option because I'm down to just 15 GB now!
    One huge file is my iPhoto 08 library, which has about 35 GB of photos in it - way over 20,000 photos and video clips from over 20 years now.
    I want to use Time Machine to keep backups of it, but it really does take up a lot of MBP space.
    I also have a portable USB HD I bought for my recent trip. It has like 240 GB of space on it - plenty to handle the iPhoto 08 library. I think there is an option in iPhoto for specifying that the library be on an external disk, right?
    What I was wondering, if I put the iPhoto 08 library on the external portable USB HD, would it still get backed up with Time Machine, as though it were on my MBP internal drive?
    Thanks,
    doug

    Time Machine will back up external drives if they are formatted in Mac OS Extended or Mac OS Extended (Journaled). Most drives ship formatted FAT32. The directions in this article are for formatting a Time Machine drive but they do a good job of getting rid of the FAT32 formatting so they will work for your purposes as well. People with PPC Macs should substitute Apple Partition Map for GUID when following the directions.
    You also may have to drag the drive you want to back up out of Time Machine's "Do not back up" pane which is in System Preferences > Time Machine under Options.
    +I am sure glad I went for the 160 GB instead of the "faster" 100 GB option because I'm down to just 15 GB now!+
    You're skating on very thin ice. Mac OS X likes about fifteen to twenty percent of free disk space to function properly. An overly full disk can cause some extremely nasty problems.
    +One huge file is my iPhoto 08 library, which has about 35 GB of photos in it - way over 20,000 photos and video clips from over 20 years now.+
    One backup is not adequate for this type of data that usually has a lot of sentimental or business value. It would be best if you kept two copies of the data on different hard drives using different back up software. It would also be a very good idea to burn all your files to DVD/CD as well. One copy of the backups should be stored offsite.

  • Oracle Backup to the external medium from DB13 via FTP

    Hi oracle experts! 
    I have difficulty by setting up the the backup to the remote directory (on Unix Server) via FTP from DB13 on Windows (Enterprise Server 64 bit).
    The parameters I have set up are in initDBSID.sap:
    backup_dev_type = stage
    stage_root_dir = folder/subfolder/DEV (important with “\” it does not work)
    archive_stage_dir = folder/subfolder/DEV (important with “\” it does not work)
    stage_copy_cmd = ftp
    remote_host = myremotehost
    remote_user = "user password"
    My problem is that all the files creating by backup or redo logs are stored under folder/subfolder and NOT as desired on folder/subfolder/DEV.
    Can some one describe how the desired path to the directory myremotehost\ \folder\subfolder\DEV can be created for backup?
    Which parameters in init<DBSID>.sap are responsible for this issue?
    Thank you very much indeed
    Regards
    Axel

    Hi!
    Of course I have set these parameters.
    My problem is that I execute backup from Windows to remote Unix-share via FTP.
    The file names are very strange e.g. S3FV1~6
    The second problem is that the files will bw written to the wrong directory
    (I have set the path to "sap/backup" and hte files wil be written to "sap").
    The third problem I have: I habe two SAP Systems installed on the same host.
    If I execute redo logs archive from DB13 I get the error "no files processing".
    How can I set up this issue?
    Thank you very much
    regards

  • Does Time Machine automatically resume backing up when the external HD is connected?

    My daughter has a MacBook Pro at college.  I recently bought her an external hard drive to use with Time Machine.  We connected the drive, the system said, "do you want to use this drive for Time Machine?", we said, "yes, please", and it started doing its backup thing. 
    Then we disconnected the drive, waited a few minutes, then re-connected it.  I was expecting / hoping that Time Machine would automatically see the drive and resume its backup.  But I didn't see any visual indication of this and am not convinced that's what happens.
    My daughter is a college student and will probably not remember to start Time Machine every time she reconnects the hard drive.  Is there a way to have Time Machine *automatically* resume its backup any time it sees the drive attached?  Also, how do you see the status of the backup?
    Thanks!

    webwiz wrote:
    Then we disconnected the drive,
    Oops.    Never disconnect an external HD without ejecting it first.  That can damage the file system on it, and Time Machine won't be able to back up to it without it being repaired (see below).
    Did a backup complete?  See what the System Preferences > Time Machine window shows:
    You can also get to that by selecting the TM icon in the menubar, or right-clicking the TM icon in the Dock, and selecting Open Time Machine Preferences.
    My daughter is a college student and will probably not remember to start Time Machine every time she reconnects the hard drive.  Is there a way to have Time Machine *automatically* resume its backup any time it sees the drive attached?
    TM will do backups hourly (just of what's been changed since the last one) while the disk is connected.  If it's not available for over an hour, it will just wait until it is (and send a message after 10 days without a backup).
    If the drive was only disconnected for a few minutes, though, it won't start a new one until the hour is up.
    If the Preferences window doesn't show a "Latest backup," the backup may have been damaged. If it's been over an hour, and no new backup has started, try to repair the backups, per #A5 in Time Machine - Troubleshooting
    You might want to review the Time Machine Tutorial, and perhaps browse Time Machine - Frequently Asked Questions.

  • I got a new computer and some of my music apparently wasn't backed up to the external hard drive.  I have some of the music that didn't save on an iphone. How do I move the music from the iPhone into my iTunes library on the computer?

    I got a new computer and somehow have lost some of my more recently purchased and or imported music.  I have some of that music on an iphone and some on an ipad.  How do I get the music from those devices into my itunes library without losing everything else?

    Some of the information below has subsequently appeared in a document by turingtest2: Recovering your iTunes library from your iPod or iOS device - https://discussions.apple.com/docs/DOC-3991
    Your i-device was not designed for unique storage of your media. It is not a backup device and media transfer was planned with you maintaining a master copy of your media on a computer which is itself properly backed up against loss. Syncing is one way, computer to device, updating the device content to the content on the computer, not updating or restoring content on a computer. The exception is iTunes Store purchases which can be transferred to a computer.
    iTunes Store: Transferring purchases from your iOS device or iPod to a computer - http://support.apple.com/kb/HT1848 - only purchases from iTunes Store
    For transferring other items from an i-device to a computer you will have to use third party commercial software. Examples (check the web for others; this is not an exhaustive listing, nor do I have any idea if they are any good):
    - Expod (free) - http://www.headlightsoft.com/expod/ - Mac, universal for 104.+ (newer machines try de-Tune)
    - deTune (free) - http://www.headlightsoft.com/detune/ - Mac, 10.5+
    - Senuti - http://www.fadingred.com/senuti/
    - Phoneview - http://www.ecamm.com/mac/phoneview/
    - MusicRescue - http://www.kennettnet.co.uk/products/musicrescue/
    - Sharepod (free) - http://download.cnet.com/SharePod/3000-2141_4-10794489.html?tag=mncol;2 - Windows
    - Snowfox/iMedia - http://www.mac-videoconverter.com/imedia-transfer-mac.html - Mac & PC
    - iexplorer (free) - http://www.macroplant.com/iexplorer/ - Mac&PC
    - Yamipod (free) - http://www.yamipod.com/main/modules/downloads/ - PC, Linux, Mac [Still updated for use on newer devices? No edits to site since 2010.]
    - 2010 Post by Zevoneer: iPod media recovery options - https://discussions.apple.com/message/11624224 - this is an older post and many of the links are also for old posts, so bear this in mind when reading them.
    Syncing to a "New" Computer or replacing a "crashed" Hard Drive - https://discussions.apple.com/docs/DOC-3141 - dates from 2008 and some outdated information now.
    Copying Content from your iPod to your Computer - The Definitive Guide - http://www.ilounge.com/index.php/articles/comments/copying-music-from-ipod-to-co mputer/ - Information about use in disk mode pertains only to older model iPods.
    Get Your Music Off of Your iPod - http://howto.wired.com/wiki/Get_Your_Music_Off_of_Your_iPod - I am not sure but this may only work with some models and not newer Touch, iPhone, or iPad.
    Additional information here https://discussions.apple.com/message/18324797

  • I have backed up my lap top including itunes to an external hard drive, everything is on the external device, but I can't play my purchased movies from it?

    I have backed up my lap top including itunes to an external hard drive, everything is on the external device, but I can't play my purchased movies from it?

    Why can't the media be played?  Any errors?
    Was it actually backed up to the External drive or moved to the external drive?  Sounds more like the latter which could potentially cause issues depend on how it was moved.

  • How to retrieve a backup of an external hard drive from time machine if there is a drive failure of the external HD?

    Hi,
    I have a time caspule that I use as my backup for Time machine.
    My itunes folder is on an external drive and When I do my backups, I connect my external to my mac so that my itunes folder will be backed up.
    When I do the back up, I know its backing up the external due to the size of the backup.
    but if my external were to fail, how do I retrieve the back up of the external? From what I can tell the drive has to be connected to the mac when connecting to time machine to access the back up files for the external. But if the drive is dead, how do I retrieve my files?

    budden10, please try this:
    Disconnect the external drive to simulate it not working or having failed
    Open Time Machine on your Mac and wait a few minutes for your backups to load fully
    Go back in time and select a date when you were backing up the external drive
    Now look at the Finder window and locate your Mac on the left side of the window under DEVICES
    Click on your Mac
    What do you see in the window there just to the right?

  • Hard Drive crashed. How do I retrieve my old iPhoto files from the external hard drive I had used to backup?

    My computer was logged in using my Apple ID.  I was out of town when my hard drive crashed, so my wife took it in to get replaced.  When doing so the person at the Apple store helping her had her create a new Apple ID to use with the computer.  Now, when I open time machine I don't see anything from before this hard drive crashed.  How do I get access to my old photos from iPhoto that should have been backed up on the external hard drive?

    Sorry I am unclear where the backup is located.. On a time capsule??
    Recovery of iphoto library you need to use pondini.
    Q15 here. http://pondini.org/TM/FAQ.html
    He has a separate page for iphoto.

  • Backing Up Songs on External Hard Drive

    I saved my iTunes music out to an external hard drive. However, when I go to My Computer/Documents and Settings/Owner/My Documents/My Music/iTunes Folder I notice that all of my music (iTunes Purchased and CD loads) is not saved and listed. My iTune Purchased songs are backed up, and SOME of the songs that I loaded into iTunes from CD aren't. All the songs that I purchased or loaded from CD are appropriately listed under the Music label on the iTunes Main Page, but they certainly aren't all backed up on the external hard drive. I'm puzzled. Any ideas on what the problem is?

    See: Managing your iTunes Library on an External Hard Drive
    Best of Luck

  • How can I back up files to external HD in preperation for re-install.

    HI. I'm replacing a defective HD and upgrading from Tiger to Leopard in order to interface with new iPhone software. What is the best way to copy the contents of my old system to my exteral HD so that it can be easily tranferred back to the restored machine? Would there be any issues anticipated caused by the new operating system? Thanks. Mike

    Michael McGuire wrote:
    I'm replacing a defective HD and upgrading from Tiger to Leopard in order to interface with new iPhone software. What is the best way to copy the contents of my old system to my exteral HD so that it can be easily tranferred back to the restored machine?
    Try SuperDuper! (http://www.shirt-pocket.com/), which is compatible with Tiger. If that external drive has a FireWire port, then you could boot from the external drive, then format the new internal drive and use SuperDuper to restore everything to the new drive. At that point you could do a Leopard installation onto the fully-restored internal drive.
    If the drive only has a USB port, then I'd use SuperDuper! to back up to the external drive, then install Leopard from the DVD to the new drive and use whatever assistant runs at the end of the installation process to restore things from the external drive.
    Would there be any issues anticipated caused by the new operating system?
    Any major OS upgrade can cause problems. There should be a lot of advice on that on the Web.

  • Can I disconnect the external hard drive even if Time Machine is set to back up every so often?

    I noticed that Time Machine backs up the system ever so often.  What happens if I disconnect the external hard drive I'm using as the back up and Time Machine tries to initiate a back up?  Will it corrupt anything?

    As long as you properly eject the drive before unplugging it, TM will detect that is no longer mounted and will not do anything until you plug it back and OS X mounts the drive again.
    TM was designed with the knowledge in mind that many people would be using it with laptops, and thus inherently unplugging and plugginh in their TM backup devices many times.

  • Just got Prosoft drive genius 3 software, and it's telling me that the external hard drive that i am using for my time machine back up drive needs to be defragmented.  is it wise to do this or should i not??

    just got Prosoft drive genius 3 software, and it's telling me that the external hard drive that i am using for my time machine back up drive needs to be defragmented.  is it wise to do this or should i not??

    Let's hope a couple things: that you have bootable clones of your drives also; that the backup drive for TimeMachine has over 3x capacity of the data you plan and are storing. I would also switch TM backup drives so you have a 2nd.
    Fragmented free space affecting performance happens when the drive is too full which may mean there isn't enough free space for a full backup set.
    1.5TB for backing up 500GB, while WD Green 3TB is $140 and WD Black 1.5TB is, about the same price.
    I'd be worried about the integrity and directory, and whether you can afford to lose that drive. Defragging is also a very slow operation. the ideal: to just clone a drive, or start over with another drive and wait. cloning TM volumes has not been done or has it? SuperDuper hoped to but I don't think they or Bombich's CCC made it there.
    Trouble with highly fragged is when free space gets to 20% normally, 1/3 or so though for TM volumes, and finding where and a chunk of space for the file being written. Does TM use large spare image files of like 2GB?
    Best would be to ask in the TimeMachine section Snow Leopard
    https://discussions.apple.com/community/mac_os/mac_os_x_v10.6_snow_leopard?view= discussions#/?tagSet=1009
    where there are some good FAQ and tutorials, and people that know the ins-and-outs and shortcomings.

Maybe you are looking for

  • How to track the change of an asset via field ANLC-KANSW?

    I'm trying to track any change to the value of an asset. I'm looking at field ANLC-KANSW. I'm not sure how to do it, but if you change the value of an asset, the change is not reflected in the field itself, but other "cumulative  fields in ANLC. The

  • Enterprise portal giving error

    hi friends , till mondy my EP module was starting, today it has stopped. i had only applied some new SP7 patches to make my VC work however it resulted in failure of EP. url i am trying is http://ps3381:50100/irj/portal i am getting following error A

  • Diablo 2 w/ no CD

    I own Diablo 2 and would like to use it on Arch. Installation is a snap with the new wine and it works fine pretty much straight away.  Only snag is that it requires the CD to be in the drive and I like to travel without carrying it around. I tried m

  • Record displaying twice in View

    Hai all, I created a view like this : create view xxail_task as select distinct(peo.EMPLOYEE_NUMBER) "Employee_Number" ,peo.FULL_NAME "Employee_Name" , pac.SEGMENT1 "BADGE" , pac.SEGMENT2 "Status" , pac.SEGMENT3 "Remarks" , pac.SEGMENT4 "Remarks1" ,

  • Which database version supports replication for 120000 records/table

    Hello everyone, I am being asked about which DB version supports replication for the case where the number of records exceeds 120000 per table (probably more). I never used replication before so I can't give advice about it. Should SE one be used? SE