Archive for the ‘Oracle’ Category

h1

Error When Install Apache2 & PHP5 in ubuntu

December 12, 2008

langsung aja dech…

Pas jalanin perintah “make install” (install php5 di ubuntu) muncul error kayak gini :

Installing PHP SAPI module:       apache2handler
/usr/share/apache2/build/instdso.sh SH_LIBTOOL=’/usr/share/apr-1.0/build/libtool’ libphp5.la /usr/lib/apache2/modules
/usr/share/apr-1.0/build/libtool –mode=install cp libphp5.la /usr/lib/apache2/modules/ Read the rest of this entry ?

h1

Repair datafile di oracle

December 1, 2008

hari ini disalah satu server billing ada error : ORA-27072: skgfdisp: I/O error
Linux-x86_64 Error: 30: Read-only file system.
lalu si bos googling sana sini dan akhirnya dapet jawabannya.
setelah errornya bisa diperbaiki, akhirnya si bos dengan hati yang riang mau berbagi dengan kita2 semua
menurut si bos, berikut ini langkah2 untuk mengantisipasi error tersebut:

:: Offline kan tablespace yang bermasalah
SQL> alter tablespace “nama tablespace” offline;
:: Recover datafile yang tablespacenya bermasalah
SQL> recover datafile ‘/path/nama datafile.dbf’;
:: Online kan kembali tablespace yang tadi di offline kan
SQL> alter tablespace nama_tablespace online;

h1

OHS(Oracle HTTP Server) Error

October 27, 2008

Beberapa hari yang lalu,si bos minta diinstall Oracle HTTP Server(OHS) dari CD Companion nya Oracle.

Proses installasi tahap awal berjalan lancar, tapi ketika diakhir installasi muncul error.

ketika dipanggil lewat console juga sama

./opmnctl startall
Read the rest of this entry ?

h1

Memindahkan Datafile Pada Oracle 10g

August 15, 2008

Langsung aja dech g usah basa-basi. Jika ingin memindahkan datafile oracle dari satu lokasi disk/partisi, maka langkah-langkahnya adalah sebagai berikut :

  • Masuk ke sqlplus, cari lokasi dimana datafile oracle tersimpan:

Read the rest of this entry ?

h1

TNS:No Listener

May 2, 2008

Sering banget dapet error message pas mau lsnrctl start / status kayak gini :

TNS-12541: TNS:no listener
TNS-12560: TNS:protocol adapter error
Read the rest of this entry ?

h1

ORA-00600: internal error code

April 28, 2008


Setelah ganti nama hostname dan workgroup di PC, trus coba connect ke oracle tiba-tiba dapat pesan error seperti ini :

ORA-00600: internal error code, arguments: [keltnfy-ldmInit], [46], [1], [], [], [], [], []

ternyata setelah tanya sama mbah google,,,, yang menyebabkan error adalah nama hostname yang ada di /etc/hosts tidak sama dengan yang ada di /etc/hostname.

jadi solusinya adalah menyamakan nama hostname yang ada di /etc/hosts dan yang ada di /etc/hostname

h1

Manajemen User/Schema

April 24, 2008

Dalam Database Oracle akan terdapat banyak user, dan setiap user akan mempunyai banyak object (table, trigger, index, procedure dan function). Pengelompokan Objek-objeck secara logic didalam database berdasarkan user pemiliknya disebut schema. Berikut ini beberapa tip untuk memanage user…. Read the rest of this entry ?

h1

Manajemen Tablespace

April 23, 2008

Sebelum membuat schema, maka tablespace dibuat untuk menampung schema-schema yang ada langkah-langkah membuat tablespace di oracle adalah sebagai berikut :

@ Permanent Tablespaces Read the rest of this entry ?

h1

Install Oracle 10.2.0.0 di Kubuntu

April 17, 2008

Penasaran dari kemarin pengen coba install Oracle di Kubuntu Gutsy Gibbon, akhirnya coba googling akhirnya dapet juga langkah-langkahnya…

Read the rest of this entry ?