STOP EXTERNAL ENVIRONMENT statement

Use this statement to stop an external environment.

Syntax
STOP 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 stop.

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

Stop the Perl external environment.

STOP EXTERNAL ENVIRONMENT PERL;