When a select statement is executed against an Oracle database, what does the db return? Is it a cursor reference or something else?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I can’t provide the full answer, only the starting point.
SQL*Net is sitting on top of TNS (Transparent Network Substrate) and is how your connection is established and then used to send commands and results between the client and server. You will need to dig into the SQL*Net architectural documentation to try find an answer. It is unlikely to be a ‘simple’ format, and I would expect it to be propriatary and subject to additional licenses to get to the underlying specifications.