Java operands are specified when a Java stored procedure or Java stored function is used. For details about Java stored procedures and Java stored functions, see the HiRDB Version 8 UAP Development Guide.
- 35) pd_java_stdout_file = "Java-virtual-machine-standard-output-and-standard-error-output-destination-file"
<pathname>- Specifies as an absolute pathname the file to which the standard output and standard error output are to be output in a Java virtual machine. If this operand is omitted, the standard output and standard error output of the Java virtual machine are ignored.
- Specification guideline
- Because the size of the file specified by this operand is extremely large, this operand is not normally specified. It is recommended that this operand be specified during debugging of a Java stored procedure or Java stored function. There is no limit to the size of the file that can be specified by this operand.
- Note
- If there are simultaneous writing attempts from multiple processes, their output contents cannot be guaranteed.
- Operand rules
- Up to 255 characters can be used for the pathname.
- Pathnames are not case sensitive.