-
Website
http://www.fuadarshad.net/wp -
Original page
http://www.fuadarshad.net/wp/2009/09/physical-dataguard-password-change/ -
Subscribe
All Comments -
Community
-
Top Commenters
-
ronnixon
1 comment · 1 points
-
chandrapabba
2 comments · 1 points
-
resume building
1 comment · 1 points
-
surachart
1 comment · 2 points
-
fuadar
3 comments · 1 points
-
-
Popular Threads
I was referring to 1,2 and 3 as independent options not linked to each other
sys@DOE01:11g> Select open_mode, database_role from v$database;
OPEN_MODE DATABASE_ROLE
---------- ----------------
READ ONLY PHYSICAL STANDBY
1 row selected.
sys@DOE01:11g> alter user sys identified by temppass;
alter user sys identified by temppass
*
ERROR at line 1:
ORA-00604: error occurred at recursive SQL level 1
ORA-16000: database open for read-only access
sys@DOE01:11g>
The behaviour of a read only database does not allow for passwords to be changedin physical standby;
Option #1 thus can only be used if the database is open for read write .
i will update the post . Thanks