DBAsupport.com Forums - Powered by vBulletin
Results 1 to 4 of 4

Thread: Table name with funny characters

  1. #1
    Join Date
    Jun 2006
    Posts
    12

    Table name with funny characters

    RDBMS Version: 10g Enterprise Edition Release 10.1.0.2.0

    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.

  2. #2
    Join Date
    Apr 2001
    Location
    Bangalore, India
    Posts
    727
    lol...... Read about recyclebin - new feature in 10g..!
    Thomas Saviour(royxavier@yahoo.com)
    Technical Lead (Databases)
    Thomson Reuters (Markets)

    http://ora600tom.wordpress.com/

  3. #3
    Join Date
    Mar 2006
    Location
    Charlotte, NC
    Posts
    865
    Hi Mankrish:

    Unless until you delete the table using 'DROP TABLE SECTION PURGE' , the dropped table will go and resides in the recycle bin with system generated name. When you issue 'select table_name from user_tables' that table will also list in the resultset.

    Issue 'PURGE RECYCLEBIN' from your SQL prompt then issue the same command 'select table_name from user_tables' then you will find the difference.

    Thank you,

    -Vijay.
    Vijay Tummala

    Try hard to get what you like OR you will be forced to like what you get.

  4. #4
    Join Date
    Nov 2000
    Location
    greenwich.ct.us
    Posts
    9,092
    I see you like spamming the forums.
    Jeff Hunter

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width