Hello!
i have to connect to an oracle database in a python script and i wonder if it can be done only by adding the DCOracle module or if we have to install sqlserver or s/t like that before?
Thanks for ur support!
Hello!
i have to connect to an oracle database in a python script and i wonder if it can be done only by adding the DCOracle module or if we have to install sqlserver or s/t like that before?
Thanks for ur support!
DO NOT CROSSPOST!!!!
My blog
Tutorials about OSS databases, DBMonster ...
Contribute to OSS Development, fill bug reports!
Developer Shed eSupport
Commented my.ini/my.cnf (ADD YOUR OWN CONFIG TRICK)
An introduction to database normalization
Natural or Surrogate key
Custom ordering for your results
Correlated and uncorrelated subqueries
Don't turn your outer joins into inner joins
Random data (with a bias)
Ok, delete the other post, then read this for basic instruction (it's from the php forum, but mostly applies). The Oracle client can be downloaded from Oracle Technet, you have to download the whole package (3 big files for 9i), and then choose what to install from that.
My blog
Tutorials about OSS databases, DBMonster ...
Contribute to OSS Development, fill bug reports!
Developer Shed eSupport
Commented my.ini/my.cnf (ADD YOUR OWN CONFIG TRICK)
An introduction to database normalization
Natural or Surrogate key
Custom ordering for your results
Correlated and uncorrelated subqueries
Don't turn your outer joins into inner joins
Random data (with a bias)