DBA Catalog
Simple Solution
(Move to ...)
Home
Oracle
SQL Server
PostgreSQL
About US
▼
Showing posts with label
Index
.
Show all posts
Showing posts with label
Index
.
Show all posts
Monday, April 24, 2023
Tuning is null query in oracle
›
When there is some simple query which is using just is null criteria on big table, oracle cost based optimizer making table access full, so ...
Tuesday, December 25, 2018
How to Check and Modify Default Attributes of Tables and Indexes Partitions
›
Sometimes there is situation when you need to modify default attributes for tables, tables partitions, index or index partitions in Oracle d...
Wednesday, November 8, 2017
Oracle Text index size
›
Oracle Text index is a very powerful feature for searching user specified text in big text columns for example in clob type columns. As a Da...
Thursday, May 18, 2017
ORA-08104: this index object ##### is being online built or rebuilt
›
Hello, If you have very busy database and you decide to run an online index rebuild, but unfortunately your session terminated abnormally o...
Friday, August 15, 2014
ORA-01502: index or partition of such index is in unusable state
›
Hello, here I'll show you how to find and rebuild unusable indexes partition in oracle: SQL> select distinct status from dba_ind_pa...
Wednesday, October 16, 2013
ORA-29857: domain indexes and/or secondary objects exist in the tablespace
›
While dropping a tablespace it fails with error ORA-29857 like below. SQL> drop tablespace example including contents and datafiles casc...
1 comment:
›
Home
View web version