All language subtitles for 01_01-What You Should Expect From This Course-en1

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,350 --> 00:00:05,070 Hello, and welcome to Oracle 12c Database Administration. 2 00:00:05,070 --> 00:00:06,180 My name is Steve Reese. 3 00:00:06,180 --> 00:00:08,100 And I'll be taking you through an overall look 4 00:00:08,100 --> 00:00:11,610 at database administration in the Oracle 12c database 5 00:00:11,610 --> 00:00:12,620 product. 6 00:00:12,620 --> 00:00:15,790 Oracle 12c is the latest version of the Oracle database, 7 00:00:15,790 --> 00:00:19,270 the most widely used commercial database system in the world. 8 00:00:19,270 --> 00:00:21,900 So what should you expect to learn from this course? 9 00:00:21,900 --> 00:00:24,900 We'll begin by looking at the Oracle technology family. 10 00:00:24,900 --> 00:00:26,910 Oracle is a massive company with a large set 11 00:00:26,910 --> 00:00:29,010 of technology offerings that span 12 00:00:29,010 --> 00:00:31,170 the entire enterprise IT stack. 13 00:00:31,170 --> 00:00:34,350 We'll examine their offerings in hardware, operating systems, 14 00:00:34,350 --> 00:00:37,990 virtualization, middleware, and programming language. 15 00:00:37,990 --> 00:00:40,470 Next, we'll focus on our particular interest, the Oracle 16 00:00:40,470 --> 00:00:41,560 database. 17 00:00:41,560 --> 00:00:44,460 We'll cover what a database is and how the Oracle database 18 00:00:44,460 --> 00:00:48,270 product is offered in terms of additions and versions. 19 00:00:48,270 --> 00:00:51,600 Next, we take an in-depth, under the hood look at the Oracle 20 00:00:51,600 --> 00:00:53,070 database architecture. 21 00:00:53,070 --> 00:00:55,800 We'll look at how Oracle uses three basic resources 22 00:00:55,800 --> 00:00:56,530 of a computer-- 23 00:00:56,530 --> 00:01:00,390 CPU, memory, and disk to manage data. 24 00:01:00,390 --> 00:01:02,850 Next, we'll actually step through the process 25 00:01:02,850 --> 00:01:05,010 of installing the Oracle software so 26 00:01:05,010 --> 00:01:06,540 that you can do it yourself. 27 00:01:06,540 --> 00:01:08,220 Once the software is installed, we'll 28 00:01:08,220 --> 00:01:10,920 step through the process of actually planning and creating 29 00:01:10,920 --> 00:01:13,810 an Oracle database using the software. 30 00:01:13,810 --> 00:01:15,600 This will be a database that you, yourself, 31 00:01:15,600 --> 00:01:19,960 can use to experiment and learn more about Oracle database. 32 00:01:19,960 --> 00:01:22,310 Once we have the database and software in place, 33 00:01:22,310 --> 00:01:24,810 we're going to take a look at the most important programming 34 00:01:24,810 --> 00:01:26,460 language in the database world-- 35 00:01:26,460 --> 00:01:28,890 SQL or structured query language. 36 00:01:28,890 --> 00:01:31,530 We'll cover all the basics of querying and manipulating 37 00:01:31,530 --> 00:01:36,230 database data, such as selects, inserts, updates, joins, 38 00:01:36,230 --> 00:01:38,370 and data aggregation with functions. 39 00:01:38,370 --> 00:01:40,740 Once we've built our foundation in SQL, 40 00:01:40,740 --> 00:01:44,580 we'll examine PL/SQL, the programmatic extensions to SQL 41 00:01:44,580 --> 00:01:47,280 that enable us to do typical operations we associate 42 00:01:47,280 --> 00:01:50,220 with programming, things like looping, branching, 43 00:01:50,220 --> 00:01:51,960 and conditional logic. 44 00:01:51,960 --> 00:01:54,360 Once we've learned how to manipulate data in the Oracle 45 00:01:54,360 --> 00:01:56,940 12c database, we'll go deeper into some 46 00:01:56,940 --> 00:02:00,090 of the administrative functions, such as storage management. 47 00:02:00,090 --> 00:02:02,610 We'll examine how Oracle stores data, 48 00:02:02,610 --> 00:02:05,370 both on the micro level, with database blocks, 49 00:02:05,370 --> 00:02:08,100 and at the macro level, with table spaces. 50 00:02:08,100 --> 00:02:10,560 Next, we'll look at the type of database objects 51 00:02:10,560 --> 00:02:13,240 that Oracle stores in these structures, objects 52 00:02:13,240 --> 00:02:14,890 such as tables and partitions. 53 00:02:14,890 --> 00:02:16,470 We'll also look at the different types 54 00:02:16,470 --> 00:02:19,560 of indexes available in Oracle and how they work. 55 00:02:19,560 --> 00:02:21,910 We'll also learn about database constraints, 56 00:02:21,910 --> 00:02:24,240 such as primary keys and foreign keys, 57 00:02:24,240 --> 00:02:26,910 and how they are used to enforce business logic. 58 00:02:26,910 --> 00:02:29,600 Then we'll look at one of the hottest topics in IT today, 59 00:02:29,600 --> 00:02:30,750 security. 60 00:02:30,750 --> 00:02:34,050 We'll learn about the principles behind database security. 61 00:02:34,050 --> 00:02:36,220 We'll examine how to create users and grant them 62 00:02:36,220 --> 00:02:37,440 permissions. 63 00:02:37,440 --> 00:02:40,650 And we'll look at constructs such as profiles and auditing 64 00:02:40,650 --> 00:02:44,560 and how they can be used to better secure a database. 65 00:02:44,560 --> 00:02:46,990 Following our look at security, we begin our look 66 00:02:46,990 --> 00:02:49,360 at some of the more hardcore functions of a database 67 00:02:49,360 --> 00:02:50,580 administrator. 68 00:02:50,580 --> 00:02:52,660 These are operations that are generally restricted 69 00:02:52,660 --> 00:02:54,820 to the responsibility of a DBA. 70 00:02:54,820 --> 00:02:57,940 Here we're talking about things like the process of starting up 71 00:02:57,940 --> 00:02:59,900 and shutting down a database. 72 00:02:59,900 --> 00:03:02,260 We'll look at modifying database parameters 73 00:03:02,260 --> 00:03:04,660 and use the data dictionary to acquire knowledge 74 00:03:04,660 --> 00:03:07,430 about what's actually happening in the database. 75 00:03:07,430 --> 00:03:09,910 We'll examine how we can use logs and trace files 76 00:03:09,910 --> 00:03:11,590 in diagnostic situations. 77 00:03:11,590 --> 00:03:14,800 And we'll learn about how to manage memory in Oracle. 78 00:03:14,800 --> 00:03:16,690 Next, we'll examine what is perhaps 79 00:03:16,690 --> 00:03:19,660 the most important job of a database administrator-- 80 00:03:19,660 --> 00:03:21,250 backup and recovery. 81 00:03:21,250 --> 00:03:23,500 We'll examine how to use Oracle's Recovery 82 00:03:23,500 --> 00:03:28,000 Manager, or RMAN, to take hot, cold, or incremental backups. 83 00:03:28,000 --> 00:03:30,250 And we'll look at the process of database recovery 84 00:03:30,250 --> 00:03:32,440 and how to accomplish this with RMAN. 85 00:03:32,440 --> 00:03:35,380 We also examine the concept of data migration-- 86 00:03:35,380 --> 00:03:37,750 how to move data from one place to another. 87 00:03:37,750 --> 00:03:39,910 Oracle has a number of features to accomplish this. 88 00:03:39,910 --> 00:03:42,460 And we'll examine the most important ones, subjects 89 00:03:42,460 --> 00:03:46,030 like Data Pump and SQL Loader as well as external tables. 90 00:03:46,030 --> 00:03:48,460 Finally, we learn how to configure an Oracle database 91 00:03:48,460 --> 00:03:51,250 for networking to set up a database so that users 92 00:03:51,250 --> 00:03:52,840 can connect to it remotely. 93 00:03:52,840 --> 00:03:55,390 In short, this course covers the entire spectrum 94 00:03:55,390 --> 00:03:58,630 of what Oracle 12c has to offer as a database platform, 95 00:03:58,630 --> 00:04:01,330 from installation to configuration to programming 96 00:04:01,330 --> 00:04:03,260 and administration. 8002

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