Show TOC

param_versionsLocate this document in the navigation structure

Use

Use this command to display a list of all the available versions of the database parameter file.

Prerequisites

You have the server permission ParamRead.

Structure

param_versions

Result

OK

<file_name>

<file_name>

...

Option

Description

<file_name>

Name of the version of the database parameter file

In the event of errors, see Reply Format.

Example

Call Database Manager CLI, log on as the operator OLEG with the password MONDAY, connect to the database DEMODB, and display all versions of the database parameter file:

> dbmcli -u OLEG,MONDAY -d DEMODB param_versions

OK

c:\documents and settings\all users\application data\sdb\data\config\DEMODB

c:\documents and settings\all users\application data\sdb\data\config\DEMODB.01

c:\documents and settings\all users\application data\sdb\data\config\DEMODB.02

c:\documents and settings\all users\application data\sdb\data\config\DEMODB.03

More Information