PrefaceThis article describes DBA's daily responsibilities in monitoring Oracle databases and how to use shell scripts to perform repeated monitoring. This article first reviews some common DBA Unix Commands and explains how to regularly execute DBA scripts through UNIX cron. The article also introduces eight important scripts to monitor the Oracle database:
Check instance availability
Check listener
Differences between sysdba, sysoper, and dba
For sysdba, sysoper, and dba, many terms may be used at work. If the environment is a server, sysdba may be frequently used. DBAs are required permissions for database maintenance.
The official Oracle documents show the differences between sysdba and sysoper. On this basis, I have added some additional things.
The yellow part is the difference between sysdba and
xmlns:dc="http://purl.org/dc/elements/1.1/"xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">rdf:about="http://www.blogjava.net/cymao/archive/2006/03/30/38289.html"dc:identifier="http://www.blogjava.net/cymao/archive/2006/03/30/38289.html"dc:title="DBA的职责和任务(转自oracle中文技术论坛)"trackback:ping="http://www.blogjava.net/cymao/services/trackbacks/38289.aspx" />-->
It is from the Oracle Chinese technology forum. This section describes the
In Berkeley's BSD operating systems, there is a simple database structure, which uses several files to form an ultra-small database system and is structured as a DBA database with an abstract action layer.
Currently, the DBA databases supported by PHP Include
DBM: the earliest DBA database developed by Berkeley. Ndbm: a newer and more flexible
Differences between Oracle SYS and system users, sysdba and sysoper system permissions, and sysdba and DBA roles)
Differences between sys and system users1) The most important difference is that the importance of stored data is different.Base tables and views of all ORACLE data dictionaries in SYS are stored in SYS users. These base tables and views are crucial for Oracle operation and are maintained by the database, no user can change it ma
I used to mix dba and sysdba. Today I am discussing the differences between them in the Forum. The special record is as follows:
SYSDBA is not a permission. When a user logs on to the database as SYSDBA, the user will become SYS.
You can log on as sysdba to open the database, close the database, create SPFILE, and restore the database, which cannot be implemented by the DBA role;
Sysdba is the system p
The solution is as follows:
1-from the command prompt, stop ISQLPLUS: C: \> isqlplusctl stop
2-assuming that you install Oracle under C drive, run the following comands:
C: \> set ORACLE_HOME = c: \ oracle \ product \ 10.2.0 \ db_1
C: \> set java_home = % ORACLE_HOME % \ JDK
3-Change directory: Cd % ORACLE_HOME % \ Solaris \ J2EE \ ISQLPLUS \ Application-deployments \ ISQLPLUS
4-Suppose you need to create a new user with user name 'yoyo 'and password 'ch51 *****', run the following co
Here's the solution:
1-from the command prompt, stop isqlplus:C:\>isqlplusctl stop
2-assuming that you install Oracle under C Drive, run the following comands:
C:\>set oracle_home=c:\oracle\product\10.2.0\db_1
C:\>set JAVA_HOME=%ORACLE_HOME%\JDK
3-change directory to:
CD%oracle_home%\oc4j\j2ee\isqlplus\application-deployments\isqlplus
4-suppose You need to create a new user with user name ' Yoyo ' and password ' ch51***** ', run the following command:
%java_home%\bin\java-djava.security
Master Eygle's seven tips for DBAs
What is the job responsibility of the DBA? What should the DBA do every day? How can a DBA in a stable environment grow and work?
This is a question that a lot of people have raised, I scribble, the arbitrary record of my views and suggestions for reference:
1. Real-time Monitoring database alarm log
This is a must work, and
Original: 2-year summary of SQL Server DBA tuning2 years SQL Server DBA Summary of tuningWhen I was 2 DBA I felt that there was something that needed to be shared with everyone to discuss the book first.Book List1. "In-depth analysis of SQL Server 2008 series" This is the MSSQL 2005 Technology Insider series. Version 2012 also out of interest can see, Technical I
Programmers who write large terminals often have the illusion that the SQL language is simple and the DBA works easily, especially for Android programmers who are accustomed to SQLite and its extended framework Ormlite and Greendao. Especially when an Android programmer sees himself in college and hangs up and repeats his lost friend after working as a DBA: "If you don't study hard, you can only use SQL add
Label:The differences between Oracle DBA and SYSDBA are as follows:1. A DBA is a role that corresponds to the set of operations permissions on an object in an Oracle instance, and SYSDBA is a conceptual role that is a sign-in authentication identity. Moreover, the DBA is an object in Oracle, and the Role, like user, is a real physical object in Oracle, and SYSDBA
triggered or any other method is required. Once this function is triggered, the user can be successfully promoted to DBA permissions.
Example: www.2cto.com
First, we create a user birdarmy who has the permission to create tables and functions. To facilitate the test, I directly grant them the connect and resource permissions.
SQL> create user birdarmy identified by 123456;
User created.
SQL> grant connect, resource to birdarmy;
Grant succeeded.
Use t
Sysdba manages oracle instances. It does not rely on the full startup of the entire database. Once the instance is started, it already exists. It logs in as sysdba and loads data.
Sysdba manages oracle instances. It does not rely on the full startup of the entire database. Once the instance is started, it already exists. It logs in as sysdba and loads data.
Differences between sys and system users
1) The most important difference is that the importance of stored data is different.
Base tabl
As a DBA, you must learn the following 11 basic Linux commands that will not die: dbalinux
Most databases run on Linux and UNIX platforms. As the computing power of the X86 platform approaches or even exceeds that of minicomputers, and with the tide of IOE removal, more and more databases run on the Linux platform.
The Linux system is huge and complex. As a DBA, some basic management, network management, ad
I have not visited the blog Park for about half a year. It seems that I have been busy for the last six months. I don't know what to do.
Recently, I accidentally thought about the value and development direction of DBA?
There should also be a lot of DBAs in the circle, or they are interested in DBA work. I am also trying to figure out the value and development direction of DBAs. I have read a post a few
Authorization for CONNECT, RESOURCE, and DBA in ORACLE
CONNECT, RESOURCE, and DBA are the three built-in roles of the ORACLE system. The role permissions are as follows:
CONNECT: users with the Connect permission can only log on to ORACLE, create entities, and create database structures.
RESOURCE: users with Resource permissions can only create entities, but cannot create database structures.
During the Oracle database operation, the DBA should monitor the database's running log and table space usage, and discover the problems in the database as early as possible.
Oracle Warning log file monitoring
Oracle will log some of the database operations in the warning log file (alert_sid.log) during the run:
The database is started, shut down, not default parameter when starting;
Database redo log switching, recording the time of each switch,
teacher, tested PMP dry project management bar. For a person with no management experience, a bunch of big theories, which company will bring you the project ... Worked years in a company? ...
SQL SERVER DBA finally embarked on this road ....
DBA This road is still not a good way to go, want to be a DBA just rely on the development will write the point
Tags: Oracle video tutorialOracle DBA Database Senior Engineer Training course is the wind brother alone research and development of the fine combat courses, the road map is mainly to let everyone fast employment, high-paying employment. The course focuses on Oracle company profile, Oracle Database Introduction, why do you want to learn Oracle database? , what is the job outlook for Oracle? , how do you learn about Oracle database treatment? Who is th
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.