All language subtitles for [SubtitleTools.com] Wrap-Up And Review - Learning Oracle 12c [Video]

af Afrikaans
sq Albanian
am Amharic
ar Arabic Download
hy Armenian
az Azerbaijani
eu Basque
be Belarusian
bn Bengali
bs Bosnian
bg Bulgarian
ca Catalan
ceb Cebuano
ny Chichewa
zh-CN Chinese (Simplified)
zh-TW Chinese (Traditional)
co Corsican
hr Croatian
cs Czech
da Danish
nl Dutch
en English
eo Esperanto
et Estonian
tl Filipino
fi Finnish
fr French
fy Frisian
gl Galician
ka Georgian
de German
el Greek
gu Gujarati
ht Haitian Creole
ha Hausa
haw Hawaiian
iw Hebrew
hi Hindi
hmn Hmong
hu Hungarian
is Icelandic
ig Igbo
id Indonesian
ga Irish
it Italian
ja Japanese
jw Javanese
kn Kannada
kk Kazakh
km Khmer
ko Korean
ku Kurdish (Kurmanji)
ky Kyrgyz
lo Lao
la Latin
lv Latvian
lt Lithuanian
lb Luxembourgish
mk Macedonian
mg Malagasy
ms Malay
ml Malayalam
mt Maltese
mi Maori
mr Marathi
mn Mongolian
my Myanmar (Burmese)
ne Nepali
no Norwegian
ps Pashto
fa Persian
pl Polish
pt Portuguese
pa Punjabi
ro Romanian
ru Russian
sm Samoan
gd Scots Gaelic
sr Serbian
st Sesotho
sn Shona
sd Sindhi
si Sinhala
sk Slovak
sl Slovenian
so Somali
es Spanish
su Sundanese
sw Swahili
sv Swedish
tg Tajik
ta Tamil
te Telugu
th Thai
tr Turkish
uk Ukrainian
ur Urdu
uz Uzbek
vi Vietnamese
cy Welsh
xh Xhosa
yi Yiddish
yo Yoruba
zu Zulu
or Odia (Oriya)
rw Kinyarwanda
tk Turkmen
tt Tatar
ug Uyghur
Would you like to inspect the original subtitles? These are the user uploaded subtitles that are being translated: 1 00:00:01,400 --> 00:00:05,540 So to close, we'd like to do a little bit of a review of what 2 00:00:05,540 --> 00:00:10,070 we've talked about in Oracle Database Administration 12c. 3 00:00:10,070 --> 00:00:12,710 So the first thing we discussed was the Oracle Technology 4 00:00:12,710 --> 00:00:16,940 family, the offerings that the company itself offers, 5 00:00:16,940 --> 00:00:21,560 things like hardware solutions with Exadata and Exalogic, 6 00:00:21,560 --> 00:00:23,910 the different software products that are available 7 00:00:23,910 --> 00:00:27,110 including Java, and virtualization solutions 8 00:00:27,110 --> 00:00:31,490 such as Oracle VM and their desktop virtualization 9 00:00:31,490 --> 00:00:33,290 with VirtualBox. 10 00:00:33,290 --> 00:00:35,660 Next we looked at Oracle database technology 11 00:00:35,660 --> 00:00:39,560 itself, things like the versioning of Oracle databases 12 00:00:39,560 --> 00:00:43,050 and separately purchased options that we can buy. 13 00:00:43,050 --> 00:00:46,530 We then looked at the Oracle database architecture 14 00:00:46,530 --> 00:00:51,570 and how Oracle uses the three basic resources of a computer, 15 00:00:51,570 --> 00:00:54,900 CPU, memory, and disk, in the form of things 16 00:00:54,900 --> 00:01:00,150 like memory caches, background processes, and data files. 17 00:01:00,150 --> 00:01:03,980 Next we did our own installation and database creation. 18 00:01:03,980 --> 00:01:06,110 So we installed the Oracle software 19 00:01:06,110 --> 00:01:10,510 and then created our own database to use in examples. 20 00:01:10,510 --> 00:01:13,630 Next we covered a fairly extensive look at SQL, 21 00:01:13,630 --> 00:01:17,200 and PL/SQL, two of the primary languages 22 00:01:17,200 --> 00:01:20,630 that the Oracle database system uses. 23 00:01:20,630 --> 00:01:22,470 We then talked about Oracle Storage 24 00:01:22,470 --> 00:01:26,730 structures, things like data files and table spaces, 25 00:01:26,730 --> 00:01:30,080 and how they can be used to store our data. 26 00:01:30,080 --> 00:01:32,180 Next we looked at some of the database objects 27 00:01:32,180 --> 00:01:34,430 that people tend to be more familiar with, 28 00:01:34,430 --> 00:01:38,390 things like tables, and indexes, and partitioning, and views, 29 00:01:38,390 --> 00:01:40,190 and constraints. 30 00:01:40,190 --> 00:01:42,650 We then took a look at database security 31 00:01:42,650 --> 00:01:46,760 in the form of privileges that can be granted to users, roles, 32 00:01:46,760 --> 00:01:49,430 profiles that control the resources that 33 00:01:49,430 --> 00:01:52,860 are available to users, and auditing. 34 00:01:52,860 --> 00:01:55,830 Next we looked at administrative tasks, things 35 00:01:55,830 --> 00:01:59,550 like startup and shutdown, how to leverage Oracle database 36 00:01:59,550 --> 00:02:03,090 parameters in order to control how Oracle operates 37 00:02:03,090 --> 00:02:05,610 under the hood, and doing memory management, 38 00:02:05,610 --> 00:02:08,580 either automatically or manually. 39 00:02:08,580 --> 00:02:10,580 We then took a look at backup and recovery 40 00:02:10,580 --> 00:02:13,340 with the RMAN tool or Recovery Manager, 41 00:02:13,340 --> 00:02:18,180 and used it to do backups of our database as well as recoveries. 42 00:02:18,180 --> 00:02:21,270 We then looked at data migration with topics 43 00:02:21,270 --> 00:02:24,780 such as external tables that have files that are actually 44 00:02:24,780 --> 00:02:28,320 outside the database that appear to be inside the database, 45 00:02:28,320 --> 00:02:31,710 and data pump, which allows us to pump, if you will, 46 00:02:31,710 --> 00:02:35,250 data out of the database out into files on the operating 47 00:02:35,250 --> 00:02:36,860 system. 48 00:02:36,860 --> 00:02:39,080 We then looked at Oracle networking, 49 00:02:39,080 --> 00:02:41,060 things like the listener process that 50 00:02:41,060 --> 00:02:43,490 listens for incoming connection and how 51 00:02:43,490 --> 00:02:47,120 to configure those three basic network configuration 52 00:02:47,120 --> 00:02:50,870 files in order to make networking function. 53 00:02:50,870 --> 00:02:54,290 So I want to thank you very much for watching this video 54 00:02:54,290 --> 00:02:57,140 and participating in it through the examples. 55 00:02:57,140 --> 00:03:00,650 It's my hope that this has been a very enjoyable experience 56 00:03:00,650 --> 00:03:01,430 for you. 57 00:03:01,430 --> 00:03:03,950 And hopefully, it's really opened your eyes 58 00:03:03,950 --> 00:03:07,550 to sort of the big picture of what's available with Oracle 59 00:03:07,550 --> 00:03:09,410 Database 12c-- 60 00:03:09,410 --> 00:03:11,790 so thanks again for watching. 5097

Can't find what you're looking for?
Get subtitles in any language from opensubtitles.com, and translate them here.