All language subtitles for [SubtitleTools.com] Stepping Through Database Creation - Part 1 - 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,440 --> 00:00:04,700 In this lesson, we're going to actually build our database. 2 00:00:04,700 --> 00:00:07,890 I already have the software installation complete. 3 00:00:07,890 --> 00:00:09,540 In this case, that's a requirement 4 00:00:09,540 --> 00:00:11,680 before you can build the database. 5 00:00:11,680 --> 00:00:14,070 And we're going to start the DBCA-- 6 00:00:14,070 --> 00:00:16,080 Database Configuration Assistant-- 7 00:00:16,080 --> 00:00:18,250 and step through this process. 8 00:00:18,250 --> 00:00:20,730 So there is a lot here because we're 9 00:00:20,730 --> 00:00:25,590 going to actually do the most manual customized version 10 00:00:25,590 --> 00:00:29,890 of the install that we possibly can for learning purposes. 11 00:00:29,890 --> 00:00:32,070 So we'll take these steps one at a time 12 00:00:32,070 --> 00:00:34,990 and we'll look at each aspect as we go. 13 00:00:34,990 --> 00:00:39,780 So to invoke or start the DBCA from a command line, 14 00:00:39,780 --> 00:00:44,420 I simply type DBCA. 15 00:00:44,420 --> 00:00:47,330 And this starts the Database Configuration Assistant, 16 00:00:47,330 --> 00:00:52,160 which is Oracle's Java-based wizard to create a database. 17 00:00:52,160 --> 00:00:54,840 There are many ways to create a database. 18 00:00:54,840 --> 00:00:56,300 We could also do it manually. 19 00:00:56,300 --> 00:00:58,970 It can be done entirely through scripting 20 00:00:58,970 --> 00:01:03,290 and that is the choice of many senior DBAs, is if you will-- 21 00:01:03,290 --> 00:01:06,200 do it hands on with a scripting method. 22 00:01:06,200 --> 00:01:09,080 But the Database Configuration Assistant 23 00:01:09,080 --> 00:01:13,740 has evolved a lot over time to a really useful tool. 24 00:01:13,740 --> 00:01:16,550 And so, when you need to do a single installation 25 00:01:16,550 --> 00:01:21,170 of a database, then this can often be the tool of choice. 26 00:01:21,170 --> 00:01:22,700 So the first question we have here 27 00:01:22,700 --> 00:01:25,040 is what do we actually want to do? 28 00:01:25,040 --> 00:01:27,800 So this looks at the installation of Oracle 29 00:01:27,800 --> 00:01:30,950 that's already on here and comes up with the options-- 30 00:01:30,950 --> 00:01:33,470 highlights them, grays out other options-- 31 00:01:33,470 --> 00:01:36,290 based on what it already sees on the machine. 32 00:01:36,290 --> 00:01:39,920 So it gives us the option of creating a database or managing 33 00:01:39,920 --> 00:01:40,850 templates. 34 00:01:40,850 --> 00:01:44,540 When we manage templates, we're really managing a file 35 00:01:44,540 --> 00:01:45,980 that Oracle stores-- 36 00:01:45,980 --> 00:01:48,140 or, really the installer stores-- 37 00:01:48,140 --> 00:01:51,000 that can have templates of databases. 38 00:01:51,000 --> 00:01:54,530 So we could create a database, save it as a template, 39 00:01:54,530 --> 00:01:56,000 and then use it later. 40 00:01:56,000 --> 00:01:59,210 If we had an existing database on here already, 41 00:01:59,210 --> 00:02:03,130 we could configure the options for it or delete it. 42 00:02:03,130 --> 00:02:07,250 With the features of 12c and the Multitenant Architecture, 43 00:02:07,250 --> 00:02:11,050 we can also manage our pluggable databases from this point. 44 00:02:11,050 --> 00:02:13,910 But for our purposes, we want to create the database. 45 00:02:13,910 --> 00:02:16,220 So we click Next. 46 00:02:16,220 --> 00:02:18,890 Now, notice here that we're at step two of five. 47 00:02:18,890 --> 00:02:21,690 So we're really moving along quickly, we're almost half 48 00:02:21,690 --> 00:02:22,190 done. 49 00:02:22,190 --> 00:02:22,970 Right? 50 00:02:22,970 --> 00:02:24,440 Well, not necessarily. 51 00:02:24,440 --> 00:02:27,920 If we want to do the quickest, most straightforward creation 52 00:02:27,920 --> 00:02:30,420 of a database that accepts the defaults, 53 00:02:30,420 --> 00:02:31,580 we can do it that way. 54 00:02:31,580 --> 00:02:34,700 And we basically fill out all the information in the top 55 00:02:34,700 --> 00:02:36,020 and click Next. 56 00:02:36,020 --> 00:02:38,480 And it will pretty well do the prerequisite checks 57 00:02:38,480 --> 00:02:40,430 and then create the database. 58 00:02:40,430 --> 00:02:42,830 But for our purposes, we want to click Advanced Mode. 59 00:02:42,830 --> 00:02:46,670 Now, notice that goes from step two of five to two of 13. 60 00:02:46,670 --> 00:02:49,760 So there's a lot of steps involved here in an Advanced 61 00:02:49,760 --> 00:02:50,750 Mode installation. 62 00:02:50,750 --> 00:02:52,250 But that's the one where we're going 63 00:02:52,250 --> 00:02:53,840 to get the greatest amount of control 64 00:02:53,840 --> 00:02:56,870 and learn the most about what's actually happening. 65 00:02:56,870 --> 00:03:00,110 So Advanced Mode and click Next. 66 00:03:00,110 --> 00:03:01,670 So we were talking about templates 67 00:03:01,670 --> 00:03:04,910 and this is where templates are listed. 68 00:03:04,910 --> 00:03:07,850 It has a couple here by default, so we've not 69 00:03:07,850 --> 00:03:09,410 created any templates. 70 00:03:09,410 --> 00:03:12,200 It has the general purpose or transaction processing 71 00:03:12,200 --> 00:03:15,830 database, a custom database, or a data warehouse. 72 00:03:15,830 --> 00:03:18,890 So you can use these at your discretion. 73 00:03:18,890 --> 00:03:20,900 We can also learn a little more about them 74 00:03:20,900 --> 00:03:24,850 by selecting and clicking Show Details. 75 00:03:24,850 --> 00:03:27,250 So these are the components that would be installed 76 00:03:27,250 --> 00:03:30,950 during a transaction processing or general purpose database; 77 00:03:30,950 --> 00:03:33,160 these are initialization parameters 78 00:03:33,160 --> 00:03:36,730 that control the configuration of the database; character 79 00:03:36,730 --> 00:03:39,320 sets; data files and their location, 80 00:03:39,320 --> 00:03:40,940 and so on and so forth. 81 00:03:40,940 --> 00:03:43,030 So you can learn more about these templates 82 00:03:43,030 --> 00:03:45,070 by clicking Show Details. 83 00:03:45,070 --> 00:03:47,370 For our purposes, we want to click Custom Database 84 00:03:47,370 --> 00:03:49,660 because we want to step through the process of doing it 85 00:03:49,660 --> 00:03:51,490 in a custom fashion. 86 00:03:51,490 --> 00:03:52,210 Click Next. 87 00:03:55,010 --> 00:03:57,440 Now, we need to give our database a name. 88 00:03:57,440 --> 00:04:00,030 So we have the global database name, 89 00:04:00,030 --> 00:04:02,090 which is the way it appears on a network, 90 00:04:02,090 --> 00:04:05,210 and then what's called the SID, or System Identifier. 91 00:04:05,210 --> 00:04:07,580 And the SID is the database name as it 92 00:04:07,580 --> 00:04:10,620 pertains to the database itself internally. 93 00:04:10,620 --> 00:04:11,990 In this case, we're going to take 94 00:04:11,990 --> 00:04:16,620 these standard name for a test Oracle database, if you will, 95 00:04:16,620 --> 00:04:18,140 which is orcl. 96 00:04:18,140 --> 00:04:21,890 Notice that the SID fills in the bottom, as well. 97 00:04:21,890 --> 00:04:23,810 This is the step where we also have the option 98 00:04:23,810 --> 00:04:26,420 to create this as a container database, 99 00:04:26,420 --> 00:04:28,830 using the Multitenant Architecture. 100 00:04:28,830 --> 00:04:32,000 And then we can specify the number of PDBs, 101 00:04:32,000 --> 00:04:35,490 plugin databases, their name, so on and so forth. 102 00:04:35,490 --> 00:04:37,910 But for our purposes, we'll stick with the standard Oracle 103 00:04:37,910 --> 00:04:40,670 Database and click Next. 104 00:04:40,670 --> 00:04:44,360 Now, at this point we have our Enterprise Manager option. 105 00:04:44,360 --> 00:04:48,380 Enterprise Manager is going to be Oracle's tool for managing 106 00:04:48,380 --> 00:04:51,440 an Oracle Database, at least from the database 107 00:04:51,440 --> 00:04:53,340 administration perspective. 108 00:04:53,340 --> 00:04:56,280 And we have a couple of options here. 109 00:04:56,280 --> 00:04:59,860 We can choose not to use Enterprise Manager at all; 110 00:04:59,860 --> 00:05:02,740 we can select Configure Enterprise Manager Database 111 00:05:02,740 --> 00:05:06,280 Express, which is going to be kind 112 00:05:06,280 --> 00:05:09,130 of a light version of Enterprise Manager; 113 00:05:09,130 --> 00:05:13,510 or we could do both and register this with Enterprise Manager 114 00:05:13,510 --> 00:05:14,600 Cloud Control. 115 00:05:14,600 --> 00:05:16,480 And this would require an environment 116 00:05:16,480 --> 00:05:20,080 where a Cloud Control server, so an Oracle Enterprise Manager 117 00:05:20,080 --> 00:05:24,970 12c management server, has already been setup. 118 00:05:24,970 --> 00:05:28,360 We'd put in the host name, the port, and an admin user name 119 00:05:28,360 --> 00:05:29,440 and password. 120 00:05:29,440 --> 00:05:31,840 And when we create the database, it would automatically 121 00:05:31,840 --> 00:05:34,700 register with Cloud Control. 122 00:05:34,700 --> 00:05:38,850 In our case, we don't have any of this set up for our purposes 123 00:05:38,850 --> 00:05:40,610 so we'll deselect that but we'll leave 124 00:05:40,610 --> 00:05:44,570 Configure Enterprise Manager Database Express selected. 125 00:05:44,570 --> 00:05:46,330 Click Next. 126 00:05:46,330 --> 00:05:47,680 Now we have credentials. 127 00:05:47,680 --> 00:05:52,120 So we need to give passwords to the administrative users 128 00:05:52,120 --> 00:05:53,880 that Oracle includes. 129 00:05:53,880 --> 00:05:58,030 So those are SIS and SYSTEM, the highest administrative users 130 00:05:58,030 --> 00:05:59,590 in an Oracle database. 131 00:05:59,590 --> 00:06:03,130 We can give our passwords here, then give confirmation. 132 00:06:03,130 --> 00:06:05,470 Going to click down here where it says 133 00:06:05,470 --> 00:06:07,720 Use The Same Administrative Password. 134 00:06:07,720 --> 00:06:09,550 Now, we're doing this for simplicity's sake. 135 00:06:09,550 --> 00:06:11,410 This is certainly not recommended 136 00:06:11,410 --> 00:06:13,270 in a true database that's going to be 137 00:06:13,270 --> 00:06:17,660 used by a company, particularly a production database. 138 00:06:17,660 --> 00:06:19,030 We're going to type in a password 139 00:06:19,030 --> 00:06:24,110 here, confirm the password, and it 140 00:06:24,110 --> 00:06:26,300 says the password does not conform 141 00:06:26,300 --> 00:06:29,480 to Oracle recommended standards, and then gives those standards. 142 00:06:29,480 --> 00:06:32,480 It's your choice how complex the password that you 143 00:06:32,480 --> 00:06:36,470 want to type in but, at this point, do keep track of it 144 00:06:36,470 --> 00:06:40,220 because we will use these passwords throughout the rest 145 00:06:40,220 --> 00:06:42,200 of this installation. 11769

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