Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

alter system reset aq_tm_processes

user94886Apr 10 2008 — edited Jun 18 2008
Hi!

Trying to reset aq_tm_processes. First some background:
The aq_tm_processes parameter was first set in the pfile. We had to startup the DB using this file (tried removing it from the pfile also, not sure that worked as show parameter showed aq_tm_processes = 0).
But as we are using streams, aq_tm_processes, should not be set.

Well, I have done this:

1. Took down the DB.
2. Set the aq_tm_processes in the pfile to 2. (So I can issue the alter system command)
3. Startup nomount from pfile.
4. Created a new spfile form pfile.
5. Startup DB.
6. alter system reset aq_tm_processes scope=spfile sid='*';
7. Restarted the DB.

Is the aq_tm_processes now reset?

Show parameter shows the value 0.


alter system reset aq_tm_processes scope=spfile sid='*'
*
ERROR at line 1:
ORA-32010: cannot find entry to delete in SPFILE

It seems that the value is reset (as the parameter can not be found in the spfile). But Im still worried. Should the value show 0 if the parameter is reset?

Regards
Peter
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 16 2008
Added on Apr 10 2008
5 comments
5,941 views