dump configuration

Creates a backup of the SAP ASE configuration files into a specified dump directory. The copy is created by the SAP ASE server, not the Backup Server.

Syntax

dump config[uration] to dump_dir
	[with {
		file = (file_option, file_option...)}
	} ]

Parameters

Examples

Usage

  • The list_option value 'all' must be in either single or double quotes.

See also:
  • dump database, load database, load transaction, online database

  • Backing Up and Restoring User Databases in the System Administration Guide.

  • sp_addumpdevice, sp_dboption, sp_dropdevice, sp_helpdevice, sp_hidetext, sp_logdevice, sp_volchanges in Reference Manual: Procedures

Standards

ANSI SQL – Compliance level: Transact-SQL extension.

Permissions

The permission checks for dump configuration differ based on your granular permissions settings.

SettingDescription
Enabled

With granular permissions enabled, you must be a user with manage dump configuration privilege.

Disabled

With granular permissions disabled, you must be a user with oper_role or sa_role.

Auditing

Values in event and extrainfo columns of sysaudits are:

InformationValues
Event

147

Audit option

dump_config

Command or access audited

dump configuration

Information in extrainfo
  • Roles – current active roles

  • Keywords or options – NULL

  • Previous value – NULL

  • Current value – NULL

  • Other information – User-supplied config file options

  • Proxy information – Original login name, if set proxy is in effect