icon Join the 3-Day Free Live Sessions on Data Science with Gen AI 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
lets talk - learnomate helpdesk

Let's Talk

Find your desired career path with us!

lets talk - learnomate helpdesk

Let's Talk

Find your desired career path with us!