Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: junk as table names
<leshanster_at_gmail.com> a écrit dans le message de news: 1138477288.756143.284110_at_f14g2000cwb.googlegroups.com...
| Hey guys, sorry to bother you again, but I am coming into a problem
| that I don't know how to fix.
|
| I create a table by saying:
|
| create table a (b number);
|
| and a table is created and I can view the table by using:
|
| select table_name from user_tables;
|
| then I drop the table by using:
|
| drop table a;
|
| commit;
|
| then when I view the list of tables I have, I get:
| TABLE_NAME
| -----------------------------------------
| BIN$XZFPbjldRmm5fzdo3pJpnA==$0
|
| for every table I create and drop I get this...
|
| any ideas on how to solve this problem?
|
Search for recycle bin and purge in documentation.
Regards
Michel Cadot
Received on Sat Jan 28 2006 - 13:50:32 CST
![]() |
![]() |