I have shell script that calls the following sql script:
INSERT INTO SEMANTIC.COUNT_STATISTICS (...); UPDATE SEMANTIC.COUNT_STATISTICS SET PR
A bash example with the use of a bash-function (note! database OS-authentication "/")
#!/bin/bash get_count () { sqlplus -s / <