Added dbadmin.
Signed-off-by: Willy Sudiarto Raharjo <willysr@gmail.com>
This commit is contained in:
@@ -0,0 +1,75 @@
|
||||
<!DOCTYPE html>
|
||||
<head>
|
||||
<title>Willy Sudiarto Raharjo - Database Administration</title>
|
||||
<meta name="keywords" content="Willy, Willy Sudiarto Raharjo, Willy SR, WillySR, UKDW, Dosen, Universitas Kristen Duta Wacana, Administrasi Basis Data, Informatika" />
|
||||
<meta name="description" content="Situs ini berisi halaman materi untuk kelas Administrasi Basis Data Universitas Kristen Duta Wacana" />
|
||||
<link rel="icon" href="../images/favicon.ico" type="image/ico" />
|
||||
<style type="text/css">
|
||||
@import "../includes/index.css";
|
||||
@import "../includes/normalize.css";
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<?php
|
||||
include "../includes/functions.php";
|
||||
?>
|
||||
<header role="banner">
|
||||
<?php
|
||||
include "../includes/courses.php";
|
||||
?>
|
||||
</header>
|
||||
<section class="title">Database Administration</section>
|
||||
<section class="sidebar">
|
||||
<header>
|
||||
<h3>Jadwal</h3>
|
||||
</header>
|
||||
<aside>
|
||||
<p>Grup A<br/>Hari Selasa<br/>Jam 9.30 - 11.00<br/>Ruang </p>
|
||||
</aside>
|
||||
</section>
|
||||
<section class="classinfo">
|
||||
<section class="notice">
|
||||
<header>
|
||||
<h1>PEMBERITAHUAN</h1>
|
||||
</header>
|
||||
<p>Bagi yang hendak mengambil matakuliah ini, Anda <strong>diwajibkan untuk mendaftarkan diri pada platform <a href="https://aws.amazon.com/education/awseducate/">AWS Educate</a>, <a href="https://www.oracle.com/cloud/free/">Oracle Cloud</a>, dan <a href="https://www.mongodb.com/cloud/atlas">MongoDB Atlas</a>.</strong>.</p>
|
||||
</section>
|
||||
<section class="description">
|
||||
<header>
|
||||
<h1>PENGANTAR</h1>
|
||||
</header>
|
||||
<p>Mata kuliah ini memperkenalkan peran penting dari seorang basis data administrator. Materi-materi dasar dan penting untuk diketahui oleh seorang
|
||||
database administrator dapat dipelajari melalui arsitektur sistem basis data client server, replikasi, kinerja database, manajemen user dan akses. Pada
|
||||
akhir mata kuliah ini mahasiswa mampu untuk melakukan pengelolaan dasar dari sebuah basis data untuk perusahaan.</p>
|
||||
</section>
|
||||
</section>
|
||||
|
||||
<section class="material">
|
||||
<header>
|
||||
<h1>MATERI</h1>
|
||||
</header>
|
||||
<ol>
|
||||
<li>Syllabus</li>
|
||||
<li>Redhat Linux Administration 1</li>
|
||||
<li>Basic MariaDB Administration</li>
|
||||
<li>MariaDB Replication</li>
|
||||
<li>MariaDB Performance Tuning</li>
|
||||
<li>Basic MongoDB Administration</li>
|
||||
<li>Basic MongoDB Query</li>
|
||||
<li>Oracle Transaction Processing Using Oracle Cloud</li>
|
||||
</ol>
|
||||
</section>
|
||||
<section class="references">
|
||||
<header>
|
||||
<h1>REFERENSI</h1>
|
||||
</header>
|
||||
<ol>
|
||||
<li>Schwartz, B., Zaitsev, P., Tkachenko, V., 2012. High Performance MySQL: Optimization, Backups, and Replication. Third Edition, O'Reilly Media</a></li>
|
||||
<li>Edward, S.G., Sabharwal, N. 2015. Practical MongoDB: Architecting, Developing, and Administering MongoDB. Apress.</li>
|
||||
</ol>
|
||||
</section>
|
||||
<?php
|
||||
include "../includes/footer.php";
|
||||
?>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user