Hi all,
I just want to know if anyone knows where did this BIN$ table came from? Is it 'coz I ran the EXPLAIN PLAN scripts and ran EXPLAIN PLAN?
===================================================================================================================
[Email Address Removed] sqlplus scott/[Email Address Removed] Release 10.1.0.2.0 - Production on Thu Jan 5 12:18:19 2006
Copyright (c) 1982, 2004, Oracle. All rights reserved.
Connected to:
Oracle Database 10g Enterprise Edition Release 10.1.0.2.0 - Production
With the Partitioning, OLAP and Data Mining options
SQL> select table_name from dba_tables;
select table_name from dba_tables
*
ERROR at line 1:
ORA-00942: table or view does not exist
SQL> select table_name from user_tables;
TABLE_NAME
------------------------------
PLAN_TABLE
EMP1
SALGRADE
BONUS
BIN$BySV8aUEUrLgQBisDOADmA==$0
DEPT
6 rows selected.
SQL>
===================================================================================================================
Oracle LazyDBA home page