ORA-12719: operation requires database is in RESTRICTED mode

Answers were Sorted based on User's Feedback



ORA-12719: operation requires database is in RESTRICTED mode..

Answer / jay rai

ORA-12719: operation requires database is in RESTRICTED mode

Action: alter system enable restricted session;

Then you can drop database

drop database;

Is This Answer Correct ?    14 Yes 2 No

ORA-12719: operation requires database is in RESTRICTED mode..

Answer / guest

Cause: This command can only be run when the database is in
RESTRICTED mode

Action: Ensure that the system is in RESTRICTED mode

Please add more information about this Error

Is This Answer Correct ?    5 Yes 2 No

Post New Answer

More Oracle Errors Interview Questions

LFI-00133: Trying to create file string that already exists.

1 Answers  


ORA-29704: cannot specify ACTIVE_INSTANCE_COUNT in 8.1.5 or earlier release

1 Answers  


ORA-30156: Out of disk space

1 Answers  


ORA-14279: index mismatch for tables in ALTER TABLE EXCHANGE SUBPARTITION

2 Answers  


O2F-00304: Invalid filename for the INTYPE file

1 Answers  


ORA-26054: Direct Path Context prepared for a different mode than operation requested.

1 Answers  


QSM-02069: PCT not supported with multi-column partition key

1 Answers  


RMAN-08157: script string written to file string

1 Answers  


ORA-01485: compile bind length different from execute bind length

1 Answers  


ORA-09763: osnmpx: send/receive error exchanging Mach ports.

1 Answers  


RMAN-08047: channel string: starting compressed incremental level string datafile backupset

1 Answers  


PLS-00516: Type mismatch between object table and value 'string' in INSERT statement.

1 Answers  


Categories