Sybase ASE plug-in
The Sybase ASE plug-in uses the isql command to interact with the Sybase database.
For latest information about support or to view compatibility matrices, see the Interoperability Matrix. |
The following table lists the Sybase plug-in parameters, provides their settings, and describes them:
Parameter | Setting | Description |
---|---|---|
SYBASE_USER |
user_name |
Specifies the operating system user who can run the isql command. This parameter is required for UNIX. This parameter is required if the user running the Snap Creator Agentstart and stop commands (usually the root user) and the user running the isql command are different. |
SYBASE_SERVER |
data_server_name |
Specifies the Sybase data server name (-S option on isql command).For example: |
SYBASE_DATABASES |
db_name:user_name/password |
Lists the databases within the instance to back up. The master database is added; for example: For example: Encrypted passwords are supported if the NTAP_PWD_PROTECTION parameter is set. |
SYBASE_DATABASES_EXCLUDE |
db_name |
Allows databases to be excluded if the +ALL construct is used. You can specify multiple databases by using a semicolon-separated list.For example, |
SYBASE_TRAN_DUMP |
db_name:directory_path |
Enables you to perform a Sybase transaction dump after creating a Snapshot copy.For example: You must specify each database that requires a transaction dump. |
SYBASE_TRAN_DUMP_FORMAT |
%S_%D_%T.cmn |
Enables you to specify the dump naming convention. The following keys can be specified:
Here is an example: |
SYBASE_TRAN_DUMP_COMPRESS |
(Y |
N ) |
Enables or disables native Sybase transaction dump compression. |
SYBASE_ISQL_CMD |
Example: /opt/sybase/OCS-15__0/bin/isql |
Defines the path to the isql command. |
SYBASE |
Example: /sybase |
Specifies the location of the Sybase installation. |
SYBASE_LOGDIR |
Example: /usr/local/ntap/scServer/logs |
Defines the directory where Snap Creator logs are placed. |
SYBASE_MANIFEST |
Example: |
Specifies the databases for which the manifest file should be created, along with the location where the manifest file should be placed. |
SYBASE_MANIFEST_FORMAT |
%S__%D_%T.manifest Example: |
Enables you to specify the manifest file naming convention. The following keys can be specified:
|
SYBASE_MANIFEST_DELETE |
(Y |
N ) |
Allows the manifest to be deleted after the Snapshot copy has been created. The manifest file should be captured in the Snapshot copy so that it is always available with the backup. |
SYBASE_EXCLUDE_TEMPDB |
(Y |
N ) |
Enables automatic exclusion of user-created temporary databases. |
Related information