Getting Started With The Oracle Server
Getting Started With The Oracle Server
Tool Description
Oracle Universal Used to install, upgrade, or remove software
Installer (OUI) components
Oracle Database A graphical user interface tool that interacts with
Configuration the OUI, or can be used independently, to create,
Assistant delete, or modify a database
SQL*Plus A utility to access data in an Oracle database
$ ./runInstaller
D:\> setup
NON-INTERACTIVE INSTALLATION
USING RESPONSE FILES
Create a database
Configure database options
Delete a database
Manage templates
DATABASE ADMINISTRATOR
USERS
• Users SYS and SYSTEM are created automatically
• During database creation
• Granted the DBA role
•SYS
• Password: change_on_install
• Owner of the database data dictionary
•SYSTEM
• Password: manager
• Owner of additional internal tables and views used by
Oracle tools
SQL*PLUS
• An Oracle tool providing:
• Capability to interact with and manipulate the database
• Ability to start up and shutdown the database, create and
run queries, add rows, modify data, and write customized
reports
• Subset of the standard SQL language with specific add ons
• Connecting to SQL*Plus
sqlplus /nolog
connect / as sysdba
Connected to an idle instance.
ORACLE ENTERPRISE
MANAGER
Agent Oracle
Repository server
Oracle Management
Server Agent
Oracle
server
CONSOLE
Central
launching point
Can be run in
thin or fat client
Can be
launched
standalone or
via an OMS
SUMMARY