9.3.2.5 tfactl param

Use the tfactl param command to view the values of operating system and database parameters specified.

Note:

tfactl param replaces tfactl run param.

Syntax

tfactl param [-type TYPE] [-parameter PARAMETER] [-database DATABASE] [-node NODE] [-json] [-refresh]

Parameters

Table 9-84 tfactl param Command Parameters

Parameter Description

-type TYPE

Specify the parameter type.

Valid values:
  • databaseParameters
  • OSParameters

Default: all

-parameter PARAMETER

Specify the name or part of the name of the parameter.

If not specified, then all parameters of the parameter type specified will be displayed.

Valid values:
  • sga_max
  • sga_min
  • db_unique
  • shmmax

-database DATABASE

Specify the name of the database.

This option can be used only when the parameter type specified is databaseParameters or all.

-node NODE

Specify the node.

Valid values:
  • local
  • all
-json

Specify to print the values in JSON format.

-refresh

Specify to refresh param data.

Example 9-95 tfactl param

tfactl param sga_max
tfactl param sga_min
tfactl param db-unique
tfactl param shmmax