Comments in spfile alter system
Comments are used much less often in spfile than they were in old init.ora’s. Syntax for them is like:
SQL> alter system set pga_aggregate_target=1g comment='Andrew Fraser 13-May-2010 was 390m' scope=spfile sid='*' ;
Andrew,
Did you check if it is actually updating the update_comment column of v$parameter table. I tried it but it did not update the update_comment column of v$parameter v$system_parameter tables. Tried to convert spfile to pfile to see if it updates the init file no luck.
The only way that I can see the comment was on alert log.
Do you have the same behaviour (10.2.0.4 is the DB I tried it on)