DBAsupport.com Forums - Powered by vBulletin
Results 1 to 7 of 7

Thread: removing parameter entry for spfile

  1. #1
    Join Date
    Mar 2001
    Location
    New York , New York
    Posts
    577

    removing parameter entry for spfile

    Hi,

    We have a 4 node RAC cluster. I made a typo while modifying the undotablepsace of one of the clusters wherein i specified the nodename incorrecly.

    The command I had issued to change the undotablespace was

    alter system set undo_tablespace=UNDOTBS_TMP sid='NODE11';

    Note the node name as node11. It should have been node 1.

    I immediatly tried to correct this by isuing the correct command

    alter system set undo_tablespace=undo_temp sid='NODE1';

    Now I have entried for Node1 and Node11 in my spfile. How do I get rid of the Node11 entry for spfile.

    NODE1.undo_tablespace='UNDOTBS_TMP'
    NODE11.undo_tablespace='UNDOTBS_TMP' <-- Needs to be removed


    Thanks
    Ron
    Ronnie
    ronnie_yours@yahoo.com

    You can if you think you can.

  2. #2
    Join Date
    Jun 2000
    Location
    Madrid, Spain
    Posts
    7,447
    alter system reset

  3. #3
    Join Date
    Mar 2001
    Location
    New York , New York
    Posts
    577
    Thanks Pando. I tried it but seems like it wont work without actual bounce

    SQL> alter system reset undo_tablespace sid='NODE11';
    alter system reset undo_tablespace sid='NODE11'
    *
    ERROR at line 1:
    ORA-32009: cannot reset the memory value for instance NODE11 from instance NODE1

    This is a production system and I am concerned if there will be any other issues due to this additional entry.

    Any other suggestions.

    Thanks
    Ron
    Ronnie
    ronnie_yours@yahoo.com

    You can if you think you can.

  4. #4
    Join Date
    Sep 2002
    Location
    England
    Posts
    7,334
    scope = spfile

  5. #5
    Join Date
    Mar 2001
    Location
    New York , New York
    Posts
    577
    I tried it, its not working too


    SQL> alter system reset undo_tablespace sid='NODE11' scope=spfile;
    alter system reset undo_tablespace sid='NODE11' scope=spfile
    *
    ERROR at line 1:
    ORA-00933: SQL command not properly ended

    Thanks
    Ron
    Ronnie
    ronnie_yours@yahoo.com

    You can if you think you can.

  6. #6
    Join Date
    Sep 2002
    Location
    England
    Posts
    7,334
    well you can just ignore it if you want, it wont ever be used or cause a problem- or create a pfile from the spfile, remove the offending line and then re-create the spfile

    that command looks ok, but something is obviously up

  7. #7
    Join Date
    Mar 2001
    Location
    New York , New York
    Posts
    577
    resolved.

    the command is

    alter system reset undo_tablespace scope=spfile sid='NODE11';

    Thanks for your help.

    -Ron
    Ronnie
    ronnie_yours@yahoo.com

    You can if you think you can.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width