Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

The utPLSQL plugin provides a means to run any utPLSQL packages, used to to test functions and procedures in existing PL/SQL packages.


Supported Versions

  • utPLSQL v2.3.1+

Key Features

  • Can run tests and test suites
  • Option to chose between test and run operations
  • All parameters exposed for customization
  • Easily configured.

Instance Properties

FlexDeploy supports creation of database instances and the following properties will be configured for each Instance. These properties are available to all operations.

Property Name

Property Code

Required

Description

utPLSQL Database UserFDUTPLSQL_DB_USERYesUser used to connect to the associated database.
utPLSQL Database PasswordFDUTPLSQL_DB_PASSWORDYesPassword for the utPLSQL Database User.
utPLSQL Database Connection IdentifierFDUTPLSQL_DB_CONNECTION_IDENTIFIERYesIdentifier used to connect to the Database for utPLSQL testing. Simply the SID can be used if the database is on the same server as the endpoint (e.g. "xe" ). If connecting to a server remotely from the endpoint server, the identifier will need to follow the remote connection syntax (e.g. "(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(Host=localhost)(Port=1521))(CONNECT_DATA=(SID=xe)))" ).
utPLSQL Oracle Home DirectoryFDUTPLSQL_ORACLE_HOMEYesDirectory for Oracle Home (e.g. "oracle/product/11.2.0/xe"), used to run sqlplus.

 Plugin Operations


  • No labels