gtri/orafile

Feature: Ability to write .ora files

Closed this issue · 4 comments

Currently we can parse but not format into the .ora file format.

The formatting is actually the easier direction, but I just haven't done it because I have no need for that functionality right now.

It would be great having the ability to write out the file after changing the information.

Mostly out of curiosity, may I ask what your use case is?

We are trying to do automatic installations of Oracle where we need to change tnslistner.ora file etc. The parsing is working like a charm after that we change the structure (adding entries and want to write back it to the new file).

Released in version 1.1. There's one test, but it's not exhaustive by any means, so let me know how it goes :)