Concise Oracle Database For People Who Has No Time
()
About this ebook
Concise Oracle database terms , concepts with examples for busy managers , frustrated developers and everyone else who are constantly befuddled by the oracle database terminologies
Billy Aung Myint
My love affair with all things Linux/Open Source started since Secondary 2 or so when my friend introduced me to Slackware. Since then I have been active in IT groups such as Linux Users Group Singapore , Ngee Ann Poly Linux Users Group , Team Ubuntu Singapore and many more. Other than that I am also my own web/domain/server/network administrator for the website you are looking at :P Aside from "boring" system administration. Also , I am widening my knowledge with Oracle DBA certifications and learning how to read Oracle trace files :)
Related to Concise Oracle Database For People Who Has No Time
Related ebooks
Oracle Quick Guides: Part 1 - Oracle Basics: Database and Tools Rating: 0 out of 5 stars0 ratingsOracle Database 12c Quickstart Rating: 5 out of 5 stars5/5Introduction to Oracle Database Administration Rating: 5 out of 5 stars5/5Starting Database Administration: Oracle DBA Rating: 3 out of 5 stars3/5Oracle SQL and PL/SQL Rating: 5 out of 5 stars5/5Learning Oracle 12c: A PL/SQL Approach Rating: 0 out of 5 stars0 ratingsOracle Advanced PL/SQL Developer Professional Guide Rating: 4 out of 5 stars4/5ORACLE PL/SQL Interview Questions You'll Most Likely Be Asked Rating: 5 out of 5 stars5/5SQL in 30 Pages Rating: 4 out of 5 stars4/5Practical SQL Rating: 4 out of 5 stars4/5Oracle Quick Guides: Part 3 - Coding in Oracle: SQL and PL/SQL Rating: 0 out of 5 stars0 ratingsBasic DBA Query v.1: Oracle Database Rating: 5 out of 5 stars5/5SQL Interview Questions: A complete question bank to crack your ANN SQL interview with real-time examples Rating: 2 out of 5 stars2/5Oracle Database 12c Backup and Recovery Survival Guide Rating: 5 out of 5 stars5/5SQL QuickStart Guide: The Simplified Beginner's Guide to Managing, Analyzing, and Manipulating Data With SQL Rating: 4 out of 5 stars4/5Oracle Database 12c Install, Configure & Maintain Like a Professional: Install, Configure & Maintain Like a Professional Rating: 0 out of 5 stars0 ratingsSql Simplified:: Learn to Read and Write Structured Query Language Rating: 0 out of 5 stars0 ratingsLearn SQL in 24 Hours Rating: 5 out of 5 stars5/5Oracle GoldenGate With Microservices: Real-Time Scenarios with Oracle GoldenGate Rating: 0 out of 5 stars0 ratingsOracle PL / SQL For Dummies Rating: 0 out of 5 stars0 ratingsSQL Tutorial For Beginners Rating: 0 out of 5 stars0 ratingsOracle Database Mastery: Comprehensive Techniques for Advanced Application Rating: 0 out of 5 stars0 ratingsMastering MariaDB Rating: 0 out of 5 stars0 ratingsOracle Database Security Interview Questions, Answers, and Explanations: Oracle Database Security Certification Review Rating: 0 out of 5 stars0 ratingsSimply SQL: The Fun and Easy Way to Learn Best-Practice SQL Rating: 4 out of 5 stars4/5Advanced SQL Queries: Writing Efficient Code for Big Data Rating: 5 out of 5 stars5/5
Databases For You
Access 2019 For Dummies Rating: 0 out of 5 stars0 ratingsSQL QuickStart Guide: The Simplified Beginner's Guide to Managing, Analyzing, and Manipulating Data With SQL Rating: 4 out of 5 stars4/5Excel 2021 Rating: 4 out of 5 stars4/5Star Schema The Complete Reference Rating: 5 out of 5 stars5/5Learn SQL in 24 Hours Rating: 5 out of 5 stars5/5Practical Data Analysis Rating: 4 out of 5 stars4/5Developing Analytic Talent: Becoming a Data Scientist Rating: 3 out of 5 stars3/5Python Projects for Everyone Rating: 0 out of 5 stars0 ratingsThe AI Bible, Making Money with Artificial Intelligence: Real Case Studies and How-To's for Implementation Rating: 4 out of 5 stars4/5Data Structures and Algorithms with Python Rating: 0 out of 5 stars0 ratingsJAVA for Beginner's Crash Course: Java for Beginners Guide to Program Java, jQuery, & Java Programming Rating: 4 out of 5 stars4/5Learn SQL using MySQL in One Day and Learn It Well: SQL for beginners with Hands-on Project Rating: 0 out of 5 stars0 ratingsITIL 4: Direct, plan and improve: Reference and study guide Rating: 0 out of 5 stars0 ratingsCOMPUTER SCIENCE FOR ROOKIES Rating: 0 out of 5 stars0 ratingsBlockchain For Dummies Rating: 4 out of 5 stars4/5AZ-104: Azure Administrator Mastery Rating: 0 out of 5 stars0 ratingsITIL 4: Digital and IT strategy: Reference and study guide Rating: 5 out of 5 stars5/5COBOL Basic Training Using VSAM, IMS and DB2 Rating: 5 out of 5 stars5/5Access 2016 For Dummies Rating: 0 out of 5 stars0 ratingsSQL in 30 Pages Rating: 4 out of 5 stars4/5Data Lakes For Dummies Rating: 0 out of 5 stars0 ratingsThe SQL Workshop: Learn to create, manipulate and secure data and manage relational databases with SQL Rating: 0 out of 5 stars0 ratingsITIL 4: High-velocity IT: Reference and study guide Rating: 0 out of 5 stars0 ratingsReal-Time Big Data Analytics Rating: 5 out of 5 stars5/5Oracle Primavera Contract Management, Business Intelligence Publisher Edition v14 Rating: 0 out of 5 stars0 ratingsThe Data Model Resource Book: Volume 3: Universal Patterns for Data Modeling Rating: 0 out of 5 stars0 ratingsCompTIA DataSys+ Study Guide: Exam DS0-001 Rating: 0 out of 5 stars0 ratings
Reviews for Concise Oracle Database For People Who Has No Time
0 ratings0 reviews
Book preview
Concise Oracle Database For People Who Has No Time - Billy Aung Myint
Chapter 1- Introduction
A database is a collection of data/information. A Database Management System (DBMS) is a collection of programs that have been written to manage a database. A DBMS acts as an interface between a user and a database. A DBMS that works based on the relational model is referred to as a Relational Database Management System (RDBMS).
Oracle is an Object-Relational DBMS and the leading vendor in the world. Almost half of all RDBMS available worldwide are owned by Oracle. The Oracle database is produced and marketed by the Oracle Corporation. It is the largest software company in the database business field.
Every Oracle Database is made up of Logical and Physical Structures. The Logical Structures are the tablespaces, extents, schema objects and segments. The Physical Structures are the Datafiles, Control File and Redo Log Files.
A databases is divided into tablespaces, which are logical storage units. The purpose of tablespaces is to group logically-related structures together. Each tablespace has one of more datafiles.
The Oracle Database can run on the major platforms, including UNIX, Windows, Linux and Mac OS. The database comes in different versions. You should choose the version you need based on your requirements and budget. The Oracle Database editions are hierarchically organized as follows:
Enterprise Edition
This edition provides all the features, including superior security and performance, and it is the most robust Oracle Database Edition.
Standard Edition
It provides users with base functionality. It is suitable for users who do not need the robust features provided by the Enterprise Edition.
Express Edition (XE)
This is a free, lightweight and limited Linux and Windows edition. It is easy and fast to install.
Oracle Lite
This edition runs on mobile devices.
As stated earlier, the architecture is split between Logical Structure and Physical Structure. For grid computing/large-scale distributed computing, the location of data is irrelevant and transparent to the user. This allows for a more modular physical structure that can be modified without affecting the database activity, users or the data. This way of resource sharing allows for flexible data networks whose capacity can be scaled up or down to suit demand, with no degradation of service. It also means that there is no single point whose failure can bring the database down.
Chapter 2- Who is it for?
First and foremost, this book is dedicated to the managers who have no background in database technologies yet have to manage the DBAs. Due to explosion in the data-related technologies such as Big Data, Data Mining etc., managers are finding that they are increasingly getting closer to the DBAs and vice versa. Without fully understanding the database technology, they are bound to make mistakes.
Secondly, this book is also dedicated to the developers who may not be fully trained in the Oracle Database technology but have to develop applications with it. As above, without fully understanding the technology, the application will end up in a disaster.
Finally, this book is dedicated to DBAs who have to communicate or work with everyone else on a daily basis. The DBAs have to explain to them every words that they speak and yet knowing full well that the colleagues may not fully understand everything that has been explained to them.
This is the best book for you that will help you grasp every aspect of Oracle 12c database. The author has written the book in a step-by-step approach while adding explanations to every step. Enjoy reading!
Chapter 3- Introduction to Database Technology in General
A database is stored in a database management system (DBMS). The DBMS is a system software that facilitates the creation and management of databases. It provides programmers and users with a systematic way to create, update, retrieve and manage data.
With a DBMS, end users are able to create, update, read and delete data from a database. The DBMS acts as an interface between the database