Xi. Oracle Database Administrator

Source: Internet
Author: User
Tags dba

First, the database administrator
Each Oracle database should have at least one database administrator (DBA), and one DBA is sufficient for a small database, but for a large database it may require multiple DBAs to share different management responsibilities. So what is the main job of a database administrator:
1. Installing and upgrading the Oracle database
2. Build library, table space, table, view, index ...
3. Develop and implement backup and recovery plans
4. Database Rights Management, tuning, troubleshooting
5. For advanced DBAs, who are required to participate in project development, write SQL statements, stored procedures, triggers, rules, constraints, packages

second, the user of the management database is SYS and system (SYS seems to be the chairman, the system seems to be the general manager, the chairman is larger than the general manager, but usually total
Manager officer)
In the previous we have mentioned these two users, the difference is mainly:
1. The most important difference, the importance of the stored data is different
Sys: the base tables and views of all Oracle data dictionaries are stored in the SYS user, and these base tables and views are critical to the operation of Oracle and are maintained by the database itself and cannot be changed manually by any user. SYS user has dba,sysdba,sysoper roles or permissions and is the highest user with Oracle permissions.
System: Used to hold secondary-level internal data, such as management information for some features or tools of Oracle. The system user has DBA,SYSDBA roles or systems permissions.
Note: SYSDBA can build a database, Sysoper cannot build a database


2. The second difference, the different permissions.
SYS user must be logged in as SYSDBA or as Sysoper. You cannot log on to the database as normal.
If the system is logged in normally, it is actually a normal DBA user, but if you log in as SYSDBA, the result is actually logged in as a SYS user, as we can see from the login information.

SYSDBA and Sysoper permission difference diagram, see figure:


Sysdba>sysoper>dba
Can see: As long as the Sysoper have permissions, sysdba have; Blue is where they differ. (The biggest difference is: SYSDBA can create a database, Sysoper not create a database)
User with DBA Authority
A DBA user is a database user with a DBA role. Privileged users can perform special operations such as launching an instance, shutting down an instance, and a DBA user may perform various administrative tasks only after the database is started. (It's equivalent to saying that DBAs don't have both the startup and shutdown permissions).
Two major users, three important permissions, their differences and connections, everyone to figure out.

III. Management of initialization parameters
1), Management initialization parameters (tuning of an important point of knowledge, why can the database tuning it?) is because it can modify some parameters of the database.
Initialization parameters are used to set the characteristics of an instance or database. Oracle9i provides more than 200 initialization parameters, and each initialization parameter has a default value.
2), display initialization parameters: Show parameter
3), how to modify the parameters
It should be noted that if you want to modify these initialization parameters, you can go to the file D:\oracle\admin\myoral\pfile\init.ora file to modify.


Xi. Oracle Database Administrator

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.