how to aletr an '_' parameter [message #193984] |
Wed, 20 September 2006 05:16 |
alanm
Messages: 284 Registered: March 2005
|
Senior Member |
|
|
hello All,
How does one set a parameter such as
_log_deletion_policy='all'
the leading _ is an invalid character.
regards
|
|
|
|
|
|
Re: how to aletr an '_' parameter [message #202705 is a reply to message #202701] |
Sat, 11 November 2006 03:47 |
amit_p_dixit
Messages: 31 Registered: November 2006 Location: Mumbai
|
Member |
|
|
thanx buddy
it worked..
i wanted to remove archive logs on the production database which have been applied on the standby database..so i was setting this parameter..after setting this parameter i shut down the database and restarted it. I am using RMAN...CONFIGURE ARCHIVELOG DELETION POLICY TO APPLIED ON STANDBY..but now its giving me following error....
What should i do..is there some other way to do this without using RMAN... Pls help.
RMAN> CONFIGURE ARCHIVELOG DELETION POLICY TO APPLIED ON STANDBY;
using target database controlfile instead of recovery catalog
old RMAN configuration parameters:
CONFIGURE ARCHIVELOG DELETION POLICY TO APPLIED ON STANDBY;
new RMAN configuration parameters:
CONFIGURE ARCHIVELOG DELETION POLICY TO APPLIED ON STANDBY;
new RMAN configuration parameters are successfully stored
RMAN-08591: WARNING: invalid archivelog deletion policy
Waiting 4 reply.
Amit Dixit
[Updated on: Sat, 11 November 2006 03:50] Report message to a moderator
|
|
|
|
|
|
|