ORA-19320: Host name not specified in HTTP URL
Cause: A host name was not specified in the HTTP url
Action: Specify a host name in the HTTP url when creating the URL string
ORA-19320错误是由于HTTP URL中没有指定主机名引起的。
常见情况:在使用http url链接数据库时,没有指定主机名或IP地址。
1. 配置主机名或IP地址
2. 在调用函数时,在HTTP URL中指定主机名。
3. 并确认正确的URL格式,以正确链接到主机。