ora-26808: Apply process AS01 died unexpectedly. ora-28221: REPLACE not specified
edited Jan 21, 2013 5:59AM in High Availability Data Guard, Sharding and Global Data Services (MOSC) 4 commentsAnswered
Hi We have a logical standby database. People use OEM to change their OWN password. They do not use 'REPLACE' and it creates an error as they dont have the alter user privilege.
That stops logical apply with the following error
ora-26808: Apply process AS01 died unexpectedly.
ora-28221: REPLACE not specified
The example of this statement is as following:
ALTER USER SCHMANE1 IDENTIFIED BY VALUES '6F898071B4D26731'
How can I skip these kind of statements without taking away the password change statements itself?
0