Oracle DBA and beyond; these are practical tips for day to day DBA operation and maintenance; a place where you would come to look for a quick fix for a burning situation. I hope that by sharing all these, we all will become better in what we do. And on the way, I hope to save you some sweat :-)
Wednesday, 23 September 2020
Having fun with "for" loops in Linux
>for i in {1..61}
> do
> for j in {01..12}
> do
> echo "create synonym us$i$j for usage_dummy;" >> 1.sql
> echo "create synonym au$i$j for accumulates_usage_dummy;" >> 1.sql
No comments:
Post a Comment