In MLE-JS stored procedure when you use "fetch" subsequent "session.execute" outFormat will change it to oracledb.ARRAY.
Line 3 & 5 are the same
Line 4 - Fetch call is made
Line #5, outFormat changed to ARRAY from OBJECT
#OracleMLE #OracleAPEX
In MLE-JS stored procedure when you use "fetch" subsequent "session.execute" outFormat will change it to oracledb.ARRAY.
Line 3 & 5 are the same
Line 4 - Fetch call is made
Line #5, outFormat changed to ARRAY from OBJECT
#OracleMLE #OracleAPEX