Download presentation
Presentation is loading. Please wait.
Published byAshley Hodge Modified over 8 years ago
1
Oracle 10g Database Administrator: Implementation and Administration Chapter 1 Oracle Architecture Overview
2
Oracle 10g Database Administrator: Implementation and Administration 2 Objectives Learn about Oracle10g architecture and key Oracle10g software components Look at the ORACLASS database used in exercises throughout the book Discover differences between Oracle10g client and server installation options Learn how to use the Oracle Universal Installer Examine why to use OFA (Optimal Flexible Architecture) This course can prepare you for OCA Certification (Oracle certification exam 1Z0-042)
3
Oracle 10g Database Administrator: Implementation and Administration 3 Introduction to Oracle10g Architecture The Oracle10g RDBMS software suite includes everything you need to build/maintain a relational DB The basic software: –Runs the database engine –Manages the data storage for all information in the database –Provides tools to manage users, tables, data integrity, backups, and basic data entry –Includes additional tools and utilities that help monitor the performance and security of the database
4
Oracle 10g Database Administrator: Implementation and Administration 4 Key Components of the Oracle10g OEM
5
Oracle 10g Database Administrator: Implementation and Administration 5 Running the Database When you install an Oracle10g DB, you install the software components, create DB files to store your data, and start a set of background processes that allocate memory and handle database activities –Oracle defines a DB as the collection of operating system files that store your data Database server: combination of DB software, a DB (the files), and DB instance (the SGA and the background processes) –Single-instance server (typical configuration) –Multiple-instance server –Clustered servers
6
Oracle 10g Database Administrator: Implementation and Administration 6 Running the Database (continued)
7
Oracle 10g Database Administrator: Implementation and Administration 7 Running the Database (continued)
8
Oracle 10g Database Administrator: Implementation and Administration 8 Running the Database (continued)
9
Oracle 10g Database Administrator: Implementation and Administration 9 Running the Database (continued) When an application that uses the DB is run, it creates a user process that controls the connection to the database process –On the DB side, the process that interacts with the user process is called a server process Two basic methods to connect these processes: –Dedicated server: connects one user process with one server process Predefined DBs created on installation are configured in dedicated server mode –Shared Servers: a minimal number of database server processes are shared with multiple connections, between an application and the DB
10
Oracle 10g Database Administrator: Implementation and Administration 10 Some Optional Additions to Oracle10g Optional features requiring additional license fees: –Oracle Partitioning –Oracle Clusterware –Oracle Spatial –Oracle Data Mining –Oracle COM Automation Feature –Oracle Database Extensions for.NET –Oracle Advanced Security –Oracle Label Security –Oracle Online Analytical Processing (OLAP) Services
11
Oracle 10g Database Administrator: Implementation and Administration 11 Introduction to ORACLASS Database Main features: –Enterprise Edition software –User: CLASSMATE, password: CLASSPASS Initially owns no tables or other objects –Required script instructions are included in each chapter –Includes standard users SYSTEM and SYS Global Globe is a national newspaper chain and you have been hired to design and build its database –You are starting from scratch
12
Oracle 10g Database Administrator: Implementation and Administration 12 Introduction to ORACLASS Database Download script at http://www.course.com/catalog/downloads.cfm?isbn=1- 4188-3665-6
13
Oracle 10g Database Administrator: Implementation and Administration 13 Overview of Oracle10g Installation Options Multi-tier (or n-tier) means that the data, processing, and user interfaces are divided into separate areas that are fairly independent of one another
14
Oracle 10g Database Administrator: Implementation and Administration 14 Oracle10g Installation Options
15
Oracle 10g Database Administrator: Implementation and Administration 15 Comparing Server-Side Installation Options Enterprise Edition: includes all major components –Enables multiple users to connect concurrently –Optimized for high data volume is common –Supports multiple DB instances and replication Standard Edition: provides basic support for multi- user database applications on a smaller scale than that of the Enterprise Edition –Cannot be upgraded with database features Personal Edition: single-user access to DB instance –Two primary uses: programming and deployment
16
Oracle 10g Database Administrator: Implementation and Administration 16 Comparing Client-Side Installation Options Client-side installations facilitate user access to a remote Oracle10g database Oracle Net Services component on the client side handles communication with remote database Four variations, including: –Administrator: provides user management tools, including Enterprise Manager, to provide remote management of multiple databases –Runtime: intended primarily for programmers who are developing applications on their own client machines while using a remote database as the connection to the database (most common)
17
Oracle 10g Database Administrator: Implementation and Administration 17 The Oracle Universal Installer Keeps records on your previous installation activity –If you install upgrades/enhancements later, it skips redundant subcomponents Enables you to view/uninstall components and subcomponents currently –Does not allow you to remove a subcomponent that is still required by installed components
18
Oracle 10g Database Administrator: Implementation and Administration 18 Oracle Home
19
Oracle 10g Database Administrator: Implementation and Administration 19 Oracle Home (continued) Installer lets you install several versions of Oracle software on a single machine by setting up a separate directory structure for each version and its software components SILENT MODE installation enables you to run an installation without any human intervention –setup.exe -responseFile -silent –runInstaller -responseFile -silent Installer can also be used to install applications that you write by preparing an installation script with the optional Oracle package called the Software Packager
20
Oracle 10g Database Administrator: Implementation and Administration 20 Description of Optimal Flexible Architecture (OFA) Provides standards to improve performance by: –Easier administration for DBA’s across enterprise –Spreading I/O functions across separate devices by separating data from software –Improving performance by separating products into distinct directories that can be located on separate devices to reduce bottlenecks –Speeding up administrative tasks, such as backups, by using naming standards for file types –Improving detection and prevention of fragmentation in datafiles by using naming standards that quickly identify which tablespace and datafile are associated with one another
21
Oracle 10g Database Administrator: Implementation and Administration 21 Directory Structure Standards SW and DB storage files are under ORACLE_BASE –C:\oracle\product\10.2.0 –/app/oracle/product/10.2.0 Directories found under ORACLE_BASE: –Admin/ –db_1 –client_1 –oradata/ –flash_recovery_area DB files allow for division by function and by either database instance or software release number
22
Oracle 10g Database Administrator: Implementation and Administration 22 Directory Structure Standards (continued) Path to Oracle software is called ORACLE_HOME containing Oracle binaries –Defined as a variable within your system E.g. ORACLE_HOME/bin/runnit.exe –Each installation has its own ORACLE_HOME –Examples: /app/oracle/product/10.2.0/db 1 C:\oracle\product\10.2.0\db 1 c:\oracle\product\10.2.0\client 1 –Contains a bin directory that holds most of the executables
23
Oracle 10g Database Administrator: Implementation and Administration 23 Directory Structure Standards (continued)
24
Oracle 10g Database Administrator: Implementation and Administration 24 File Naming Standards
25
Oracle 10g Database Administrator: Implementation and Administration 25 Installing Oracle Software Two CD’s with book –Oracle Database 10g (10.1.0.2 for Windows 32-bit) –Oracle Database 10g (Companion CD) Need to register to use software –See mscd640-product-registration.doc for screen shots Need ‘Oracle Database 10g’ CD to install software –Screen shots to follow (this is for Enterprise Edition) Use Installer to Install AND Deinstall Components
26
Oracle 10g Database Administrator: Implementation and Administration 26 Installing Oracle Software (cont.) Oracle Client (for Enterprise Manager Console) –Need 10.2.0.1 Client for 32-bit Windows –http://www.oracle.com/technology/software/products/dat abase/oracle10g/htdocs/winsoft.html –Unzip file 10g_win32_client.zip –Under 10g_win32_client/Disk1 directory, run setup.exe –Screen shots for Client install follow Enterprise Edition screen shots
27
Oracle 10g Database Administrator: Implementation and Administration 27 Installing Oracle Software (Enterprise)
28
Oracle 10g Database Administrator: Implementation and Administration 28 Installing Oracle Software (cont.)
29
Oracle 10g Database Administrator: Implementation and Administration 29 Installing Oracle Software (cont.)
30
Oracle 10g Database Administrator: Implementation and Administration 30 Installing Oracle Software (cont.)
31
Oracle 10g Database Administrator: Implementation and Administration 31 Installing Oracle Software (cont.)
32
Oracle 10g Database Administrator: Implementation and Administration 32 Installing Oracle Software (cont.)
33
Oracle 10g Database Administrator: Implementation and Administration 33 Installing Oracle Software (cont.)
34
Oracle 10g Database Administrator: Implementation and Administration 34 Installing Oracle Software (cont.)
35
Oracle 10g Database Administrator: Implementation and Administration 35 Installing Oracle Software (cont.)
36
Oracle 10g Database Administrator: Implementation and Administration 36 Installing Oracle Software (cont.)
37
Oracle 10g Database Administrator: Implementation and Administration 37 Installing Oracle Software (cont.)
38
Oracle 10g Database Administrator: Implementation and Administration 38 Installing Oracle Software (cont.)
39
Oracle 10g Database Administrator: Implementation and Administration 39 Installing Oracle Software (cont.)
40
Oracle 10g Database Administrator: Implementation and Administration 40 Installing Oracle Software (cont.)
41
Oracle 10g Database Administrator: Implementation and Administration 41 Installing Oracle Software (cont.)
42
Oracle 10g Database Administrator: Implementation and Administration 42 Installing Oracle Software (cont.)
43
Oracle 10g Database Administrator: Implementation and Administration 43 Installing Oracle Software (cont.)
44
Oracle 10g Database Administrator: Implementation and Administration 44 Installing Oracle Software (cont.)
45
Oracle 10g Database Administrator: Implementation and Administration 45 Installing Oracle Software (cont.)
46
Oracle 10g Database Administrator: Implementation and Administration 46 Installing Oracle Software (cont.)
47
Oracle 10g Database Administrator: Implementation and Administration 47 Installing Oracle Software (cont.)
48
Oracle 10g Database Administrator: Implementation and Administration 48 Installing Oracle Software (cont.)
49
Oracle 10g Database Administrator: Implementation and Administration 49 Installing Oracle Software (cont.)
50
Oracle 10g Database Administrator: Implementation and Administration 50 Installing Oracle Software (cont.)
51
Oracle 10g Database Administrator: Implementation and Administration 51 Installing Oracle Software (cont.)
52
Oracle 10g Database Administrator: Implementation and Administration 52 Installing Oracle Software (cont.)
53
Oracle 10g Database Administrator: Implementation and Administration 53 Installing Oracle Software (cont.)
54
Oracle 10g Database Administrator: Implementation and Administration 54 Installing Oracle Software (cont.)
55
Oracle 10g Database Administrator: Implementation and Administration 55 Installing Oracle Software (cont.)
56
Oracle 10g Database Administrator: Implementation and Administration 56 Installing Oracle Software (cont.)
57
Oracle 10g Database Administrator: Implementation and Administration 57 Installing Oracle Software (cont.)
58
Oracle 10g Database Administrator: Implementation and Administration 58 Installing Oracle Software (cont.)
59
Oracle 10g Database Administrator: Implementation and Administration 59 Installing Oracle Software (cont.)
60
Oracle 10g Database Administrator: Implementation and Administration 60 Installing Oracle Software (cont.)
61
Oracle 10g Database Administrator: Implementation and Administration 61 Installing Oracle Software (cont.)
62
Oracle 10g Database Administrator: Implementation and Administration 62 Whew!
63
Oracle 10g Database Administrator: Implementation and Administration 63 Installing Oracle Software (Client)
64
Oracle 10g Database Administrator: Implementation and Administration 64 Installing Oracle Software (Client)
65
Oracle 10g Database Administrator: Implementation and Administration 65 Installing Oracle Software (Client)
66
Oracle 10g Database Administrator: Implementation and Administration 66 Installing Oracle Software (Client)
67
Oracle 10g Database Administrator: Implementation and Administration 67 Installing Oracle Software (Client)
68
Oracle 10g Database Administrator: Implementation and Administration 68 Installing Oracle Software (Client)
69
Oracle 10g Database Administrator: Implementation and Administration 69 Installing Oracle Software (Client)
70
Oracle 10g Database Administrator: Implementation and Administration 70 Installing Oracle Software (Client) Beware of Hiding Windows!!
71
Oracle 10g Database Administrator: Implementation and Administration 71 Installing Oracle Software (Client) Beware of Hiding Windows!!
72
Oracle 10g Database Administrator: Implementation and Administration 72 Installing Oracle Software (Client) Beware of Hiding Windows!!
73
Oracle 10g Database Administrator: Implementation and Administration 73 Installing Oracle Software (Client) Beware of Hiding Windows!!
74
Oracle 10g Database Administrator: Implementation and Administration 74 Installing Oracle Software (Client) Beware of Hiding Windows!!
75
Oracle 10g Database Administrator: Implementation and Administration 75 Finding Oracle Software Beware of Hiding Windows!!
76
Oracle 10g Database Administrator: Implementation and Administration 76 Finding Oracle Software Beware of Hiding Windows!!
77
Oracle 10g Database Administrator: Implementation and Administration 77 Finding Oracle Software Beware of Hiding Windows!!
78
Oracle 10g Database Administrator: Implementation and Administration 78 Finding Oracle Software Beware of Hiding Windows!!
79
Oracle 10g Database Administrator: Implementation and Administration 79 Finding Oracle Software Beware of Hiding Windows!!
80
Oracle 10g Database Administrator: Implementation and Administration 80 Finding Oracle Software Beware of Hiding Windows!!
81
Oracle 10g Database Administrator: Implementation and Administration 81 Finding Oracle Software Beware of Hiding Windows!!
82
Oracle 10g Database Administrator: Implementation and Administration 82 Summary The core Oracle10g RDBMS software includes a suite of products The basic installation includes many components and subcomponents The key components of Oracle10g RDBMS software are: Oracle10g database, Oracle Net Services, Java/Web support and tools, Enterprise Manager, SQL*Plus, utilities, and pre-compilers Additional add-on options to Oracle10g can help increase database functionality and add more tools to the basic tool set provided by the basic version
83
Oracle 10g Database Administrator: Implementation and Administration 83 Summary (continued) A database instance is made up of the memory area (SGA) and the background processes started on a computer A database server contains a database instance and the database files that store the database data A database server can contain a single instance, multiple instances, or can be a combination of multiple servers, called a cluster or grid of computers Some key optional components are Oracle Spatial, Oracle Partitioning, Oracle Real Application Clusters, Oracle Data Mining, Oracle Advanced Security, Oracle Label Security, and Oracle OLAP services
84
Oracle 10g Database Administrator: Implementation and Administration 84 Summary (continued) The most complete and robust installation option for the server side is the Enterprise Edition –Other choices: Standard Edition and Personal Edition On the client side, you can install the Administrator option or the Runtime option The ORACLASS database is provided for running exercises throughout this book A running case project develops a database system for a fictional newspaper chain called Global Globe
85
Oracle 10g Database Administrator: Implementation and Administration 85 Summary (continued) Multi-tier (n-tier) architecture separates different levels of software components The client-side installation option runs remote applications or remote DBA tasks The server-side installation option runs a DB server The client-side installation option has a number of paths: Administrator, Runtime, a custom install, and InstantClient Oracle Universal Installer is a user-friendly interface for installing/uninstalling Oracle products
86
Oracle 10g Database Administrator: Implementation and Administration 86 Summary (continued) The Oracle Home Selector feature of the Universal Installer enables the installation of multiple versions of Oracle software on one computer The Silent Install option pre-builds and runs an installation without any human intervention Optimal Flexible Architecture (OFA) defines standard names for directory structures, database files, control files, and redo log files OFA uses the ORACLE_BASE variable to define the root location for all Oracle subdirectories, including Pradata and ORACLE_HOME
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.