Rman backup piece size in oracle 9i [message #429922] |
Fri, 06 November 2009 05:33 |
suresh.wst
Messages: 53 Registered: June 2008 Location: Hyderabad
|
Member |
|
|
Hi,
Is there any view (Either data dictionary view or rman view) to find the backup piece size in oracle 9i. My requirement is to find the piece size using view only (PL/SQL needs the query to find the piece information).
Thanks for the help in advance..
Regards,
Suresh
|
|
|
|
|
|
|
Re: Rman backup piece size in oracle 9i [message #430288 is a reply to message #429931] |
Mon, 09 November 2009 23:24 |
suresh.wst
Messages: 53 Registered: June 2008 Location: Hyderabad
|
Member |
|
|
Hi,
Thanks for your help.. but I could not see bytes column in the following view.
$ sqlplus '/as sysdba'
SQL*Plus: Release 9.2.0.6.0 - Production on Mon Nov 9 23:21:13 2009
Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
Connected to:
Oracle9i Enterprise Edition Release 9.2.0.6.0 - 64bit Production
With the Partitioning, OLAP and Oracle Data Mining options
JServer Release 9.2.0.6.0 - Production
SQL> desc v$backup_piece
Name Null? Type
----------------------------------------- -------- ----------------------------
RECID NUMBER
STAMP NUMBER
SET_STAMP NUMBER
SET_COUNT NUMBER
PIECE# NUMBER
COPY# NUMBER
DEVICE_TYPE VARCHAR2(17)
HANDLE VARCHAR2(513)
COMMENTS VARCHAR2(81)
MEDIA VARCHAR2(65)
MEDIA_POOL NUMBER
CONCUR VARCHAR2(3)
TAG VARCHAR2(32)
STATUS VARCHAR2(1)
START_TIME DATE
COMPLETION_TIME DATE
ELAPSED_SECONDS NUMBER
DELETED VARCHAR2(3)
Regards,
Suresh
|
|
|
Re: Rman backup piece size in oracle 9i [message #430290 is a reply to message #429969] |
Mon, 09 November 2009 23:28 |
suresh.wst
Messages: 53 Registered: June 2008 Location: Hyderabad
|
Member |
|
|
Hi,
Thanks for your help.. but I could not see bytes column in the following view.
$ sqlplus '/as sysdba'
SQL*Plus: Release 9.2.0.6.0 - Production on Mon Nov 9 23:21:13 2009
Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
Connected to:
Oracle9i Enterprise Edition Release 9.2.0.6.0 - 64bit Production
With the Partitioning, OLAP and Oracle Data Mining options
JServer Release 9.2.0.6.0 - Production
SQL> desc v$backup_piece
Name Null? Type
----------------------------------------- -------- ----------------------------
RECID NUMBER
STAMP NUMBER
SET_STAMP NUMBER
SET_COUNT NUMBER
PIECE# NUMBER
COPY# NUMBER
DEVICE_TYPE VARCHAR2(17)
HANDLE VARCHAR2(513)
COMMENTS VARCHAR2(81)
MEDIA VARCHAR2(65)
MEDIA_POOL NUMBER
CONCUR VARCHAR2(3)
TAG VARCHAR2(32)
STATUS VARCHAR2(1)
START_TIME DATE
COMPLETION_TIME DATE
ELAPSED_SECONDS NUMBER
DELETED VARCHAR2(3)
Regards,
Suresh
|
|
|
|
|
|