Question: I am running RMAN and I have entries
in the v$archived_log table where the column name is NULL?
I tried these RMAN commands but I still have NULL values in the
name column of v$archived_log:
RMAN> CROSSCHECK BACKUP
DEVICE TYPE DISK;
RMAN> CROSSCHECK ARCHIVELOG ALL;
RMAN> DELETE NOPROMPT EXPIRED ARCHIVELOG ALL;
RMAN> DELETE
NOPROMPT EXPIRED BACKUP;
RMAN> DELETE NOPROMPT OBSOLETE;
Why does v$archived_log insist upon having a NULL column
value for the name column?
Answer: You can see NULL values in
v$archived_log with this query:
select
thread#,
sequence#,
applied,
registrar
from
v$archived_log;
See this discussion for details on
NULL
values in v$archived_log in RMAN.
In some cases there the v$archived_log
name column is NULL, you may see the RMAN-03002 followed by a
ORA-06502 (number precision too large) and if you execute an RMAN
restore, the underlying RMAN PL/SQL package (X$DBMS_RCVMAN) gets the
ORA-06502 error in the alert log.
|
|
|
|
Guarantee your Success!
Oracle is the
world's most complex, robust and flexible database, considered
impossible to master without a mentor.
That's why all BC
Oracle trainers are working professionals, experts in Oracle who
share their tips and secrets. |
|
| |
|
Burleson is the American Team

Note:
This Oracle
documentation was created as a support and Oracle training reference for use by our
DBA performance tuning consulting professionals.
Feel free to ask questions on our
Oracle forum.
Verify
experience!
Anyone
considering using the services of an Oracle support expert should
independently investigate their credentials and experience, and not rely on
advertisements and self-proclaimed expertise. All legitimate Oracle experts
publish
their Oracle
qualifications.
Errata?
Oracle technology is changing and we
strive to update our BC Oracle support information. If you find an error
or have a suggestion for improving our content, we would appreciate your
feedback. Just
e-mail:
and include the URL for the page.
Copyright ? 1996 - 2012
All rights reserved.
Oracle ?
is the registered trademark of Oracle Corporation.
|
|