Monday, February 16, 2009

REMOTE_OS_ROLES

Property

Description

Parameter type

Boolean

Default value

false

Modifiable

No

Range of values

true | false

REMOTE_OS_ROLES specifies whether operating system roles are allowed for remote clients. The default value, false, causes Oracle to identify and manage roles for remote clients.

Note:

1. 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) = 'REMOTE_OS_ROLES';

NAME

VALUE

IS

DEFAULT

ISSES_

MODIFIABLE

ISSYS_

MODIFIABLE

ISINSTANCE_

MODIFIABLE

IS

DEPRECATED

DESCRIPTION

remote_os_roles

FALSE

TRUE

FALSE

FALSE

FALSE

FALSE

allow non-secure remote clients to use os roles

Oracle initializatoin parameters

REMOTE_OS_AUTHENT

Property

Description

Parameter type

Boolean

Default value

false

Modifiable

No

Range of values

true | false

REMOTE_OS_AUTHENT specifies whether remote clients will be authenticated with the value of the OS_AUTHENT_PREFIX parameter.

Note

1. The REMOTE_OS_AUTHENT parameter is deprecated. It is retained for backward compatibility only.

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) = 'REMOTE_OS_AUTHENT';

NAME

VALUE

IS

DEFAULT

ISSES_

MODIFIABLE

ISSYS_

MODIFIABLE

ISINSTANCE_

MODIFIABLE

IS

DEPRECATED

DESCRIPTION

remote_os_authent

TRUE

FALSE

FALSE

FALSE

FALSE

FALSE

allow non-secure remote clients to use auto-logon accounts

Oracle initializatoin parameters