WITH SQL*PLUS, INVESTIGATE THE NUMBER OF SESSIONS AGAINST THE INSTANCE

3. With SQL*Plus, investigate the number of sessions against the instance:

select username,program from v$session order by program;

You will see that there are two sessions connected as user SYS using the RMAN

executable as their user process: these are the default session and the polling

session.