Search
 
SCRIPT & CODE EXAMPLE
 

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;
Comment

PREVIOUS NEXT
Code Example
Sql :: oracle right characters 
Sql :: not regexp_like in oracle 
Sql :: coalesce sql 
Sql :: postgres left join 
Sql :: get duplicate entry sql 
Sql :: tablas bootstrap responsive sql server para datos vivos 
Sql :: try catch sql 
Sql :: sql values to array of objects 
Sql :: drop database using terminal postgres 
Sql :: oracle sql number to varchar2 
Sql :: osm2pgsql mac 
Sql :: sql example query 
Sql :: what is intersect in sql 
Sql :: ms sql print more than 1 variable 
Sql :: SQL Server query to get data for a particular date and time 
Sql :: sql query to create table in database 
Sql :: mysql fetch all data 
Sql :: right join sql 
Sql :: how to delete database in mysql 
Sql :: json_remove mysql 
Sql :: FIND LOWEST SALARY EARNER IN SQL 
Sql :: php5-mysql has no installation candidate 
Sql :: how to convert external table to managed table in hive 
Sql :: mysql unique constraint 
Sql :: sql join on comma separated field 
Sql :: sql unique 
Sql :: select indexes postgres 
Sql :: pgadmin postgres ERROR: database is being accessed by other users 
Sql :: select count distinct multiple columns sql server 
Sql :: sql nombre mes mysql 
ADD CONTENT
Topic
Content
Source link
Name
7+1 =