obsolete and/or deprecated parameter(s) specified
I issued
alter system set remote_os_authent=TRUE scope=spfile;
Then I restarted the database and got the message.
obsolete and/or deprecated parameter(s) specified
Then I issued
alter system set remote_os_authent=FALSE scope=spfile;
to give back the default value.
Restarted the database and still got
obsolete and/or deprecated parameter(s) specified
Is this correct? How can I make this message go.