Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

At work we have to use ClearQuest. Recently I have had the necessity of making some "complicated" queries and I have found that to be very difficult with the CQ query editor.

I have think about using python to connect directly to the database and make my own queries so I can run the script automagically, but I am unable to connect to the database.

I have follow the tip of this answer http://stackoverflow.com/a/1870849/156459

But without any success.

I have compared the cx_Oracle.makedsn return value with the one sent by the CQ client for windows and both are equal.

The error I get is "ORA-01017: Invalid username/password; logon denied" . I have double checked the user and password and are correct.

I have captured the TSN packets between the oracle server and my computer while running my script and I have seen something rare to me: My computer ask for a connection and the server answer with Accept ...

Any help would be ( very ) welcomed.

Thanks for your time!

share|improve this question
are you sure the oracle environment is set correctly and you the correct tnsnames.ora file? – steve Jun 27 '12 at 4:39
I suppose ... I can connect to clearquest database without any problem using the cq windows client ... – thamurath Jun 27 '12 at 12:03
what is the exact connect string? and how is the tns alias defined in the tnsnames.ora file? – steve Jun 28 '12 at 3:18

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.