Case 3 - Displaying SQL statements only
The p_change_LOB_storage stored procedure runs SQL statements to apply changes to large objects (LOBs). To display those SQL statements without applying changes to the LOBs, execute the procedure as specified in the following table.
Task | SQL statement |
|---|---|
Display the SQL statements that the stored procedure will execute to change the LOBs in table T1866 from out-row to in-row. | Set serveroutput on |
Display the SQL statements that the stored procedure will execute to change all LOBs from out-row to in-row and move them to tablespace AR_LOB. | Set serveroutput on |