ORA-28606: block too fragmented to build bitmap index (string,string)
Cause: The block(s) exceed the maximum number of rows expected when creating a bitmap index. This is probably due to maximum slot allowed set too low. The values in the message are: (slot number found, maximum slot allowed)
Action: alter system flush shared_pool; update tab$ set spare1 = 8192 where obj# = (select obj# from obj$ where NAME=<table_name> AND owner# = <table_owner>; commit;
ORA-28611
Custom Search


More Oracle errors
SQL-02153Invalid character variable for use in a GET/SET statement
ORA-25461rule set not specified
ORA-14636only 2 resulting subpartition can be specified for SPLIT SUBPARTITION
NNL-00930Requests refused, unknown data type: number
ORA-09761pw_destroyPorts: server call pws_stop_instance failed.
TNS-01075Opened log file: string
ORA-19700device type exceeds maximum length of string
OCI-01858a non-numeric character was found where a numeric was expected
RMAN-06496must use the TO clause when the database is mounted or open
ORA-39085cannot update job string for user string
DIA-48115error encountered while seeking a file position
TNS-00283Listening on the following TNS addresses:
PCC-01300You are not authorized to run Pro*PL/I
NNO-00332warning: region store serial number reduced from number to number
ORA-29740evicted by member string, group incarnation string
ORA-00439feature not enabled: string
ORA-30084invalid data type for datetime primary with time zone modifier
NNC-00002error listening on stream string
ORA-26019Column string in table string of type string not supported by direct path
ORA-07580spstp: $GETJPIW failure




TOP 20 Oracle errors
ORA-12504TNS:listener was not given the SERVICE_NAME in CONNECT_DATA
RMAN-20079full resync from primary database is not done
ORA-14411The DDL cannot be run concurrently with other DDLs
ORA-14760ADD PARTITION is not permitted on Interval partitioned objects
ORA-10877error signaled in parallel recovery slave string
ORA-32701Hang detected
ORA-00838Specified value of MEMORY_TARGET is too small, needs to be at least stringM
ORA-16665timeout waiting for the result from a database
ORA-16957SQL Analyze time limit interrupt
ORA-16664unable to receive the result from a database
RMAN-08132WARNING: cannot update recovery area reclaimable file list
ORA-00000normal, successful completion
ORA-16766Redo Apply is stopped
ORA-00837Specified value of MEMORY_TARGET greater than MEMORY_MAX_TARGET
RMAN-08137WARNING: archived log not deleted as it is still needed
DIA-48122error with opening the ADR block file [string] [string]
ORA-47988password should contain at least one numeric and one alphabetic character
IMP-00057Warning: Dump file may not contain data of all partitions of this table
ORA-00001unique constraint (string.string) violated
ORA-55508Invalid input to Flashback Transaction Backout




Your own TOP 20 Oracle errors
ORA-28606block too fragmented to build bitmap index (string,string)