def get_connect(self): db = cx_Oracle.connect(self.username, self.password, self.host_string) return db.cursor()