oracle dba beginner words Flashcards
SQL
Structure query language
SQL server
microsoft’s own version of the sql database
tier 3 connection
user who needs application to read sql for them
tier 2 connection
developer who can speak sql
tier 1 connection
user who goes into the server first to get into the database
server
A server is a software or hardware device that accepts and responds to requests made over a network, On the Internet, the term “server” commonly refers to the computer system that receives requests for a web files and sends those files to the client.
listener
The listener is a separate database server process that runs locally on the database server or remotely on the Oracle RAC environment. … Once the client is connected to the database instance successfully, it hands over the client connection to the server process.
backup
a data backup is a copy of the data that we keep so as to restore our original data in the case of events such as data loss
storage
Data storage refers to the use of recording media to retain data using computers or other devices. The most prevalent forms of data storage are file storage, block storage, and object storage, with each being ideal for different purposes
binary
Binary (or base-2) a numeric system that only uses two digits — 0 and 1. Computers operate in binary, meaning they store data and perform calculations using only zeros and ones.
parameter
the parameter is the guidelines for which the database will run, parameters tell the database what to do and where to get information
VPN
A virtual private network, or VPN, is an encrypted connection over the Internet from a device to a network. The encrypted connection helps ensure that sensitive data is safely transmitted. It prevents unauthorized people from eavesdropping on the traffic and allows the user to conduct work remotely.
network
A network database is a type of database model wherein multiple member records or files can be linked to multiple owner files and vice versa. Like a store where the customer and clerk can see the same information
database
System intended to store , organize, retrieve data , provide protection and security
files
Database Files are data files that are used to store the contents of the database in a structured format into a file in separate tables and fields. Database files are commonly used by dynamic websites (eg. Facebook, Twitter, etc.) to store data.