New version of Database Time Viewer
13/08/18 10:08
It's been a while since I updated Database Time Viewer.And I'll try and update it more frequently in the future but I made a quick update to enable it to connect to the Autonomous Data Warehouse and the Autonomous Transaction Processing Database. To do this there's a new option to enable you to specify the credentials file "-cf".
An example of connecting to ATP might be
$> ./dbtimemonitor -u admin -p -cs sbatp_low -cf /Users/dgiles/Downloads/wallet_SBATP.zip
or on Windows
$> dbtimemonitor.bat -u admin -p -cs sbatp_low -cf /Users/dgiles/Downloads/wallet_SBATP.zip
There's no need to uncompress the credentials file just specify the zip file.
An example of connecting to ATP might be
$> ./dbtimemonitor -u admin -p
or on Windows
$> dbtimemonitor.bat -u admin -p
There's no need to uncompress the credentials file just specify the zip file.
blog comments powered by Disqus