Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

ORA-01090: shutdown in progress - connection is not permitted

//This errors means Oracle Instance is hang and shutdown process was still in progress, so run shutdown abort command, then start it up again.
shutdown abort;
Source by ittutorial.org #
 
PREVIOUS NEXT
Tagged: #shutdown #progress #connection #permitted
ADD COMMENT
Topic
Name
7+1 =