chapter 9 Flashcards
it is a Java-based tool used to create Oracle Databases.
Oracle Database Configuration Assistant
Using this, Oracle manages the file placement and naming automatically
Configure Automatic Storage Mangement
- research and marketing data
- state or federal tax payments
- professional licensing
Data Warehouse
- Store checkout register system
- Automatic teller machine transaction
Transaction processing
Retail billing system
General Purpose
this user owns all base tables and user-accessible view of the data distionary
SYS
this user is used to create additional tables and views that display administrative information, and internal tables and views used by various Oracle option and tools
System
this user represents the Enterprise Manager super admin account. This EM admin can create and modify other EM admin accounts as well as admin the database instance itself
Sysman
this user is used by EM to monitor the databse
DBSNMP
are admin privileges to perform high-level admin
SYSOPER
can do SYSOPER plus can look at user data.
SYSDBA
5 operations only can be performed by SYSDBA
- startup a database
- shutdown a database
- backup a database
- recover a database
- create a database
it is the most common type of storage configuration for many Oracle databases
File system storage
are disks that are not managed by the underlying OS
Raw Devices
It is the foundation of the new automated disk-based recovery feature
Oracle flash recovery
Performs a shutdown abort then restart
startup force
open to only restricted session privilege
startup restrict
increase the database availability state
alter database[mount|open]
wait till all users are disconnected
shutdown
wait till all active transactions are completed
shutdown transactional