| Introduction to Oracle |
|
Oracle is a company. Oracle is also a database server, which manages data in a very structured way. It allows users to store and retrieve related data in a multi-user environment so that many users can concurrently access the same data. All this is accomplished while delivering high performance. A database server also prevents unauthorized access and provides efficient solutions for failure recovery.
What Is an Oracle Database?
What Is an Oracle Instance?
What Is a Parameter File? 1. Server Parameter Files - Binary version. Persistent.
What Is a Server Parameter File?
What Is an Initialization Parameter File?
What is System Global Area (SGA)?
What is Program Global Area (PGA)?
What Is a User Account?
What Is the Relation of a User Account and a Schema?
What Is a User Role?
What is a Database Schema?
What Is a Database Table?
What Is a Table Index?
What Is an Oracle Tablespace?
What Is an Oracle Data File?
What Is a Static Data Dictionary? An ALL_ view displays all the information accessible to the current user, including information from the current user's schema as well as information from objects in other schemas, if the current user has access to those objects by way of grants of privileges or roles. A DBA_ view displays all relevant information in the entire database. DBA_ views are intended only for administrators. They can be accessed only by users with the SELECT ANY TABLE privilege. This privilege is assigned to the DBA role when the system is initially installed. A USER_ view displays all the information from the schema of the current user. No special privileges are required to query these views.
What Is a Dynamic Performance View?
What Is a Recycle Bin?
What Is SQL*Plus?
What Is Transport Network Substrate (TNS)?
What Is Open Database Communication (ODBC)?
|
Oracle



