Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

SQL*Plus: Run Command as SYSDBA

cmennensJun 19 2012 — edited Jun 19 2012
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
:(
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 17 2012
Added on Jun 19 2012
5 comments
2,312 views