Examine this command.SQL>STARTUP PFILE= 'D:\0racle12c\0racle\admin\orcl\pfile\pfileinitorcl.ora ' ORACLE instance started .
Total system Global Area 5117049968 bytes
Fixed Size 9038960 bytes
Variable size 922746880 bytes
Database Buffers 4177526784 bytes
Redo Buffers 7737344 bytes
Database mounted .
Database opened .
Now examine these statements:
SQL>SHOW PARAMETER cursor_ sharing;
NAME TYPE VALUE
cursor_sharing string EXACT
SQL>ALTER SYSTEM SET cursor_sharing= FORCE; (游标,force是在任何情况下,无条件重用SQL)
Which three are true about the result of processing the last statement?