1. Connection from Python to SIRA ([Link]
be/yFO-3dCegJA)
- Download and Install Oracle
Client->[Link]
[Link]
- Version 19 (More reliable). Saved in D according to installation TIGO path
- Set up 'System Variables'. Help: Service Desk to enable administrator permissions
- Device/Advanced System Configurations/environment Variables:
TNS_ADMIN: path of the client folder D\\:...\BIN
Path: Edit|New .. Copy Path - client folder D\\:...\BIN
Restart PC
Start Python. Import Oracle Libraries
# Now query the rows back
for row in [Link]('select description, done from todoitem'):
if (row[1]):
print(row[0], "is done")
else:
print(row[0], "is NOT done")
-----------------------------------------------------------------------------------
-------------
[Link] Oracle SIRA to Power BI
Instructions:
[Link]
Installation ODAC. Microsoft´s Guide-> [Link]
LinkID=272376