I have wrote a script that returns a string such as the table space usage is more than 90% (warning) and table space usage is more than 95% (disaster)
but when I want create a trigger how can define when it meet 90% in this string "the table space usage is more than 90%" show warning and when meet 95% in this string "table space usage is more than 95% " show disaster ?
but when I want create a trigger how can define when it meet 90% in this string "the table space usage is more than 90%" show warning and when meet 95% in this string "table space usage is more than 95% " show disaster ?
Comment