Results 1 to 3 of 3
-
11-23-2012, 09:42 AM #1Newcomer
- Join Date
- Apr 2009
- Location
- Sesto San Giovanni - Milan - Italy
- Posts
- 12
- Thanks
- 0
- Thanked 0 Times in 0 Posts
Total amount of data during a DB Oracle restore
Hello,
i'm performing a 300 Gb db Oracle restore with RMAN on TSM Server 6.2.1.0;
when i issue the command 'q sess', TSM returns in the field 'Bytes sent' only the amount of data for single transaction; in fact, if I re-issue the command after some minutes, it shows me a decreased number (another block of datafiles is started); so i can't know how many Gb of the entire db have been restored.
I'd like to monitor the restore operation and to to be able to estimate the end of it.
Is it possible to see the amount of restored files?
Thank you very much for your support.
(I don't know RMAN, my colleagues Oracle admin launched the restore and they can't see the amount, too)
Regards
Sam
-
04-23-2013, 09:44 PM #2Member
- Join Date
- Dec 2007
- Posts
- 244
- Thanks
- 1
- Thanked 7 Times in 7 Posts
When I run q session it shows the total data amount. Perhaps this SQL query may return the restore amount;
SELECT activity, cast(float(sum(bytes))/1024/1024/1024 as dec(8,2)) as GB FROM summary WHERE activity<>'TAPE MOUNT' AND activity<>'EXPIRATION' AND end_time>current_timestamp-24 hours GROUP BY activity
ps; its last 24 hours of activity so change that if you need
-
04-24-2013, 04:27 AM #3Newcomer
- Join Date
- Apr 2009
- Location
- Sesto San Giovanni - Milan - Italy
- Posts
- 12
- Thanks
- 0
- Thanked 0 Times in 0 Posts
Similar Threads
-
TDP for Oracle restore error ANS1314E File data currently unavailable on server?
By hungng89 in forum OracleReplies: 8Last Post: 04-27-2011, 06:06 AM -
amount of data expired
By straitor in forum TSM Reporting & MonitoringReplies: 1Last Post: 09-19-2010, 09:44 PM -
Total amount of storage used per node
By dexter1972 in forum ScriptingReplies: 15Last Post: 01-18-2008, 10:07 AM -
How can I tell how much longer a restore has to go... i.e., how much data in total?
By SteveAdmin in forum Restore / Recovery DiscussionReplies: 7Last Post: 01-13-2007, 07:16 AM -
Total amount of Network data transferred for last 24 hrs
By ravikanth in forum TSM Reporting & MonitoringReplies: 4Last Post: 06-01-2006, 10:41 AM


Reply With Quote
