Is possible to mount an MSWINDOWS network directory as a Linux directory
We have a requirement to read/write to an MS Windows network directory from PL/SQL using UTL_FILE, DBMS_LOB etc. Presently it is only possible to read/write to the database server (GNU/Linux) after creating an entry into DBA_DIRECTORIES.
Is it possible to mount an MSWINDOWS network directory as a Linux directory, so we can read/write into this network directory from PL/SQL
Thanks