Links
Home
Oracle DBA Forum
Frequent Oracle Errors
TNS:could not resolve the connect identifier specified
Backtrace message unwound by exceptions
invalid identifier
PL/SQL compilation error
internal error
missing expression
table or view does not exist
end-of-file on communication channel
TNS:listener unknown in connect descriptor
insufficient privileges
PL/SQL: numeric or value error string
TNS:protocol adapter error
ORACLE not available
target host or object does not exist
invalid number
unable to allocate string bytes of shared memory
resource busy and acquire with NOWAIT specified
error occurred at recursive SQL level string
ORACLE initialization or shutdown in progress
archiver error. Connect internal only, until freed
snapshot too old
unable to extend temp segment by string in tablespace
Credential retrieval failed
missing or invalid option
invalid username/password; logon denied
unable to create INITIAL extent for segment
out of process memory when trying to allocate string bytes
shared memory realm does not exist
cannot insert NULL
TNS:unable to connect to destination
remote database not found'>ora-02019
exception encountered: core dump
inconsistent datatypes
no data found
TNS:operation timed out
PL/SQL: could not find program
existing state of packages has been discarded
maximum number of processes exceeded
error signaled in parallel query server
ORACLE instance terminated. Disconnection forced
TNS:packet writer failure
see ORA-12699
missing right parenthesis
name is already used by an existing object
cannot identify/lock data file
invalid file operation
quoted string not properly terminated
BIN$ objects (after media recovery)

BIN$ objects (after media recovery)

2005-07-17       - By Bob

Reply:     1     2     3     4     5     6     7     8     9     10     >>  

win 2000 server - oracle 10.1 - archivelog mode

Ive seen these object names before and  research (goggle) suggested they
were "recovered fragments"

Ive just performed media recovery on a datafile and  all objects in that
datafile now seem to have a corresponding BIN$Xob75zTpRE.....
name.

What are these BIN$ objects and  if they are useless how to get rid of them?

eg
BOB@(protected)>select * from cat;

TABLE_NAME                     TABLE_TYPE
-- ---- ---- ---- ---- ---- -- -- ---- ---
BIN$Xob75zTpREqzMEwVrcT35Q==$0 TABLE
EMP2                        TABLE

BOB@(protected)>desc BIN$Xob75zTpREqzMEwVrcT35Q==$0;
SP2-0565: Illegal identifier.


BOB@(protected)>drop table BIN$Xob75zTpREqzMEwVrcT35Q==$0;
drop table BIN$Xob75zTpREqzMEwVrcT35Q==$0
                                     *
ERROR at line 1:
ORA-00933 (See ORA-00933.ora-code.com): SQL command not properly ended


BOB@(protected)>drop table 'BIN$Xob75zTpREqzMEwVrcT35Q==$0';
drop table 'BIN$Xob75zTpREqzMEwVrcT35Q==$0'
           *
ERROR at line 1:
ORA-00903 (See ORA-00903.ora-code.com): invalid table name


TIA!

Bob
--
"Oracle error messages being what they are, do not
highlight the correct cause of fault, but will identify
some other error located close to where the real fault lies."
--
http://www.freelists.org/webpage/oracle-l