Skip to content
pvmehta.com

pvmehta.com

  • Home
  • About Me
  • Toggle search form
  • Rman Notes -1 Oracle
  • Removing Ctrl-M from end of line using vi Linux/Unix
  • how to find OS block size Oracle
  • Clean up Oracle
  • How to check current redo log progress redo_progress.sql Oracle
  • Standby Database File Management in 10g with STANDBY_FILE_MANAGEMENT Oracle
  • Oracle GoldenGate lag monitoring shell script Linux/Unix
  • Find Multiple levels of object dependencies : depen.sql Oracle
  • Getting started with notebook Python/PySpark
  • Find Time Consuming SQL Statements in Oracle 10g Oracle
  • Error Handling in Proc Oracle
  • V$INSTANCE of Oracle in MYSQL MYSQL
  • Deleting first line and lastline of a file using sed Linux/Unix
  • myfile Oracle
  • eplan9i.sql Oracle

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

  • DBMS_Shared_pool pinning triggers Oracle
  • How to see which patches are applied. Oracle
  • tab.sql Oracle
  • True Session Wait Activity in Oracle 10g Verygood Oracle
  • ORA-4031 issue and solution on 09-MAY-2008 Oracle
  • plan10g.sql good1 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 (149)
  • MYSQL (5)
  • Oracle (393)
  • PHP/MYSQL/Wordpress (10)
  • POSTGRESQL (1)
  • Power-BI (0)
  • Python/PySpark (7)
  • RAC (17)
  • rman-dataguard (26)
  • shell (149)
  • SQL scripts (342)
  • SQL Server (6)
  • Uncategorized (0)
  • Videos (0)

Recent Posts

  • Complete Git Tutorial for Beginners25-Dec-2025
  • Postgres DB user and OS user.25-Dec-2025
  • Trace a SQL session from another session using ORADEBUG30-Sep-2025
  • SQL Server Vs Oracle Architecture difference25-Jul-2025
  • SQL Server: How to see historical transactions25-Jul-2025
  • SQL Server: How to see current transactions or requests25-Jul-2025
  • T-SQL Vs PL/SQL Syntax25-Jul-2025
  • Check SQL Server edition25-Jul-2025
  • Checking SQL Server Version25-Jul-2025
  • Oracle vs MYSQL Architecture differences (For DBAs)24-Jul-2025

Archives

  • 2025
  • 2024
  • 2023
  • 2010
  • 2009
  • 2008
  • 2007
  • 2006
  • 2005
  • findobj.sql Oracle
  • Flowers Resize datafiles Oracle
  • To seee semaphores and shared memory segments in Solaris Linux/Unix
  • How to collect CPU usage on Linux using Shell script Linux/Unix
  • Jai Shree Ram Oracle
  • Directory wise folder wise space usage Linux/Unix
  • fkwoindex.sql /* Find FK without Index */ Oracle
  • dbms_job.submit example Oracle

Copyright © 2026 pvmehta.com.

Powered by PressBook News WordPress theme