准备工作: SQL> conn sys/root as sysdba Connected. SQL> grant select on v_$sql_plan to scott; Grant succeeded. SQL> grant select on v_$session to scott; Grant succeeded. SQL> grant select on v_$sql_plan_statistics_all to scott; Grant succeeded. SQL…
最近在卸载VirtualBox出现了无法卸载的错误.提示为Failed to install the extension. The installer failed with exit code 1: VBoxExtPackHelperApp.exe: error: Failed to rename the extension pack directory: VERR_ALREADY_EXISTS. 而且也无法再次成功安装.本文是对此给出的描述及其解决办法. 1.故障描述 环境:Windows…