Re: Oracle connect

2015-09-30 Thread Larry Martell
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("

Oracle connect

2015-09-30 Thread pip7kids
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 *