Tuesday, September 30, 2008

FILEIO_NETWORK_ADAPTERS

Property

Description

Parameter type

String

Syntax

FILEIO_NETWORK_ADAPTERS = adapter_name [, adapter_name ] ...

Default value

There is no default value.

Modifiable

No

Range of values

One or more network adapter names, separated by commas

Basic

No

FILEIO_NETWORK_ADAPTERS specifies a list of network adapters that can be used to access the disk storage. On platforms where the database files reside in network attached storage, this parameter provides the storage access library the list of network adapters that can be used to access the storage.

The netrwork adapter name is a fully qualified address name of the network card that can be accessed through the host name database or using the Network Information Service. The components of the adapter name are separated by periods. For example, the following is a fully qualified adapter name:

Note:

1. This parameter was introduced in 10g.

2. Query for the current value of the parameter

select name, value, isdefault, isses_modifiable, issys_modifiable,

isinstance_modifiable, isdeprecated, description

from v$parameter

where upper(name) = ‘FILEIO_NETWORK_ADAPTERS’;

NAME

VALUE

IS

DEFAULT

ISSES_

MODIFIABLE

ISSYS_

MODIFIABLE

ISINSTANCE_

MODIFIABLE

IS

DEPRECATED

DESCRIPTION

fileio_network_adapters

TRUE

FALSE

FALSE

FALSE

FALSE

Network Adapters

for File I/O

Oracle initializatoin parameters

No comments:

Post a Comment