Sponsored Content
Full Discussion: [ask]oracle in freebsd
Operating Systems BSD [ask]oracle in freebsd Post 302632761 by new_item on Monday 30th of April 2012 06:17:46 PM
Old 04-30-2012
Installation procedure is described in FreeBSD Handbook Chapter 11 Linux Binary Compatibility. But oracle is running in emulated Linux environment, so probably it is not efficient.
 

2 More Discussions You Might Find Interesting

1. Programming

Application crashes in FreeBSD 7.1 while working ok in FreeBSD 6.3

Hello there, My mulithreaded application (which is too large to represent the source code here) is crashing after installing FreeBSD 7.1-RELEASE/amd64. It worked properly on others machines (Dual Cores with 4GB of RAM - FreeBSD 6.2-RELEASE/i386). The current machine has 2x Core 2 Duo... (1 Reply)
Discussion started by: Seenquev
1 Replies

2. UNIX and Linux Applications

Identify a specific environment Oracle variable to connect a remote Oracle database ?

Good evening I nned your help pls, In an unix server i want to connect to a remote oracle databse server by sqlplus. I tried to find out the user/passwd and service name by env variable and all Ive got is this: ORACLE_SID_REPCOL=SCL_REPCOL ORACLE_SID=xmeta ORACLE_SID_TOL=SCL_PROTOLCOL... (2 Replies)
Discussion started by: alexcol
2 Replies
VIRTIO(4)						   BSD Kernel Interfaces Manual 						 VIRTIO(4)

NAME
virtio -- VirtIO Device Support SYNOPSIS
To compile VirtIO device support into the kernel, place the following lines in your kernel configuration file: device virtio device virtio_pci Alternatively, to load VirtIO support as modules at boot time, place the following lines in loader.conf(5): virtio_load="YES" virtio_pci_load="YES" DESCRIPTION
VirtIO is a specification for para-virtualized I/O in a virtual machine (VM). Traditionally, the hypervisor emulated real devices such as an Ethernet interface or disk controller to provide the VM with I/O. This emulation is often inefficient. VirtIO defines an interface for efficient I/O between the hypervisor and VM. The virtio module provides a shared memory transport called a virtqueue. The virtio_pci device driver represents an emulated PCI device that the hypervisor makes available to the VM. This device pro- vides the probing, configuration, and interrupt notifications needed to interact with the hypervisor. FreeBSD supports the following VirtIO devices: Ethernet An emulated Ethernet device is provided by the vtnet(4) device driver. Block An emulated disk controller is provided by the virtio_blk(4) device driver. SCSI An emulated SCSI HBA is provided by the virtio_scsi(4) device driver. Balloon A pseudo-device to allow the VM to release memory back to the hypervisor is provided by the virtio_balloon(4) device driver. SEE ALSO
virtio_balloon(4), virtio_blk(4), virtio_console(4), virtio_scsi(4), vtnet(4) HISTORY
Support for VirtIO first appeared in FreeBSD 9.0. AUTHORS
FreeBSD support for VirtIO was first added by Bryan Venteicher <bryanv@FreeBSD.org>. BSD
January 22, 2012 BSD
All times are GMT -4. The time now is 11:56 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy