For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!
I have 3 application in under one workspace. I have multiple user to access applications. How can I implement authentication so, one user(s) can't access another application. I am using Application Express Accounts authentication scheme.
ELAPSED_TIME NUMBER Elapsed time (in microseconds) used by this cursor for parsing, executing, and fetching
SELECT "COSTCODE","INSERTDATETIME","LOTID","SOURCELOTID","STAGE","SUPPLIERID" FROM "ACTL_PARTINFO_CUST" "A" WHERE "SUPPLIERID"='RD1' AND "INSERTDATETIME"= TO_DATE('2010-08-18 07:05:00', 'yyyy-mm-dd hh24:mi:ss') AND "STAGE"=:1 AND "LOTID" LIKE 'C%' AND "COSTCODE"='A' AND "SOURCELOTID" LIKE 'F%' call count cpu elapsed disk query current rows ------- ------ -------- ---------- ---------- ---------- ---------- ---------- Parse 1 0.00 0.00 0 0 0 0 Execute 300372 3.27 69.85 0 0 0 0 Fetch 300371 1916.42 6551.42 0 100023544 0 0 ------- ------ -------- ---------- ---------- ---------- ---------- ---------- total 600744 1919.69 6621.27 0 100023544 0 0 Misses in library cache during parse: 0 Optimizer mode: ALL_ROWS Parsing user id: 61 (DWDB_REPORTING) Elapsed times include waiting on following events: Event waited on Times Max. Wait Total Waited ---------------------------------------- Waited ---------- ------------ SQL*Net message to client 300371 0.02 0.64 SQL*Net message from client 300371 5.33 4860.35 latch: cache buffers chains 7199 0.38 49.62 latch free 99 0.04 0.72 latch: enqueue hash chains 5 0.03 0.07