Site icon Database Tutorials

Changing Parameters At Session Level

In today’s article, we will be explaining how to Changing Parameters at Session Level.

Only the connected session will change.

ALTER SESSION SET command is used.

SQL SENTENCES

The value of the parameter we change before the change;

The status of the parameter after the change;

As seen above, we changed the session-based parameter and the change was observed.

But when we look at whether the parameter has changed on an instance basis;

Exit mobile version