START EXTERNAL ENVIRONMENT statement

Use this statement to start an external environment.

Syntax
START EXTERNAL ENVIRONMENT environment-name
environment-name : 
JAVA
| PERL
| PHP
| CLR
| C_ESQL32
| C_ESQL64
| C_ODBC32
| C_ODBC64
Parameters
  • environment-name   The name of the external environment to start.

Remarks

For more information about external environments, see Overview of external environments.

Permissions

Must have DBA authority.

Side effects

None

See also
Standards and compatibility
  • SQL/2003   Vendor extension.

Example

Start the Perl external environment.

START EXTERNAL ENVIRONMENT PERL;