Each running Oracle database is associated with an Oracle instance. When a database is started on a database server, the Oracle software allocates a shared memory area called the System Global Area (SGA) and starts several Oracle background processes. This combination of the SGA and the Oracle processes is called an Oracle instance. After starting [...]
Archive for the ‘Database’ Category
What we want to learn here is creating a database using Database Configuration Assistant. I created this tutorial as simple as possible :] A standard installation can be completed on a computer with 1 GB of RAM and 1.5 GB of swap space or larger. Depending on the activity level of the machine on which [...]
Simple Example of NHibernate and SQL Server 2008
Posted: April 1, 2010 in C#, Database, ProgrammingTags: C#, Database, NHibernate, SQL Server 2008
In this article, i will create a simple application that implent NHibernate, and in database side, i will use SQL Server 2008. What is NHibernate ? I will not explain it in there, so many explanation what it is in internet, like in here. You can download latest NHibernate version here. First, i will create [...]
I got a little stupid thing when i want to login into my Oracle Server. here is the problem, i cannot open login page Nah, after got some time, i found the the solution. When i restart my server, some of Oracle services stopped. A good way to solve this, set all of the Oracle [...]
Langkah-langkah Instalasi SQL Server 2008 Enterprise
Posted: November 21, 2009 in DatabaseTags: Database, SQL Server 2008, Windows
Database merupakan tempat penyimpanan data, yang memudahkan pengolahan dan pencarian data. SQL Server 2008 merupakan DBMS (Database Management System) yang powerfull untuk mengolah data. Di samping memiliki user interface yang mudah digunakan,. SQL Server 2008 juga memiliki fitur tambahan yang bisa diimplementasikan untuk meningkatkan performa dan mengurangi tempat penyimpanan Berikut ini file tutorial instalasi SQL [...]
TOP SQL Server: ORACLE: MySQL:
Oracle Database and C# : SQL Function
Posted: March 26, 2009 in C#, Database, ProgrammingTags: C#, Database, Oracle
Function for Query ex : SELECT Function for DML ex : UPDATE, DELETE
Definisi Format CSV merupakan salah satu format yang digunakan dalam standar file ASCII. Format ini menggunakan tanda koma (,) sebagai pemisah antara satu elemen dengan yang lainnya.
Referential Integrity Constraint digunakan untuk menjaga konsistensi baris-baris data antara dua buah tabel. Aturan ini mengharuskan sebuah baris pada sebuah tabel yang terelasikan pada tabel lain harus mengacu pada sebuah baris di dalam tabel tersebut. Terdapat 2 macam tabel yaitu tabel child dan tabel parent. Aturan untuk referential integrity biasanya digunakan jika terjadi proses modifikasi [...]



