1. Raw device itu pengaksessan device tidak melalui file system (OS) (seperti layaknya linux dan unix) tapi langsung ke device nya, misalnya langsung writing ke /dev/sda1 kelebihannya, yang memanahe device itu oracle nya sendiri (bukan OS)
2. blank 3. sepertinya sudah terjawab 4. ALTER DATABASE DATAFILE '/data/oracle/oradata/tablespace.dbf' RESIZE 500M; atau pakai oem biar gampang :) http://www.linux.com/howtos/SCSI-2.4-HOWTO/rawdev.shtml In computing, specifically UNIX, a raw device is accessed via a device file. For example, in many systems accessing /dev/hda1 will allow you to read/write directly onto/from the primary master hard drive. An ISO image file is the exact contents of a raw CD drive. Thus, they can be read or written by simply copying byte-for-byte between the raw device and an external file. --jo-- Trio Syamsul Benny wrote: > > Dear rekans, > > Saya punya beberapa pertanyaan mengenai raw device untuk Oracle di Linux. > Platform mesin saya adalah HP Integrity rx2620, Intel Itanium2 + MSA1000 > connected through fiber channel HBA. > OS yang terinstall adalah RHEL AS4 Update 4 64-bit. Oracle engine > Oracle 10g > R2, versi 10.2.0.3. > Waktu baca2 dokumen, ketemu masalah ASM. > Dgn menggunakan ASM, semua data file akan disimpan di raw device. > > Yang jadi pertanyaan saya adalah : > 1. Apa sich kelebihannya raw device di Oracle? Apa pula kekurangannya? > 2. Bagaimana cara create raw device di Linux untuk Oracle? > 3. Filesystem ada yang digunakan untuk membuat raw device? > 4. Bagaimana resize datafile tablespace? > > Masih agak2 blank masalah raw device ini. > > Mohon pencerahan rekans semua. > > Thanks. > > Regards, > -benny- > > [Non-text portions of this message have been removed] > >

