Tuesday, September 30, 2008

FAL_CLIENT

Property

Description

Parameter type

String

Syntax

FAL_CLIENT = string

Default value

There is no default value.

Modifiable

ALTER SYSTEM

Basic

No

FAL_CLIENT specifies the FAL (fetch archive log) client name that is used by the FAL service, configured through the FAL_SERVER parameter, to refer to the FAL client. The value is an Oracle Net service name, which is assumed to be configured properly on the FAL server system to point to the FAL client (standby database).

Given the dependency of FAL_CLIENT on FAL_SERVER, the two parameters should be configured or changed at the same time.

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_CLIENT’;

NAME

VALUE

IS

DEFAULT

ISSES_

MODIFIABLE

ISSYS_

MODIFIABLE

ISINSTANCE_

MODIFIABLE

IS

DEPRECATED

DESCRIPTION

fal_client

TRUE

FALSE

IMMEDIATE

TRUE

FALSE

FAL client

Oracle initializatoin parameters

No comments:

Post a Comment