Administrasi Basis Data

Slides:



Advertisements
Presentasi serupa
Developing Knowledge Management dalam perusahaan Week 10 – Pert 19 & 20 (Off Class Session)
Advertisements

WE-2010 Web Engineering Husni husni.trunojoyo.ac.id
An ERP for Travel Company
Data Mining dan Aplikasi untuk Knowledge Management
Kontrol Data Set.
Perangkat Lunak Komputer (Software) And Teknologi Informasi (TI)
PEMOGRAMAN BERBASIS JARINGAN
Aspek Sosial & Organisasi Restyandito, S.Kom, MSIS.
Perancangan Web dan Internet. Introduction ? •What is a web site ? •What Is Internet ?
Hadi Syahrial (Health IT Security Forum)
Aplikasi dan Pemrograman Jaringan
Copyright © 2007 – Badan Meteorologi dan Geofisika.
Materi Analisa Perancangan System.
Database Recovery Department of Computers Science Faculity Mathematics and Natural Science University of Pakuan Bogor 2011.
DATABASE ADMINISTRATION
1 Pertemuan > Desain fisik basis data Matakuliah: >/ > Tahun: > Versi: >
IT SEBAGAI ALAT UNTUK MENCIPTAKAN KEUNGGULAN KOMPETISI
IT Project Management Based on PMBOK
Siklus Manajemen Pengetahuan
1.1 VISUAL STUDIO 2008 / VISUAL BASIC.NET By Wan hendra M
CORPORATE GOVERNANCE Based on Two Boards System LEAD BY GCG Shareholders through GMoS Corporate governance refers to the structures and processes.
Slide 3-1 Elmasri and Navathe, Fundamentals of Database Systems, Fourth Edition Revised by IB & SAM, Fasilkom UI, 2005 Exercises Apa saja komponen utama.
PENGANTAR URBAN DESAIN
Pemrograman Dasar Warsun Najib
Aplikasi Teknologi Informasi Dalam Pendidikan Bahan Kuliah Program Studi Manajemen Pendidikan-S2 Program Pascasarjana Universitas Ahmad Dahlan Dosen: Drs.
Taken From William Stallings Chapter 2 TCP/IP Models.
Review IS & Software System Concept Diah Priharsari PTIIK – Universitas Brawijaya Source: 1.Obrien & Marakas, Management Information.
Introduction to The Design & Analysis of Algorithms
Database Create-Retrieve-Update-Delete (CRUD)
PENGENALAN PL/SQL.
KNOWLEDGE MANAGEMENT: philosophy, processes, and pitfalls EXTRACTED FROM Soo, Devinney, Midgley, Deering (2002) CALIFORNIA MANAGEMENT REVIEW, 44 (4) 1seri.
IT , Jaringan,Internet,E-commerce
CIFOR Presentation: IndonesiaDLN. Center for International Forestry Research.
Ilmu Komputer, FMIPA UGM
PROSES PADA WINDOWS Pratikum SO. Introduksi Proses 1.Program yang sedang dalam keadaan dieksekusi. 2.Unit kerja terkecil yang secara individu memiliki.
M. Suwarso Kegiatan Lembaga Standarisasi Internasional Dalam Hal Telepon Internet Telepon Internet.
Pengantar/pengenalan (Introduction)
Could not load an object because it is not avaliable on this machine. Tidak dapat memuat sebuah benda karena tidak tersedia pada mesin ini.
TIPE – TIPE SOLUSI DATA WAREHOUSE
IT ASSESSMENTS Albert Fleming Lukito Agusdianto Bayu Astha Linda W Patrick Prawira Rinaldo Stepan Sidabutar William.
What are the elements of a web page?. DfM DfM
How human charactersitics, practitioners’ habits and health care system regulations affet the research and development of medical devices.
INTEGRITY CONSTRAINTS Database System Concepts, Second Edition, Chapter 5, page 149.
Risk Management.
Oleh: Dr. Sri Widati,S.Sos.,M.Si
1 Magister Teknik Perencanaan Universitas Tarumanagara General View On Graduate Program Urban & Real Estate Development (February 2009) Dr.-Ing. Jo Santoso.
Thinking in terms of “Systems” What is a system? A system is a collection of interrelated components (subsystems) that function together to achieve some.
LOGO Manajemen Data Berdasarkan Komputer dengan Sistem Database.
Chapter 1 Pendahuluan Komputer sebagai sebuah sistem yang berhirarki
ORGANISASI KOMPUTER Oleh : PUTRA PRIMA NAUFAL, S.ST SUMBER
We are in search of passionate and driven individual to become one of the few Management Associates who will be developed to become bright leaders in the.
Human Resource Management MSDM strategis M-2 1Tony Soebijono.
Definisi VLAN Pemisahan jaringan secara logis yang dilakukan pada switch Pada tradisional switch, dalam satu switch menunjukkan satu segmentasi LAN.
MODELS OF PR SYIFA SA. Grunig's Four models of Public Relations Model Name Type of Communica tion Model Characteristics Press agentry/ publicity model.
Metodologi Penelitian dalam Bidang Informatika
Pemrograman Sistem Basis Data Chapter II Database Sistem (Lanjutan)
3.1 © 2007 by Prentice Hall OVERVIEW Information Systems, Organizations, and Strategy.
Aplikasi Manipulasi Data
MANPRO-M13: MUTU PROYEK SISTEM
© 2007 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Fungsi dan Protokol Layer Aplikasi Network Fundamentals – Chapter 3.
© 2009 Fakultas Teknologi Informasi Universitas Budi Luhur Jl. Ciledug Raya Petukangan Utara Jakarta Selatan Website:
Structured Query Language (SQL)
1 PENGANTAR APLIKASI KOMPUTER Haryoso Wicaksono, S.Si. MICROSOFT WINDOWS #2.
Mengapa Strategi Gagal Diterapkan?
Customer Service and Logistics
Slide 1 Chapter 1: Introduction to Systems Analysis and Design Alan Dennis, Barbara Wixom, and David Tegarden John Wiley & Sons, Inc.
Administrasi Data dan Basis data
BASIS DATA TERAPAN TINALIAH, S. Kom. Tujuan Perkuliahan  Mahasiswa mempelajari bagaimana mengelola database, mengakses data, mengubah data, membuat stored.
Xiong, et al. A survey of core and support activities of communicable disease surveillance systems at operating-level CDCs in China. BMC Public Health.
What is Kerberos? Network Security.
Transcript presentasi:

Administrasi Basis Data Yoannita

Database Users Pengguna database dibedakan berdasarkan keperluan dan cara mereka berinteraksi dengan sistem. Application programmers – interact with system through DML calls Sophisticated users – form requests in a database query language Specialized users – write specialized database applications that do not fit into the traditional data processing framework Naïve users – invoke one of the permanent application programs that have been written previously E.g. people accessing database over the web, bank tellers, clerical staff

Database Administrator Coordinates all the activities of the database system; the database administrator has a good understanding of the enterprise’s information resources and needs. Database administrator's duties include: Schema definition Storage structure and access method definition Schema and physical organization modification Granting user authority to access the database Specifying integrity constraints Acting as liaison with users Monitoring performance and responding to changes in requirements

Transaction Management A transaction is a collection of operations that performs a single logical function in a database application Transaction-management component ensures that the database remains in a consistent (correct) state despite system failures (e.g., power failures and operating system crashes) and transaction failures. Concurrency-control manager controls the interaction among the concurrent transactions, to ensure the consistency of the database.

Storage Management Storage manager is a program module that provides the interface between the low-level data stored in the database and the application programs and queries submitted to the system. The storage manager is responsible to the following tasks: interaction with the file manager efficient storing, retrieving and updating of data

Overall System Structure

Application Architectures Two-tier architecture: E.g. client programs using ODBC/JDBC to communicate with a database Three-tier architecture: E.g. web-based applications, and applications built using “middleware”

Bahasa Basis Data : SQL SQL (Structured Query Language) SQL merupakan kombinasi aljabar relasional dan kalkulus relasional. Versi aslinya bernama Sequel, pertama kali dikembangkan oleh IBM San Jose Research Laboratory dan diimplementasikan pd System R Project (awal 1970-an) Bahasa Sequel berkembang dan berubah menjadi SQL (Structured Query Language)

Definisi Administrasi Tradisional Administrasi data (DA): Fungsi high-level yang bertanggung jawab atas keseluruhan manajemen sumber daya data dalam organisasi, mencakup: pemeliharaan definisi dan standar data organisasi Administrasi basis data (DBA): Fungsi teknis yang bertanggung jawab atas perancangan basis data fisik dan penanganan masalah teknis seperti: keamanan, kinerja, backup dan recovery. Created by Paulus Presented by Wenripin Chandra STMIK MIKROSKIL

Fungsi Administrasi Data Tradisional Kebijakan, prosedur, dan standar data Perencanaan Penyelesaian konflik kepemilikan data Pemasaran internal akan konsep administrasi data Mengelola repositori data Pemilihan perangkat keras dan lunak Instalasi/upgrade DBMS Tuning kinerja basis data Meningkatkan kinerja pemrosesan query Mengelola keamanan, privasi, dan keutuhan data Backup dan recovery

Perubahan Pandangan akan Administrasi Data Menggabungkan administrasi data dan basis data ke dalam satu peran Fast-track development – mengawasi proses pengembangan (analisis, perancangan, implementasi, dan perawatan) Procedural DBA – mengelola mutu trigger dan stored procedure eDBA – mengelola aplikasi basis data Internet PDA DBA – sinkronisasi data dan pengelolaan basis data personal Administrasi data warehouse

SQL Server Configuration Manager

SERVER LEVEL MAINTENANCE Salah satu bagian dari administrasi sistem adalah penanggulangan bencana.

Monitoring status SQL Server

Setting SQL Server untuk mulai secara otomatis saat OS di reboot