It  is  possible  to  use  raw  devices  as data files and what is the advantages over file. system files ?

 Yes. The advantages over file system files. I/O  will  be  improved  because  Oracle  is  bye-passing the kernnel which writing into disk.Disk Corruption will be very less.

Showing Answers 1 - 3 of 3 Answers

prashatt

  • Jun 24th, 2008
 

Raw devices are controlled by the database engine so the OS kernel can be bypassed when using raw devices. System files reside on filesystem, filesystem is addressed by the kernel. So everytime a database request comes the kernel handles the request to fetch data from the system file. The kernel activities are done directly by the database engine in raw devices.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions