JDBCCloneFunctor

Description

The JDBCCloneFunctor is responsible for the execution of the database clone task in MSSQL database systems since those need a JDBC connection for the clone task to work, in contrast with the other database systems that use an SSH connection.

This program should not be used in a hook as it would be too difficult to submit all necessary information to run it correctly.

Names

Short

jdbcclone

Full

JDBCCloneFunctor

Input parameters

Parameter Description

url

Database URL

user

Database user

password

Database password

useEncryptedPassword

Use the encrypted database password

databaseType

Database type (Only MSSQL is supported)

cloneStage

What clone stage should be executed. The options available are NONE, BACKUP, DROP_TARGET, RESTORE_TARGET

Output parameters

Parameter Description

return code

Return code of the program, RC=8 if one or more objects are in invalid state.