Skip to main content

Command Palette

Search for a command to run...

dba | drop a database

just because

Updated
1 min readView as Markdown

it doesn't hurt to know

sqlplus / as sysdba

SHUTDOWN IMMEDIATE;
STARTUP MOUNT EXCLUSIVE RESTRICT;
EXIT;

DROP DATABASE INCLUDING BACKUPS NOPROMPT;
EXIT;
41 views

More from this blog

garbagedump

13 posts

issues I face at the workplace I love-hate & then forget about, just to face them again. solely for personal ref, please be cautious :) know a better solution? help me learn :D 0xweathered@gmail.com