sreimer
sreimer

Reputation: 4998

Set Oracle system parameter back to default

The parameter in question is LOCAL_LISTENER. Previously when running SHOW PARAMETER LOCAL_LISTENER no value was returned. Some time ago this was changed to some value. We are now having listener issues and want to get it back to default. Do I use the same ALTER SYSTEM command, but with a blank string or is there some other way?

Upvotes: 0

Views: 525

Answers (1)

steve
steve

Reputation: 6020

Use "alter system reset ..."

Upvotes: 2

Related Questions