in simple,
I want to run the script/procedure from one system(Development) and should reflect/results from different system (Quality/Production)
Development system:
CREATE USER test PASSWORD testpwd VALID UNTIL '01.01.2016'
It will create user TEST in Development system. I want to create the same in Quality/Production remotely.