Martin Giffy D'Souza

Results 134 comments of Martin Giffy D'Souza

@janihur I'm still a bit confused. I think it may be best to either do a PR with code changes or post the snippet here.

@jeffreykemp I agree. What we might do is pass in a parameter to determine how we increase the sequence. - Default would be Option 3 (above). I.e. alter sequence, next...

Could be related to #176

@zhudock yes. I'm starting to notice some overlap with some of our APIs. One thing to remember is that APEX isn't on every DB server (though it should be ;-)

What should we call this? `clob_to_table`, `string_to_table_clob`? Name may determine where it actually resides (in `oos_util_string` or `oos_util_lob`).

@eberhje can you please submit against the `1.1.0` branch?

Before calling upload could detect if the TNS_NAMES is defined. Pseudo code: ```js if (config.upload.tns_admin){ process.env['TNS_ADMIN'] = config.upload.tns_admin; end if; uploader.publish(....) ```

@Ali-MRDN47 in your `settings.env` file can you remove the reference to `FILES_DIR=files` (first line) and try again? @fuzziebrain any other thoughts?

@GasparYYC is this still an issue? Only thing we do now is reboot at the end which will end terminal connections.

As part of this will need to think about putting the project's entire folder in a root directory so we can update the backup scripts in the future without having...