selectcount(*) Reboot database:
shutdownimmediate;
startup;
–check which users are currently using data
SELECTosuser,a.username,cpu_time/executions/1000000 ±s’,sql_fulltext,machine
fromv$sessions,v$sqlareab
where a.sql_address=b.addressorderbycpu_time/executionsdesc;
Similar Posts:
- ORA-12519: TNS:no appropriate service handler f…
- Solution to error reporting in starting MySQL
- [Solved] Oracle Error: SGA_MAX_SIZE cannot be set to more than MEMORY_TARGET
- How to Solve SQL fulltext error
- Please make sure you have the correct access rights and the repository exists. The problem has been solved when Git clone appears.
- [Solved] Vue Baidu map loading error: cannot read properties of undefined (reading ‘centerandzoom’)
- [Err] 1214 – The used table type doesn’t support FULLTEXT indexes
- [Solved] Python import _ SSL DLL load fail error the module problem could not be found
- BackupDiskFile::CreateMedia: Backup device ‘D:\\backup\\drm_server20220114.bak’ failed to create. Operating system error 5(Access denied.)
- Example of Django model unique together