Tuesday, September 30, 2008

FAL_SERVER

Property

Description

Parameter type

String

Syntax

FAL_SERVER = string

Default value

There is no default value.

Modifiable

ALTER SYSTEM

Basic

No

FAL_SERVER specifies the FAL (fetch archive log) server for a standby database. The value is an Oracle Net service name, which is assumed to be configured properly on the standby database system to point to the desired FAL server.

Note:

1. This parameter was introduced in Oracle9i.

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) = ‘FAL_SERVER’;

NAME

VALUE

IS

DEFAULT

ISSES_

MODIFIABLE

ISSYS_

MODIFIABLE

ISINSTANCE_

MODIFIABLE

IS

DEPRECATED

DESCRIPTION

fal_server

TRUE

FALSE

IMMEDIATE

TRUE

FALSE

FAL server list

Oracle initializatoin parameters

No comments:

Post a Comment