1 / 66

Database Administration

Database Administration. Installing Oracle 11g & Creating Database. Each database should have at least one instance associated with it. Meeting Creation Prerequisites: Before you can create a new database, the following prerequisites must be met:

arlais
Download Presentation

Database Administration

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Database Administration Installing Oracle 11g & Creating Database

  2. Each database should have at least one instance associated with it.

  3. Meeting Creation Prerequisites: • Before you can create a new database, the following prerequisites must be met: • The desired Oracle software must be installed. This includes setting various environment variables unique to your operating system and establishing the directory structure for software and database files. • Sufficient memory must be available to start the Oracle Database instance. • Sufficient disk storage space must be available for the planned database on the computer that runs Oracle Database.

  4. Installing Oracle Software • Oracle Database 10g Pre-installation Requirements:

  5. Where to download Oracle from ? You can find Oracle 11g on the following link : http://www.oracle.com/technetwork/database/enterprise-edition/downloads/index.html Make sure to select the right file that is compatible with your operating system

  6. Important steps before installation : • 1- create a folder in Downloads folder and name it “Oracle 11g”. • 2- save the both unzip files in folder Oracle 11g. • 3- create another folder in Oracle 11g folder and name it DB. • 4- extract the first one in DB folder location. • 5- extract the second one in DB folder location.

  7. This dialog will appear just do as bellow

  8. The database name The instance name

  9. Creating an oracle database by: • 1- Graphical tool, With Database Configuration Assistant (DBCA). • 2- SQL Commands, With the CREATE DATABASE SQL statement. • You typically create a database during Oracle Database software installation.

  10. Database Configuration Assistant During the installation(oracle installation), you can create and configure database. or if you want to create additional databases using the release software, you can do so by using the Database Configuration Assistant (DBCA). DBCA also use for delete a database, add option to a database, or to manage templates.

  11. First, Log onto your computer as a member of the administrative group that is authorized to install Oracle software and create and manage the database. Then, Launch the DBCA on a Windows operating system as follows: Start > Programs > Oracle - home_name > Configuration and Migration Tools > Database Configuration Assistant

  12. 1

  13. 2

  14. 3

  15. 4

  16. 5

  17. 6

  18. 7

More Related