How to manually delete an Oracle11g database in Linux

Source: Internet
Author: User
The following steps teach you how to manually delete an Oracle11g database in a Linux environment. I installed the Oralce11G database on CentOS6. Use SQLPlus or others

The following steps teach you how to manually delete an Oracle 11g Database in a Linux environment. I installed the Oralce 11G database on CentOS 6. Use SQLPlus or others

The following steps teach you how to manually delete an Oracle 11g Database in a Linux environment.

I installed the Oralce 11G database on CentOS 6.

Use SQLPlus or other command line tools you like to log on to the database. The user is sysdba *

Enter the following command to different file paths:

Close the database in SQLPlus, and then exit SQLPlus

  • Sqlplus "/as sysdba"
  • Shutdown immediate;
  • Quit;
  • Enter the following command in the command line to stop the listening service:

    In the Oralce Linux Account:

  • Lsnrctl stop
  • Recall the previous file path as an check item when deleting these files. Remember: Have you backed up the database? When you are ready, delete your data files, as well as your log files, control files, and temporary files.

    That's all.

    Delete an Oracle database in a Linux operating system

    Install Oracle 11gR2 (x64) in CentOS 6.4)

    Steps for installing Oracle 11gR2 in vmwarevm

    Install Oracle 11g XE R2 In Debian

    Install Oracle 11.2.0.4 x64 in Oracle Linux 6.5

    Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.