Hi,

This is my first experience creating a database on 10g. I tested first by creating a test table and I dropped the table immediately after creating. Next I proceeded to create the actual table (section) and it was successful. When I did a check on the user_tables this is what I get (a table_name with multiple characters) just below the section table,

SQL> select table_name from user_tables;

TABLE_NAME
------------------------------
SECTION
BIN$CHcMxT2qRmOuePUzHW8BcQ==$0

I never created them and I am wondering what this is. Is something wrong somewhere? How do I remove that? Why does this happen?

Appreciate any advice

Thanks.