 Database Administration Installing Oracle 11g & Creating Database.

Slides:



Advertisements
Similar presentations
MySQL Installation Guide. MySQL Downloading MySQL Installer.
Advertisements

2 Copyright © 2005, Oracle. All rights reserved. Installing the Oracle Database Software.
Windows DX 66 megahertz (MHz) or faster processor (Pentium central processing unit recommended). 16 megabytes (MB) of memory (24 MB recommended).
Planning Server Deployments
Web Application Server Apache Tomcat Downloading and Deployment Guide.
Module 1: Installing Windows XP Professional
Novell Server Linux vs. windows server 2008 By: Gabe Miller.
Lesson 18 – INSTALLING AND SETTING UP WINDOWS 2000 SERVER.
1.1 Installing Windows Server 2008 Windows Server 2008 Editions Windows Server 2008 Installation Requirements X64 Installation Considerations Preparing.
Lesson 5-Accessing Networks. Overview Introduction to Windows XP Professional. Introduction to Novell Client. Introduction to Red Hat Linux workstation.
MCITP: Microsoft Windows Vista Desktop Support - Enterprise Section 1: Prepare to Deploy.
Discovering SQL all rights reserved (c) 2010 agilitator.com INSTALLING MySQL 5.1 Community Server.
2 Copyright © 2009, Oracle. All rights reserved. Installing your Oracle Software.
Hands-On Microsoft Windows Server 2003 Administration Chapter 6 Managing Printers, Publishing, Auditing, and Desk Resources.
Module 2: Planning to Install SQL Server. Overview Hardware Installation Considerations SQL Server 2000 Editions Software Installation Considerations.
Tripwire Enterprise Server – Getting Started Doreen Meyer and Vincent Fox UC Davis, Information and Education Technology June 6, 2006.
VMware vCenter Server Module 4.
Amazon EC2 Quick Start adapted from EC2_GetStarted.html.
Sharepoint Portal Server Basics. Introduction Sharepoint server belongs to Microsoft family of servers Integrated suite of server capabilities Hosted.
IS 426: Information Systems Construction in Modern Society Downloading and exploring oracle development environments.
Test Review. What is the main advantage to using shadow copies?
DB2 (Express C Edition) Installation and Using a Database
Acceleratio Ltd. is a software development company based in Zagreb, Croatia, founded in We create innovative software solutions for SharePoint,
6/1/2001 Supplementing Aleph Reports Using The Crystal Reports Web Component Server Presented by Bob Gerrity Head.
Chapter-4 Windows 2000 Professional Win2K Professional provides a very usable interface and was designed for use in the desktop PC. Microsoft server system.
Module 1: Introduction to Microsoft SQL Server 7.0.
WINDOWS XP PROFESSIONAL Bilal Munir Mughal Chapter-1 1.

Please Dial in, class will begin shortly
IBM Express Runtime Quick Start Workshop © 2007 IBM Corporation Install IBM Express Runtime Development Environment.
One-To-One Instruction How to install MS Exchange with a two user setup on Windows Server 2003.
Managing Software Development With Microsoft ® Project 2000 And Team Folders Sam Brooks
Simply Connecting the World ViewlinX Manager HW/SW Overview Installation Users File, View, Window.
Learningcomputer.com SQL Server 2008 – Installation of SQL Server 2008.
Gorman, Stubbs, & CEP Inc. 1 Introduction to Operating Systems Lesson 14 Novell Netware 6.0.
WaveMaker Visual AJAX Studio 4.0 Training Installation.
Setting Up a Local WordPress Development Environment By Gregory Young Alternative Hosting
Installing Windows Vista Lesson 2. Skills Matrix Technology SkillObjective DomainObjective # Performing a Clean Installation Set up Windows Vista as the.
Module 1: Installing Microsoft Windows XP Professional.
Installation Guides Mehdi Osooli M.S.C in Epidemiology Department of Epidemiology & Biostatistics School of Public Health Tehran University of Medical.
ATG Environment Setup In this session you will learn – Setting Up ATG environment – Creating new ATG application – Configuring Data Source – Configuring.
Step By Step Windows Server 2003 Installation Guide Step By Step Windows Server 2003 Installation Guide.
EPolicy Orchestrator WNUG June Meeting 6/6/2002. Presentation Contents What is ePO? What are the requirements? ePO components Demo of ePO Where to get.
EndNote Chin Shan Information Service Co., Ltd
Using OUI to install Oracle9i Release 2 on an OpenVMS System.
Installing Oracle9i RAC Release 2 on HP OpenVMS Systems.
Discovering SQL all rights reserved (c) 2010 agilitator.com INSTALLING IBM DB2 9.7 Express-C.
Crystal Reports Training
IS 221: DATABASE ADMINISTRATION Lecture 2: Installing Oracle 10g or 11g & Creating Database. Information Systems Department 1.
1 Chapter Overview Planning to Install SQL Server 2000 Deciding SQL Server 2000 Setup Configuration Options Running the SQL Server 2000 Setup Program Using.
 Hardware compatibility means that software will run properly on the computer in which it is installed.  When purchasing software, look for one of these.
Installation of Storage Foundation for Windows High Availability 5.1 SP2 1 Daniel Schnack Principle Technical Support Engineer.
2 Copyright © 2004, Oracle. All rights reserved. Installing Oracle Database 10g Software.
Institute for the Protection and Security of the Citizen HAZAS – Hazard Assessment ECCAIRS Technical Course Provided by the Joint Research Centre - Ispra.
1 BCS 4 th Semester. Step 1: Download SQL Server 2005 Express Edition Version Feature SQL Server 2005 Express Edition SP1 SQL Server 2005 Express Edition.
Installing Apple’s Safari Web Browser on your PC Presented By: Michael Brown ENGL 393.
Planning Server Deployments Chapter 1. Server Deployment When planning a server deployment for a large enterprise network, the operating system edition.
2 Copyright © 2005, Oracle. All rights reserved. Installing Oracle Software and Creating the Database.
9 Copyright © 2004, Oracle. All rights reserved. Getting Started with Oracle Migration Workbench.
ETL Validator Deployment Options
DIT314 ~ Client Operating System & Administration
Deep Serucity 7.0 Training
Creating an Oracle Database
Introduction of Week 3 Assignment Discussion
How to Install Vipre Antivirus on Windows 10 PC?
1. Select tools 2. From the dropdown menu choose Internet Options.
Oracle Architecture Overview
Tivoli Common Reporting v1.2 Overview
Jerald Overstreet, GISP Server Portal SQL Manager Admin
HOW TO DOWNLOAD & INSTALL TomTom Home For Mac & Windows.
Presentation transcript:

 Database Administration Installing Oracle 11g & Creating Database

The Oracle Server consist of1- Database Physical files Logical files2- Instance Memory structures Background processes

 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:  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.

Installing Oracle Software  Oracle Database 10g Pre-installation Requirements: ValueRequirement 256 MB minimum; 512 MB recommended On Windows Vista, the minimum requirement is 512 MB Physical memory (RAM) Double the amount of RAMVirtual memory Basic Installation Type total: 2.04 GB Advanced Installation Types total: 1.94 GB Disk space 256ColorsVideo adapter 550 MHz minimum On Windows Vista, the minimum requirement is 800 MHz Processor

You can find Oracle 11g on the following link : edition/downloads/index.html Make sure to select the right file that is compatible with your operating system

 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.

 This dialog will appear just do as bellow

The instance name The database name

 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.

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.

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

1

2

3

4

5

6

7

8

9

9

10

11

12

13

14

15

 Before open the oracle enterprise manager page :  Go to control panel -> system and security > administrative tools > services  Then make all the services associated with oracle name to start option.

Point your web browser to the following URL: