I'm currently logged into SQL*Plus as CARLOS & even though I don't want to grant CARLOS specific DBA or SYSDBA roles, I was wondering if there was a way in SQL*Plus I could run a command as SYSDBA while logged in as CARLOS? Kind of like how I can sudo a command in Bash as the root user while logged in as my current non-priveleged user.
SQL> shutdown immediate;
ORA-01031: insufficient privileges
:(