Open
Description
Hello
What I am trying to do is to get the database response message when I execute a SQL statement
for example when I run this command on SQL plus
drop user TESTUSER
If the statement executed successfully
the response will be
User dropped.
What I want to do is to get this response in my python code with cx_Oracle
Thank you