Please find the code attached below.
The problem here is that after executing the code using Oracle Provider for OLE DB, the result shows: 9999999999E (The actual user).
However, when the code is executed using Oracle Data Provider for .NET (ODP.NET), the result shows: SYSTEM.
- What caused the different output?
- How can I get this same result ID: 9999999999E using ODP.NET?
ORA_Username_sql.txt (1.36 KB)