All language subtitles for [SubtitleTools.com] Running NETCA And DBCA - Learning Oracle 12c [Video]

af Afrikaans
ak Akan
sq Albanian
am Amharic
ar Arabic Download
hy Armenian
az Azerbaijani
eu Basque
be Belarusian
bem Bemba
bn Bengali
bh Bihari
bs Bosnian
br Breton
bg Bulgarian
km Cambodian
ca Catalan
ceb Cebuano
chr Cherokee
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
ee Ewe
fo Faroese
tl Filipino
fi Finnish
fr French
fy Frisian
gaa Ga
gl Galician
ka Georgian
de German
el Greek
gn Guarani
gu Gujarati
ht Haitian Creole
ha Hausa
haw Hawaiian
iw Hebrew
hi Hindi
hmn Hmong
hu Hungarian
is Icelandic
ig Igbo
id Indonesian
ia Interlingua
ga Irish
it Italian
ja Japanese
jw Javanese
kn Kannada
kk Kazakh
rw Kinyarwanda
rn Kirundi
kg Kongo
ko Korean
kri Krio (Sierra Leone)
ku Kurdish
ckb Kurdish (Soranî)
ky Kyrgyz
lo Laothian
la Latin
lv Latvian
ln Lingala
lt Lithuanian
loz Lozi
lg Luganda
ach Luo
lb Luxembourgish
mk Macedonian
mg Malagasy
ms Malay
ml Malayalam
mt Maltese
mi Maori
mr Marathi
mfe Mauritian Creole
mo Moldavian
mn Mongolian
my Myanmar (Burmese)
sr-ME Montenegrin
ne Nepali
pcm Nigerian Pidgin
nso Northern Sotho
no Norwegian
nn Norwegian (Nynorsk)
oc Occitan
or Oriya
om Oromo
ps Pashto
fa Persian
pl Polish
pt-BR Portuguese (Brazil)
pt Portuguese (Portugal)
pa Punjabi
qu Quechua
ro Romanian
rm Romansh
nyn Runyakitara
ru Russian
sm Samoan
gd Scots Gaelic
sr Serbian
sh Serbo-Croatian
st Sesotho
tn Setswana
crs Seychellois Creole
sn Shona
sd Sindhi
si Sinhalese
sk Slovak
sl Slovenian
so Somali
es Spanish
es-419 Spanish (Latin American)
su Sundanese
sw Swahili
sv Swedish
tg Tajik
ta Tamil
tt Tatar
te Telugu
th Thai
ti Tigrinya
to Tonga
lua Tshiluba
tum Tumbuka
tr Turkish
tk Turkmen
tw Twi
ug Uighur
uk Ukrainian
ur Urdu
uz Uzbek
vi Vietnamese
cy Welsh
wo Wolof
xh Xhosa
yi Yiddish
yo Yoruba
zu Zulu
Would you like to inspect the original subtitles? These are the user uploaded subtitles that are being translated: 1 00:00:01,410 --> 00:00:03,360 In this lesson, we're going to take a look 2 00:00:03,360 --> 00:00:05,010 at a couple of tools that will be 3 00:00:05,010 --> 00:00:09,330 used during the course of an Oracle database creation. 4 00:00:09,330 --> 00:00:12,960 They really are a part of the installation process, 5 00:00:12,960 --> 00:00:15,480 but they come between an installation 6 00:00:15,480 --> 00:00:18,480 of the software and the actual database creation. 7 00:00:18,480 --> 00:00:21,720 So they are part of the installation process. 8 00:00:21,720 --> 00:00:24,790 The first that we'll look at is NetCA, which is the Network 9 00:00:24,790 --> 00:00:27,300 Configuration Assistant. 10 00:00:27,300 --> 00:00:28,500 So NetCA Is? 11 00:00:28,500 --> 00:00:31,440 Going to provide the network framework 12 00:00:31,440 --> 00:00:32,940 for our Oracle database. 13 00:00:32,940 --> 00:00:34,730 So that's going to include something called 14 00:00:34,730 --> 00:00:37,230 a listener, which is a process that listens 15 00:00:37,230 --> 00:00:39,450 for incoming connections. 16 00:00:39,450 --> 00:00:41,040 Then we'll take an introductory look 17 00:00:41,040 --> 00:00:45,180 at DBCA, which is the Database Configuration Assistant. 18 00:00:45,180 --> 00:00:50,380 That is the primary tool that we'll use to build a database. 19 00:00:50,380 --> 00:00:52,590 So what I'm going to do is open a command prompt 20 00:00:52,590 --> 00:01:00,500 here and type netca, which opens the Oracle Net Configuration 21 00:01:00,500 --> 00:01:02,780 Assistant. 22 00:01:02,780 --> 00:01:04,580 So the Net Configuration Assistant 23 00:01:04,580 --> 00:01:07,670 can actually allow us to do several different things. 24 00:01:07,670 --> 00:01:09,980 We're going to talk about listener configuration. 25 00:01:09,980 --> 00:01:13,550 That's the primary thing that we want to do in this lesson. 26 00:01:13,550 --> 00:01:16,280 We can also change our naming methods-- 27 00:01:16,280 --> 00:01:21,450 so how Oracle will resolve various database names-- 28 00:01:21,450 --> 00:01:24,910 our local net service name configuration 29 00:01:24,910 --> 00:01:28,960 to configure network services, and our directory usage 30 00:01:28,960 --> 00:01:33,150 configuration, which would allow us to use things like an LDAP-- 31 00:01:33,150 --> 00:01:36,890 a Lightweight Directory Access Protocol server. 32 00:01:36,890 --> 00:01:40,090 We, however, want to look at listener configuration. 33 00:01:40,090 --> 00:01:42,890 And there's actually a reason that we're doing this 34 00:01:42,890 --> 00:01:45,200 before the database creation. 35 00:01:45,200 --> 00:01:47,330 In the process of the database creation, 36 00:01:47,330 --> 00:01:49,670 we want to install some components that 37 00:01:49,670 --> 00:01:52,970 will allow us to use Oracle Enterprise Manager. 38 00:01:52,970 --> 00:01:56,660 And in order for those to function and install properly, 39 00:01:56,660 --> 00:01:59,870 the listener already has to be set up and configured. 40 00:01:59,870 --> 00:02:04,400 So we select Listener Configuration, click Next. 41 00:02:04,400 --> 00:02:08,390 We have options to Add, Reconfigure, Delete, or Rename. 42 00:02:08,390 --> 00:02:11,490 We don't have any listener on here at this point, 43 00:02:11,490 --> 00:02:13,790 so we're only given the option to Add. 44 00:02:13,790 --> 00:02:17,180 If we did have a listener running on this server, 45 00:02:17,180 --> 00:02:20,030 we could do things like changing its configuration, 46 00:02:20,030 --> 00:02:22,450 deleting it, or renaming it. 47 00:02:22,450 --> 00:02:25,190 So we click Next. 48 00:02:25,190 --> 00:02:28,670 Here we can choose our name for our listener. 49 00:02:28,670 --> 00:02:32,480 The default is LISTENER, and that is most commonly used. 50 00:02:32,480 --> 00:02:35,270 You could suffix the listener name 51 00:02:35,270 --> 00:02:38,570 with the machine name, a port number, something 52 00:02:38,570 --> 00:02:39,270 of that nature. 53 00:02:39,270 --> 00:02:40,780 If you wish. 54 00:02:40,780 --> 00:02:43,120 Click Next. 55 00:02:43,120 --> 00:02:45,070 Next we have to select the protocols 56 00:02:45,070 --> 00:02:47,260 we want Oracle to use. 57 00:02:47,260 --> 00:02:52,540 Typically, we use the Transfer Control Protocol, which is TCP. 58 00:02:52,540 --> 00:02:55,960 We do have other protocols available as well. 59 00:02:55,960 --> 00:02:58,130 Click Next. 60 00:02:58,130 --> 00:03:01,230 Now we have to select the port number that we wish to use. 61 00:03:01,230 --> 00:03:06,620 The standard port for an Oracle database listens on port 1521. 62 00:03:06,620 --> 00:03:10,130 We can click here and choose a different port number 63 00:03:10,130 --> 00:03:11,210 if we wish. 64 00:03:11,210 --> 00:03:14,480 We will leave 1521 as our standard. 65 00:03:14,480 --> 00:03:17,690 This is a subject of some controversy today-- 66 00:03:17,690 --> 00:03:20,240 at least as it pertains to security. 67 00:03:20,240 --> 00:03:25,190 Because the standard port 1521 is so known and associated 68 00:03:25,190 --> 00:03:28,040 with the Oracle database, some security experts 69 00:03:28,040 --> 00:03:31,940 consider this an open invitation to an attack. 70 00:03:31,940 --> 00:03:33,500 But they do have to breach it. 71 00:03:33,500 --> 00:03:36,630 Just knowing the port is not enough. 72 00:03:36,630 --> 00:03:40,100 So you can generally feel safe using port 1521. 73 00:03:40,100 --> 00:03:42,710 If you work in an environment that has other concerns, 74 00:03:42,710 --> 00:03:46,040 then you may be required to use a different port number. 75 00:03:46,040 --> 00:03:48,850 Click Next. 76 00:03:48,850 --> 00:03:52,060 And it's pretty well-configured at this point. 77 00:03:52,060 --> 00:03:54,040 Do we want to configure another listener? 78 00:03:54,040 --> 00:03:56,140 We say-- leave No selected. 79 00:03:56,140 --> 00:03:56,800 Click Next. 80 00:04:00,360 --> 00:04:02,100 And the configuration is complete. 81 00:04:02,100 --> 00:04:05,380 We see a little bit of output, here, from our command prompt. 82 00:04:05,380 --> 00:04:06,990 And we click Next. 83 00:04:06,990 --> 00:04:09,030 Takes us back to the original screen. 84 00:04:09,030 --> 00:04:12,210 We can click Cancel here. 85 00:04:12,210 --> 00:04:15,730 All right, the Database Configuration Assistant-- 86 00:04:15,730 --> 00:04:19,950 so to launch that, we type dbca. 87 00:04:19,950 --> 00:04:23,550 Now, the DBCA is Oracle's standardized way 88 00:04:23,550 --> 00:04:25,500 of creating a database. 89 00:04:25,500 --> 00:04:28,230 So it's going to step us through all of the options 90 00:04:28,230 --> 00:04:31,470 that we need, give us a lot of different ways 91 00:04:31,470 --> 00:04:33,280 that we can create the database. 92 00:04:33,280 --> 00:04:35,760 We can do automatic types of creation 93 00:04:35,760 --> 00:04:37,710 where we just accept the defaults, 94 00:04:37,710 --> 00:04:40,170 and then we can do more hands-on, manual type 95 00:04:40,170 --> 00:04:42,670 of database creations as well. 7605

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