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!
Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.
Good Morning experts ;
1) Is there any big difference between following statements ?
SQL> alter table emp cache; SQL> alter table emp STORAGE (buffer_pool KEEP);
SQL> alter table emp cache;
SQL> alter table emp STORAGE (buffer_pool KEEP);
2) How can i find which tables to cache in SGA ?