Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (1)
Python Oracle database tools class
4.0
oracle python database operations tools  Database Configuration  self.db_config_local = {'USER': 'system', 'HOST': '', 'PASSWORD': '', 'PORT': '1521', 'NAME': 'orcl'}      Usage  oracle = DataBaseDrive (). oracle       sql_str = "select * where user"       print (sql_str)       rows = oracle.query (sql_str)
ylkjick532428
2016-08-23
4
1
No more~