Skip to content
Advertisement

Connect to External WebDAV with PL/SQL

Does anyone have resources/advice on how to connect to a third party WebDAV with PL/SQL? I will be placing a file onto their server and retrieving a log file. Is it as simple as using UTL_HTTP & ‘PUT’?

Examples appreciated.

Thanks.

Advertisement

Answer

So after further research, I decided to use PL/SQL to generate the file and CURL to transfer the file to the external server.

User contributions licensed under: CC BY-SA
2 People found this is helpful
Advertisement