Premium Partner

Oracle Fachvokabular

Begriffe und Erklärungen (Oracle Fachvokabular)

Begriffe und Erklärungen (Oracle Fachvokabular)


Set of flashcards Details

Flashcards 300
Language English
Category Computer Science
Level Other
Created / Updated 23.02.2017 / 23.02.2017
Licencing Not defined
Weblink
https://card2brain.ch/box/20170223_oracle_sql
Embed
<iframe src="https://card2brain.ch/box/20170223_oracle_sql/embed" width="780" height="150" scrolling="no" frameborder="0"></iframe>

Active Session History (ASH)

 Sampled data at specified intervals from the current state
of all active sessions. The data is collected in memory and can be accessed by v$ views.

aggregate functions

Functions that operate on groups of rows, also known as group
functions. The exact number of inputs for aggregate functions is not determined until the
query is executed and all rows are fetched. This differs from single-row functions, in which
the number of inputs is known at parse time, before the query is executed.

alert log file

A file where Oracle Database writes information about the database startups,
shutdown, check points, redo log switches, errors, and warning information.

anonymous block

An unnamed PL/SQL program.

archived redo log file

A file that contains the contents of a previously used redo log file.
It’s created only when the database is operating in ARCHIVELOG mode.

ARCHIVELOG mode

A database configuration in which redo log files are copied to the
archive log destination, which ensures that they won’t be overwritten and lost. These
archived logs are used primarily for media recovery.

ARCn

An Oracle background process that copies the online redo log files to an archived
log destination.

arithmetic operators

Operators used to manipulate information in the arithmetic expressions.
Addition (+), subtraction (–), multiplication (*), and division (/) are the arithmetic
operators.