Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • Processes parameter and its dependencies on OS kernel parameters Linux/Unix
  • Adding addidional hard drive and attach it to a linux box. Linux/Unix
  • get_aix_vmstat.ksh Oracle
  • RAC 11g with vmware Oracle
  • how to find OS block size Oracle
  • Trace a SQL session from another session using ORADEBUG Oracle
  • Roles and Stored Procs II Oracle
  • find_arc.sql Oracle
  • V$INSTANCE of Oracle in MYSQL MYSQL
  • Free conference number from http://www.freeconference.com Oracle
  • move_arch_files.ksh /* Good One */ Linux/Unix
  • segment_wise_space.sql segspace.sql Segment wise space usage (allocated and used) Oracle
  • Find execution plan from dba_hist_sql_plan for a specific SQL_ID and PLAN_HASH_VALUE fplan.sql Oracle
  • xargs use Linux/Unix
  • secure crt settings Linux/Unix

Drop database in Oracle 10g

Posted on 04-Apr-2008 By Admin No Comments on Drop database in Oracle 10g

Dropping a Database in 10G Consists of the following steps.

echo $ORACLE_SID

sqlplus “/as sysdba”

SQL> startup nomount;

ORACLE instance started.

Total System Global Area 1077936128 bytes

Fixed Size 2034344 bytes

Variable Size 427824472 bytes

Database Buffers 633339904 bytes

Redo Buffers 14737408 bytes

SQL> alter database mount exclusive;

Database altered.

SQL> alter system enable restricted session;

System altered.

SQL> select name from v$database;

NAME

———

TEST

SQL> drop database;

Database dropped.

Database is dropped & all related files are deleted automatically.

Please be very cautious while using this syntax in multidatabase environment.

Oracle, SQL scripts

Post navigation

Previous Post: find the files that are 1 day old.
Next Post: fdisk -l explaination about Primary-Logical-Extended Partitions

Related Posts

  • When error comes for temporary tablespace with version <= 9i Oracle
  • Rman Notes -1 Oracle
  • To find explain plan for a statement that occurred in past. Oracle
  • eplan9i.sql Oracle
  • How to Use DBMS_STATS to Move Statistics to a Different Database Oracle
  • Gather Stats manually using DBMS_STATS after disabling DBMS_SCHEDULER jobs as previous entry Oracle

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Categories

  • Ansible (0)
  • AWS (2)
  • Azure (1)
  • Django (0)
  • GIT (1)
  • Linux/Unix (150)
  • MYSQL (5)
  • Oracle (403)
  • PHP/MYSQL/Wordpress (10)
  • POSTGRESQL (1)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (18)
  • rman-dataguard (26)
  • shell (151)
  • SQL scripts (349)
  • SQL Server (6)
  • Uncategorized (5)
  • Videos (0)

Recent Posts

  • Key Management in Oracle: The Core Issue: Missing Master Key12-May-2026
  • SAT Mathematics 10 questions and answer at the end.30-Apr-2026
  • top 10 AI news today30-Apr-2026
  • runon_allpdbs_show_conname.sh23-Apr-2026
  • runon_allcdbs_find_pdbs.sh23-Apr-2026
  • Running PDB on single node in RAC09-Apr-2026
  • find_arc.sql09-Apr-2026
  • pvm_pre_change.sql08-Apr-2026
  • find_encr_wallet.sql08-Apr-2026
  • find_pdbs.sql08-Apr-2026

Archives

  • 2026
  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • process id based files and processes Linux/Unix
  • Processes parameter and its dependencies on OS kernel parameters Linux/Unix
  • ORA-4031 issue and solution on 09-MAY-2008 Oracle
  • My Test Case On 21-OCT-2005 Oracle
  • ORACLE_SID in sqlplus Oracle
  • Important Script Method for tuning Oracle
  • Alter procedure auditing Oracle
  • DBMS_PROFILER for tuning PLSQL programs. Oracle

Copyright © 2026 pvmehta.com.

Powered by PressBook News WordPress theme