Backup testing issue

hi experts
i have backup of PRD server in a tape. now i want to test it on QAS .whether the backup is working r not.
kindly guide me. if posible provide the steps.

Dear,
Refer SAP Note : 151603 u2013 Copying an SQL Server database.
Restore Database files ( datafile + log file) into there respective folder.
Follow Attach method and change SID names.
Regards,
Nikunj Thaker.

Similar Messages

  • RMAN backup testing using networker and NMO

    I want to do some RMAN backup testing using networker 7.5 and NMO 5.0. I am doing these testing on VMware. I am not sure whether I need to buy some tape drive for my home PC to do backup testing or I can mimic hard drive as tape drive in VMWARE.
    Do you have any idea? any suggestion please?
    Thanks..

    I think this is not a RMAN/Oracle issue, as soon as you configure networker MML it's up to networker to define the real backup destination behind. Maybe networker has also a 'fake' tape destination,but I don't know this. There's a networker forum:
    http://www.tek-tips.com/threadminder.cfm?pid=480
    Werner

  • Backup Assistant  issue

    Yes,Yes,Yes
    Please see my posts under the user name T2G3
    I have been given many different answers by Verizon online support, verbally by customer service, and by my local store... none of which have fixed the issue.
    1) I was told to uninstall then reinstall backup assistant only to be told by my local Verizon store that factory installed software can't be uninstalled.
    2) I was told to take my phone to BestBuy to have it reflashed (even though I bought the phone directly from my local Verizon store. BestBuy told me they can only reflash Samsung products.
    3) I was told to go to the Backup assistant app under options and dial *73738# to reset BackUp assistant
    4) Finally I was told to go thru the process of restoring my phone to facory settings in case I had corrupted software.... but this phone has done this since day 1 when it was taken out of the box and activated by store employees... so how is a restore to the phone's original state going to help???
    Maybe if enough of us complain, they won't be able to continue to give piecemeal advice that is unhelpful.....
    My phone is the LG Cosmos3

    Simkee wrote:
    So, I just got a replacement of my Samsung Reality in and I downloaded backup assistant on it. Unfortunately, while the backup assistant is downloaded properly, it will not open on my phone. I has no problem using it on my previous reality, but this one will not work. So, I went online and tried to sync my contacts with my phone, and it's been "syncing" for 20 minutes. This is ridiculous, why isn't it working properly? I have never had this issue before.
    Hi Simkee,
    I trust that the Backup Assistant issue outlined on your post has been resolved by now. Please keep in mind that some times a bad installation may cause the application to fail. Removing and re-installing application may resolve the issue. If you're still experiencing issues with Backup Assistant please delete application from your phone, power phone off and on, and then re-install the application.

  • RMAN Backup restore issue

    Hi Guys,
    I am running 2 node RAC 11G R2 on windows. I am taking the database backup by issuing the following command:
    backup database format='d:\backup\DGtest\%U_DB' include current controlfile spfile plus archivelog  ;
    (My source sid is "ABC" and I want to restore it into "xyz")
    After taking the above backup I have to restore but I am getting the following error while restoring:
    I have created the spfile and copy to ASM instance.
    I have restore the controlfile into ASM.
    But during database restore I am facing the follwoing issues:
    RMAN> restore database;
    Starting restore at 25-JUN-13
    using channel ORA_DISK_1
    creating datafile file number=1 name=+DATA1/abc/datafile/system.261.757702567
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of restore command at 06/25/2013 09:32:04
    ORA-01180: can not create datafile 1
    ORA-01110: data file 1: '+DATA1/abc/datafile/system.261.757702567'
    RMAN> restore backup;
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-00558: error encountered while parsing input commands
    RMAN-01009: syntax error: found "backup": expecting one of: "archivelog, channel, check, controlfile, database, datafil
    , device, force, from, high, preview, primary, skip readonly, spfile, standby, tablespace, to restore point, until rest
    re point, until, validate, ("
    RMAN-01007: at line 1 column 9 file: standard input
    RMAN>
    Any help would be appreciated.

    Is your database open? I think it should only be mounted.

  • Backup test fails...

    Hello all, i am on hp-ux itanium 11.31...trying to test tape backup
    DB having issue is 10.2.0.4
    one thing to note...i have other DB on this server with different Oracle home and backup are running fine..they are 11g...
    i have create the link as we did for other db's for libobk.so file
    $ pwd
    /oracle/ORCL/102_64/bin
    $
    $
    $ ./sbttest test
    The sbt function pointers are loaded from oracle.static library.
    libobk.sl could not be loaded.  Check that it is installed
    $
    $ cd ../lib
    $
    $ ls -ltr *bob*
    lrwxr-xr-x   1 oraorcl     dba             34 Mar  7 15:29 libobk.so -> /usr/openv/netbackup/bin/libobk.so
    $i ran the sbttest on other DB which has the same link and test came back fine...but for this it fails...one thing to note is libobk.sl file...i tried searching on google but didnt find anything with regards to .sl file...saw other files...
    what am i doing wrong here?

    please go the directory /usr/openv/netbackup/bin and there you will see one file called oracle_link, just run that file as oracle user and on request prompt Y.
    It will link your backup binaries with the oracle binaries.
    $ pwd
    /export/home/oracle
    $ cd /usr/openv/netbackup/bin
    $ pwd
    /usr/openv/netbackup/bin
    $ ls -lrt ora*
    -r-xr-xr-x 1 root bin 34972 Apr 24 2010 oracle_link
    $ ./oracle_link
    Tuesday, 18 December 2012 10:26:24 GMT
    All Oracle instances should be shutdown before running this script.
    Please log into the Unix system as the Oracle owner for running this script
    Do you want to continue? (y/n) [n] y
    LIBOBK path: /usr/openv/netbackup/bin
    ORACLE_HOME: /u01/app/oracle/product/11.2.0/dbhome_1
    Oracle version: 11.2.0.2.0
    Platform type: sparc
    Linking LIBOBK:
    Moving 64-bit libobk.so to libobk.so.back
    ln -s /usr/openv/netbackup/bin/libobk.so64.1 /u01/app/oracle/product/11.2.0/dbhome_1/lib/libobk.so
    Done
    Please check the trace file located in /tmp/make_trace.22611
    to make sure the linking process was successful.
    $ sbttest test2
    The sbt function pointers are loaded from libobk.so library.
    -- sbtinit succeeded
    -- sbtinit (2nd time) succeeded
    sbtinit: Media manager supports SBT API version 2.0
    sbtinit: Media manager is version 5.0.0.0
    sbtinit: vendor description string=Veritas NetBackup for Oracle - Release 6.5 (2010042405)
    sbtinit: allocated sbt context area of 8 bytes
    sbtinit: proxy copy is supported
    -- sbtinit2 succeeded
    -- regular_backup_restore starts ................................
    -- sbtbackup succeeded
    write 100 blocks
    -- sbtwrite2 succeeded
    -- sbtclose2 succeeded
    sbtinfo2: SBTBFINFO_NAME=test2
    sbtinfo2: SBTBFINFO_SHARE=multiple users
    sbtinfo2: SBTBFINFO_ORDER=sequential access
    sbtinfo2: SBTBFINFO_LABEL=SG1674
    sbtinfo2: SBTBFINFO_CRETIME=Tue Dec 18 10:27:28 2012
    sbtinfo2: SBTBFINFO_EXPTIME=Fri Jan 18 10:27:28 2013
    sbtinfo2: SBTBFINFO_COMMENT=Backup ID : cnsdc-t5220-03-bsn_1355826448
    sbtinfo2: SBTBFINFO_METHOD=stream
    -- sbtinfo2 succeeded
    -- sbtrestore succeeded
    file was created by this program:
    seed=112655096, blk_size=16384, blk_count=100
    read 100 buffers
    -- sbtread2 succeeded
    -- sbtclose2 succeeded
    -- sbtremove2 succeeded
    -- regular_backup_restore ends ................................
    Edited by: diptiranjanb on Dec 18, 2012 2:29 AM

  • License for backup testing server

    I'd like to set up a system to test all our database backups. My plan is a dedicated server that would cycle through our backups and test them by restoring and running dbcc checkdb etc. It would raise an email alert if there was a problem. The server would
    not be serving up data to anyone.
    We have several spare SQL licenses from our developers' MSDN subscriptions. Would an MSDN license cover this server or does this count as a production server? (I thought of the Express edition but some of our databases are too big.) Please advise. Thanks.

    Hello,
    Since the question is a license issue, you can call 1-800-426-9400, Monday through Friday, 6:00 A.M. to 6:00 P.M. (Pacific
    Time) to speak directly to a Microsoft licensing specialist. You can also visit the following site for more information and support on licensing issues:
    http://www.microsoft.com/licensing/mla/default.aspx
    Hope this helps.
    Regards,
    Alberto Morillo
    SQLCoffee.com

  • Fusion drive and backup/restore issues

    Hi,
    since I installed a fusion drive on my early 2008 iMac, consisting of an internal 256GB SSD and an (external FW800) 320GB hard disk, I occassionally run into trouble when system updates are pending. In the past, at worst the time machine backup couldn't be restored and I had to reformat and reinstall the system from scratch - which is not really comfortable!
    Currently, running Mountain Lion, when I try to select the startup disk, it complains that Boot-Caches on the Boot-Helper-Partition cannot be created. Nevertheless the system starts fine (and runs fast ;-).
    Before upgrading to Mavericks, I would like to know
         - if someone else ran into similar problems with fusion drives, when updating/upgrading system software.
         - Is it normal that a Time Machine backup cannot be (completely) restore a Fusion drive?
    Yes, I know that having the harddisk part of a fusion drive externally is not recommended/supported by Apple - and my Mac is nearly 6 years old, but that would not explain why system updates/restores nearly always fail and sometimes the Time Machine backup drive has a broken file system (needed reformatting)! And I always checked the disks with Disk Utility prior to updating...
    Any comments are appreciated.

    You can file feedback here. The more who file the more the faster the issues may be fixed.
    Also you shoud look on the CCC forums.

  • HT3275 "Unable to find backup disk" issue

    I use an external USB device for Time Machine backups, and, until now, it has always worked perfectly.  However, today when I tried to backup my files, Time Machine sent me the message "Unable to find backup disk."
    I went to the "Help" section of Time Machine and was advised to open "Time Machine Preferences," then open "Select Disk" and choose my external device from the list of "back-up disks" that would be shown.  This apparently would "re-set" my external back-up device and allow backing up to resume.
    However, when I went to the "Select Disk" section of "Time Machine Preferences,"  my external device was not even listed as a choice (i.e., I can't select the device as the place for backing-up, because it's not listed).
    NOTE:  My external device is (a) connected to my laptop (via USB port), (b) turned on & (c) not defective.  My wireless network is working just fine.
    Also, when I tested Apple's back-up drive "re-set" advice by connecting a tiny thumb-drive to my laptop (via the same USB port I had used with my external device), the "Select Disk" section of "Time Machine Preferences" listed the thumb-drive as a potential back-up disk that could be selected.
    So, why can't my external USB device be "found" by Time Machine (while my thumb-drive can)?  What can I do to fix this problem?
    Thanks!
    lisbeth617

    Sounds like either the backups are corrupted, or there's a problem with the drive, port, or cable.
    Try to repair the backups, per #6 in Using Disk Utility.

  • Backup notification issue 11GR2 RAC on Windows

    Hi all
    I have recently set up a full and incremental backup scheduled jobs. I can see in OEM that these have a Target Type of Cluster Database. I was wanting to set up notifications against these jobs, so went into preferences > notifications > rules and created a new rule. In here I selected the type as Cluster Database and went to the jobs tab, upon where I could see no jobs appearing.
    I thought that was strange so I tried to query against the mgmt$jobs view to see if I could see my jobs, but I got an error of:
    ORA-01722: invalid number
    01722. 00000 - "invalid number"
    *Cause:   
    *Action:
    I am using the latest version of SQL developer but also get the same at the command line.
    I did a bit of research against the error and found that this was a bug in 10g but was fixed in R5 I believe. I am wondering if the jobs are not appearing in the notifications due to it not being able to query this view? Also is anyone else experiencing this issue?
    Thanks
    Edited by: Kwisatz78 on Jul 14, 2011 7:43 AM

    Hello,
    I thought that was strange so I tried to query against the mgmt$jobs view to see if I could see my jobs, but I got an error of:
    ORA-01722: invalid number
    01722. 00000 - "invalid number"
    *Cause:
    *Action:
    I am using the latest version of SQL developer but also get the same at the command line. I'm just talking about the View MGMT$JOBS which gives the error ORA-01722 when you query it, and thus preventing you from checking the Jobs.
    This View is just a Query that you may extract DDL from SQL Developer.
    The Note of MOS gives the part of the code which doesn't work. So, it may help to create another Query which could let you check the Jobs, and store it as a User-defined Report in SQL Developer.
    It's just a suggestion.
    Best regards,
    Jean-Valentin

  • EM Testing issue - urgent

    I have been using jdev 11.1.1.2.
    My EJB service running on dev server which has couple of methods. All the methods have been successfully tested in ejb.
    I have created a SOA application.
    In the composite.xml added two webservice adaptor and one mediator. In the mplan I have mapped routing rules.
    Wired exposed services to mediator and mediator to external references.
    I can able to test successfully (EM) all the methods except one method.
    I opened the recent instances the flow trace shows, service -> completed & mediator component -> running. It never finished running. Always in running state. Why? I could not able to test the particular method.
    For other methods, it shows mediator component -> completed.
    I have no clue how to fix this issue. Thank you.

    Puthanampatti,
    You'll probably have more luck on the SOA Suite forum.
    John

  • Ajax Testing issue with e-Tester

    I'm new to using Empirix and we are using it to work with a new site that uses Ajax. I have recorded the script fine but there is an issue with the Link that needs to be clicked on that it will either always change or the index will change. I've tried to use a wild card after the number in the link that always stays the same but when I run the tests it always shows "Used secondary attribute 'index' ". Is there a way to get this to stop showing every time or get it to always use this attribute?
    Thanks,

    Hi,
    <br>There are two different issues here:
    <ol style="margin-top:0px;">
    <li> The link that will be clicked will always change or the index will change.
    <li> e-Tester is always using the secondary attribute "index"
    </ol>
    Let me issue #2 first since its easier to explain.
    <h2 style="color:navy"> e-Tester is always using the secondary attribute "index"</h2>
    <h2 style="color:navy">* For scripts that are not created yet:</h2>
    In order to change the order that e-Tester records the use of attributes you can go to:
    <br> <font style='color:navy'>e-Tester &raquo; Options &raquo; Current Script</font>
    <br> Then on the left side of the Current Script Options window go to:
    <br> <font style='color:navy'>Recording &raquo; Object Identification</font>
    <br>The following image presents how the screen looks like:
    <br><img src="http://qazone.empirix.com/servlet/JiveServlet/download/25-518-1621-527/upanddown.jpg">
    <br>
    Notice the bottons with arrows that are on the right side of the window. Use those to determine which attribute should be used first when recording the script.
    <h2 style="color:navy">* For existing scripts:</h2>
    Go to the page where resides the action of clicking the script, expand the page, <font style='color:navy'>right click on the Address Node</font> and select properties(a new window will appear), double click on the action that is making the click to the link (a new window called Event Properties will appear). In this new window click on the Attributes tab. The following image presents how the Event Properties window looks like:
    <br><img src="http://qazone.empirix.com/servlet/JiveServlet/download/25-518-1621-528/upanddownattributestab.jpg">
    <br>Notice the bottons with arrows that are on the right side of the window. Use those to determine which attribute should be used first when playing back the script.
    <br><br>I will create another post in order to answer the other issue. I need to organize my ideas.
    <br><br>Regards,
    <br>Zuriel

  • Testing issue

    Hey, I was installing gnome-network-manager from testing, and I may have stumbled upon a slight glitch, it seems that many of the files (all relating to dhclient files) are already on the system. I belive this has to do with the dhcp/dhclient packages (not sure which one, I will check when I get home) and the dhcdbd package conflicting. I will look into this further when I get home. I tried to file a bugreport, or at least sign up so that I could file a bug report if it became obvious that it was a bug (I am not sure that it is, all that is needed is that dhcp/dhclient may need to be added as a conflicting package.) In any case I just wanted to post to see if anyone else was having this problem, and to find out how to subscribe to file for Bugs.

    Hi,
    <br>There are two different issues here:
    <ol style="margin-top:0px;">
    <li> The link that will be clicked will always change or the index will change.
    <li> e-Tester is always using the secondary attribute "index"
    </ol>
    Let me issue #2 first since its easier to explain.
    <h2 style="color:navy"> e-Tester is always using the secondary attribute "index"</h2>
    <h2 style="color:navy">* For scripts that are not created yet:</h2>
    In order to change the order that e-Tester records the use of attributes you can go to:
    <br> <font style='color:navy'>e-Tester &raquo; Options &raquo; Current Script</font>
    <br> Then on the left side of the Current Script Options window go to:
    <br> <font style='color:navy'>Recording &raquo; Object Identification</font>
    <br>The following image presents how the screen looks like:
    <br><img src="http://qazone.empirix.com/servlet/JiveServlet/download/25-518-1621-527/upanddown.jpg">
    <br>
    Notice the bottons with arrows that are on the right side of the window. Use those to determine which attribute should be used first when recording the script.
    <h2 style="color:navy">* For existing scripts:</h2>
    Go to the page where resides the action of clicking the script, expand the page, <font style='color:navy'>right click on the Address Node</font> and select properties(a new window will appear), double click on the action that is making the click to the link (a new window called Event Properties will appear). In this new window click on the Attributes tab. The following image presents how the Event Properties window looks like:
    <br><img src="http://qazone.empirix.com/servlet/JiveServlet/download/25-518-1621-528/upanddownattributestab.jpg">
    <br>Notice the bottons with arrows that are on the right side of the window. Use those to determine which attribute should be used first when playing back the script.
    <br><br>I will create another post in order to answer the other issue. I need to organize my ideas.
    <br><br>Regards,
    <br>Zuriel

  • Error while doing DB backup on issuing CA migration ?

    Hi ALL,
    I was trying to do a Issuing CA migration in one of my environment and I am getting the below error while trying to do backup of database  
    Error when doing dB backup:
    After changing registry to point to backup folder and start services error changed to :
    Any clue how to fix this error or way I should proceed with the Database Backup?

    Hi,
    Are there any related error messages in the event logs?
    Which way you used to backup CA database, is it CA snap-in or Certutil.exe?
    Please try to use the different way than you have already used to backup database to see if it works:
    AD CS Migration: Migrating the Certification Authority
    http://technet.microsoft.com/en-us/library/9aa53be9-0497-49fa-9ff6-09b72cb69444(v=ws.10)#BKMK_BackUpDB
    Best Regards,
    Amy Wang

  • Will RMAN remove invalid backup pieces from Backup tests?

    DB Version: 10.2.0.4.0
    Thinking that Level1 backups don't take much time, In production, I was testing a Level 1 bkp (I took a level 0 bkp of our 700gb only yesterday).
    But, the end users were complaining that system has become very slow. So, i've cancelled the LEVEL 1 backup.
    Now i can see 5 backup pieces wasting some space.
    I know that RMAN removes expired backup like
    delete expired backup;But, how do i script RMAN to remove files mentioned above ie.files from a backup that was aborted halfway through ?

    Hi Insignificant
    But, how do i script RMAN to remove files mentioned above ie.files from a backup that was aborted halfway through ?If you can locate them on the OS level you could remove them with OS commands.
    For backup pieces containg datafiles use <crosscheck backup;> followed by <delete expired backup;> with rman client.
    Tycho

  • Library backup / management issues

    New user, so please pardon the simplicity of the issues:
    1. It seems the backup option will only backup to cd/dvd. How do I backup my library to disk? For example, I was thinking of getting a USB hard drive and I'd like to be able to backup the library to it. Is this possible?
    2. If I change the location of my library in the preferences, will that actually move the library to the new location?
    3. How do I move my library to another computer?
    Thanks for the help,
    Bob

    If you simply want to backup iTunes...
    Copy the entire iTunes folder including music to the external drive.
    The end.
    Export the .xml file and copy that file
    Okay but you didn't need to do that.
    Just use the existing iTunes library file, especially since the iTunes library.xml file does not contain all the info in the iTunes library.
    If you want to move you iTunes library to a new hard drive and use it from there...
    1 - Quit iTunes.
    2 - Copy the entire iTunes folder including music to the external drive.
    3 - Click on the iTunes icon to start it, then immediately press an hold the 4 - Shift key in Windows, Option key in Mac.
    5 - iTunes will ask to *Create new library* or *Choose existing library*. Select *Choose existing library* and select the *iTunes library* file in the folder you just moved.
    6 - Move the old iTunes folder to the trash but do not empty it.
    7 - Restart iTunes normally and verify the songs work. If they do, empty the trash.

Maybe you are looking for

  • Maxtor DiamondMax 10 No Longer Recognized (10.7.3)

    I finally upgraded my Rev A G5 PowerMac and purchased a new 27" i7 iMac - I was extatic! Everything went well the first day while I was setting it up. I had all my iPhoto and iTunes files on an internal SATA drive (Maxtor DiamondMax 10) on my PowerMa

  • When I sync my ipod classic with iTunes it deletes all the music on my ipod

    Hi everyone, I have an ipod classic 160GB and when I try to sync it with iTunes to put things like TV shows ect it deletes all the music off of my iPod (which is over 400 songs) so I have to put it all back on using another program and then when I tr

  • [JS][CS5] Finding an object (group) by its label

    Hi Is there a direct way of addressing an object by its label value?  At the moment I am looping through all items untill it finds the label, so can be very slow. Cheers Roy

  • Tile based help

    Hi. I'm pretty new to actionscript and especially object oriented programming. I'm trying to create simple puzzle game in which three sets of colored pieces move on a board like knights in chess; except when the pieces are on black sqares, in which c

  • Problem installing forms 6i

    I get an error mm60.map(0) File not found. mapping mm60 What is this MM60 ? null