Tests a port configuration with a sample message.
Available in a network database and requires the star$network role.
Parameters:
| Name | Optional | Type | Description |
| port$ | Mandatory | Text | Name of port to be tested |
| message$ | Mandatory | Text | Sample message to test port with |
Examples:
SELECT test_port('myport','20170101 10:11.05.1,11.1'); -- tests 'myport' with the sample message.
Tips:
- The star$ports view lists existing ports
Comments
Article is closed for comments.