From log of SAP and Networker (savegrp) show successfull (completed).
But When I run NW user - GUI to browse for recovery, after click at saparch folder the mouse as sandglass which it still on 2-3 Hrs (can't browsable, not responding).
After that I has to used command line for recocery: see below,
recover> cd oracle recover> cd BCK recover> ls -l drwxr-xr-x drwxr-xr-x drwxr-xr-x recover> cd saparch recover> ls -l PRDarch1_50*.dbf ~ ~ ~ < Can't browse>
C:\>recover -c hq-ora-c01 recover: No index was found for /C/. The current working directory is /. recover> cd / recover> ls oracle recover> cd oracle recover> recover> recover> recover> ls -l total 5 drwxr-xr-x drwxrwxr-x drwxr-xr-x recover> cd QAS recover> ls -l total 1 drwxr-xr-x recover> cd 817* recover> ls -l total 1 drwxr-xr-x recover> cd dbs recover> ls -l total 44 -rwxr-xr-x -rwxr-xr-x -rwxr-xr-x -rwxr-xr-x -rwxr-xr-x -rwxr-xr-x -rwxr-xr-x -rwxr-xr-x recover>
It can browsable into file level
Which the data at I need into behind saparch folder.
Then find the backup log for file(sve, svd etc) you want to recover and find there the exact end time for backing up archive logs. It's not the same time when backup session ends because same session is also backing up util files, backup logfiles etc. Then use changetime and file is browsable. I repeat that time must be exactly same as presented in backup log
Ok. You are restoring archive logs for instance PRD. I don't understand those options aftes brrestore -a. I personally use it like this: brrestore -a 507000 and that's it. Sometimes you have to specify the different util file if data is located on two different pools.
But...
BR386E File /oracle/BCK/saparch/PRDarch1_507000.dbf reported as not found by bac kup utility
Now the util file is under /oracle/QAS. Very confusing.
Can you just try brrestore -a 507000? What happens? I wonder are you using same pool for full backups and archive backups? Are you using initPRD.utl for archive backups? If not, you have to use the same util file for backups and restore.
suwanisa
185 Posts
0
August 1st, 2007 20:00
ble1
4 Operator
•
14.4K Posts
0
August 2nd, 2007 01:00
suwanisa
185 Posts
0
August 2nd, 2007 08:00
The data on July 24, 2007 can't restore by brrestore (but backup completed)
But the data on July 23, 26 2007 can restore by brrestore.
suwanisa
185 Posts
0
August 2nd, 2007 08:00
But When I run NW user - GUI to browse for recovery, after click at saparch folder the mouse as sandglass which it still on 2-3 Hrs (can't browsable, not responding).
After that I has to used command line for recocery: see below,
recover> cd oracle
recover> cd BCK
recover> ls -l
drwxr-xr-x drwxr-xr-x drwxr-xr-x recover> cd saparch
recover> ls -l PRDarch1_50*.dbf
~
~
~
< Can't browse>
-------------------------------------------------------------------------------------------
But when I change to another path :
C:\>recover -c hq-ora-c01
recover: No index was found for /C/. The current working directory is /.
recover> cd /
recover> ls
oracle
recover> cd oracle
recover>
recover>
recover>
recover> ls -l
total 5
drwxr-xr-x drwxrwxr-x drwxr-xr-x recover> cd QAS
recover> ls -l
total 1
drwxr-xr-x recover> cd 817*
recover> ls -l
total 1
drwxr-xr-x recover> cd dbs
recover> ls -l
total 44
-rwxr-xr-x -rwxr-xr-x -rwxr-xr-x -rwxr-xr-x -rwxr-xr-x -rwxr-xr-x -rwxr-xr-x -rwxr-xr-x recover>
It can browsable into file level
Which the data at I need into behind saparch folder.
ble1
4 Operator
•
14.4K Posts
0
August 2nd, 2007 09:00
suwanisa
185 Posts
0
August 2nd, 2007 09:00
I will try again with nsrck -L6.
suwanisa
185 Posts
0
August 5th, 2007 06:00
How I will do to next step?. Please suggestion.
Thank.
ble1
4 Operator
•
14.4K Posts
0
August 6th, 2007 12:00
suwanisa
185 Posts
0
August 6th, 2007 23:00
Which we has open case to EMC support already but not any respone.
I still waiting from they.
jsallila
56 Posts
0
August 21st, 2007 02:00
recover -s backupservername
cd /oracle/BCK/saparch
Then find the backup log for file(sve, svd etc) you want to recover and find there the exact end time for backing up archive logs. It's not the same time when backup session ends because same session is also backing up util files, backup logfiles etc. Then use changetime and file is browsable. I repeat that time must be exactly same as presented in backup log
suwanisa
185 Posts
0
August 27th, 2007 23:00
Can I use saveset recovery on Networker user?.
Thank.
ble1
4 Operator
•
14.4K Posts
0
August 28th, 2007 01:00
jsallila
56 Posts
0
August 31st, 2007 05:00
hq-ora-c01:oraprd 11% brrestore -a2 507000=/oracle/tstat/oradata/temp/arch1
Ok. You are restoring archive logs for instance PRD. I don't understand those options aftes brrestore -a. I personally use it like this: brrestore -a 507000 and that's it. Sometimes you have to specify the different util file if data is located on two different pools.
But...
BR386E File /oracle/BCK/saparch/PRDarch1_507000.dbf reported as not found by bac
kup utility
---Now the instance is /oracle/BCK..
and...
BR279E Return code from '/usr/sap/PRD/SYS/exe/run/backint -u PRD -f restore -i /
oracle/BCK/sapbackup/.rdvvjrte.lst -t file -p /oracle/QAS/817_64/dbs/initPRD.utl
': 2
Now the util file is under /oracle/QAS. Very confusing.
Can you just try brrestore -a 507000? What happens? I wonder are you using same pool for full backups and archive backups? Are you using initPRD.utl for archive backups? If not, you have to use the same util file for backups and restore.