Esempio n. 1
0
def oracle_install(host,user,password):
    oracle.oracle_install(host,user,password)
Esempio n. 2
0
File: tasks.py Progetto: 957177498/b
def oracle_install(host, user, password, ssh_port):
    oracle.oracle_install(host, user, password, ssh_port)