icon AWS Batch Starting from 12th Jan 2026, Enroll Now! ENROLL NOW

ORA-12719: Operation Requires Database is in RESTRICTED Mode

Breadcrumb Abstract Shape
Breadcrumb Abstract Shape
Breadcrumb Abstract Shape
Breadcrumb Abstract Shape
Breadcrumb Abstract Shape
Breadcrumb Abstract Shape
  • 17 Dec, 2023
  • 0 Comments
  • 1 Min Read

ORA-12719: Operation Requires Database is in RESTRICTED Mode

PROBLEM:

While dropping a database, in mount stage got this error.

Solution :

So drop a database we need to start the database in exclusive restrict mode.
startup mount exclusive restrict
drop database;
Another way to drop database is:
startup mount
alter system enable restricted session;
drop database

Let's Talk

Find your desired career path with us!

Let's Talk

Find your desired career path with us!