Dimitri Gielis
Dimitri Gielis
Here's a script I use together with crontab entry: backup_now ``` #!/bin/bash _now=$(date +"%Y_%m_%d") _file="xe_$_now" echo "Starting backup to $_file..." expdp system/oracle1$ full=y directory=backups dumpfile="$_file".dmp logfile="$_file".log ``` crontab -l >...
I would be interested in an Oracle DB Connector too
Thanks for the update Daniel - I would love to include this new version in AOP :) > On 2 Feb 2018, at 14:26, Daniel Hochleitner wrote: > > Hey...
like the mapping of Jeff. Also note that in APEX you can do apex_debug.message('hello %s','Martin'); How would that be translated into logger?