-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows? #12
Comments
Maybe :) Cygwin should be fairly easy to try altough I have my doubts because libfuse is relying on FUSE kernel module.. Quick Google search also found https://dokan-dev.github.io/ which looks promising.. |
Doing it for Windows would be awesome from development perspective. Thanks a mil. |
I started working on this (see new "windows" branch at a29f7c8). Currently, it compiles and it lists database objects on Windows using Dokan. This is kind of prof-of-concept code currently, it's neither complete nor pretty (hence a separate branch). So.. it seems that there's a good chance that Windows port will be released in 2019 :) |
That is really great. |
@usrecnik |
Yep, I thought the same and was a bit surprised when not much interest was shown. I did present at SIOUG conference and posted a few twits on Twitter where some of the big names from Oracle subscribed. But nothing much happened after. Is there another/better way to share this project with Oracle community? Maybe it's time to try to revive this - it's about time to create a new release to at least include latest OCI drivers. Maybe also build this Windows build as a "beta". |
Having a windows version will be great. |
I've just mentioned this tool to 2 more Oracle ACEs, so hoping to get more traction. |
Hi @usrecnik
This looks very promising.
Is there any chance that ddlfs would work on Windows (with cygwin or any other Unix emulator?)
If not, what would be your suggestion to use it on Windows? Virtoualbox/docker with Ubuntu & mapped drive?
The text was updated successfully, but these errors were encountered: