On Wed, Sep 30, 2015 at 11:25 AM, wrote:
> Hi
> New to Python and just downloaded 3.5
> Trying to connect to Oracle but failing - eg
>
> import cx_oracle
> connstr = 'userid/password@@99.999.9.99:PORT/SID'
> connection = cx_oracle.connect(connstr)
> cursor = connection.cursor()
> cursor.execute("
Hi
New to Python and just downloaded 3.5
Trying to connect to Oracle but failing - eg
import cx_oracle
connstr = 'userid/password@@99.999.9.99:PORT/SID'
connection = cx_oracle.connect(connstr)
cursor = connection.cursor()
cursor.execute("SELECT *