News

Microsoft's SQL Server has a handy command that rebuilds all indexes in a table. Oracle users typically rebuild each index in a table individually. How to Export the Insert Statements in MySQL.
In this blog post, I demonstrate an advantage of being more explicit in typing when using Groovy SQL with an Oracle database to avoid a potential “Invalid column index” SQLException because I ...
"Oracle has done a great job in terms ... In it he described a second-order SQL injection attack against the index to gain full DBA privileges. According to Josh Shaul, CTO of Application Security ...
Dropping an index in SQL is a common task for database developers, especially when they need to optimize the performance, storage, or maintenance of their tables. However, dropping an index also ...
select di.OWNER, di.INDEX_NAME, di.INDEX_TYPE, di.TABLE_OWNER, di.TABLE_NAME, di.LAST_ANALYZED, di.PARTITIONED, di.STATUS, ds.bytes/1024/1024 "size in MB" ...
Tanel Poder's Performance & Troubleshooting Tools for Oracle Databases - tanelpoder/tpt-oracle ...