Ok, this time worked a bit:
$ sudo find /home/storj_data/storage -iname *.db -maxdepth 1 -print0 -exec sqlite3 ‘{}’ ‘PRAGMA INTEGRITY_CHECK;’ ‘;’
[sudo] password for node:
find: warning: you have specified the -maxdepth option after a non-option argument -iname, but options are not positional (-maxdepth affects tests specified before it as well as those specified after it). Please specify options before other arguments.
/home/storj_data/storage/storage_usage.dbok
/home/storj_data/storage/satellites.dbok
/home/storj_data/storage/info.dbok
/home/storj_data/storage/reputation.dbok
/home/storj_data/storage/piece_spaced_used.dbok
/home/storj_data/storage/pieceinfo.dbok
/home/storj_data/storage/notifications.dbok
/home/storj_data/storage/orders.dbok
/home/storj_data/storage/piece_expiration.dbok
/home/storj_data/storage/heldamount.dbok
/home/storj_data/storage/pricing.dbok
/home/storj_data/storage/used_serial.dbok
/home/storj_data/storage/bandwidth.dbok
node@node:~ $