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!

Removal of Obsolete parameters

user8610659Feb 8 2012 — edited Feb 9 2012
Hi all,

I am a newbie to Oracle database administration.
I would like to remove the below mentioned obsolete parameters from my Oracle 10g database (wih SAP).

nls_length_semantics
db_file_multiblock_read_count
remote_os_authent
optimizer_features_enable
optimizer_mode
optimizer_index_caching
optimizer_dynamic_sampling
FIXCONTROL

I have tried the syntax "alter system reset <parameter> scope=<both|spfile|memory> sid='SID'; "
but this didn't work and the database is still showing the old default values for these obsolete parameters.
Can you please let me know the correct syntax/steps for this?

with regards,
Raja
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 8 2012
Added on Feb 8 2012
8 comments
2,273 views