Whitterness
Technical User
I'm relatively new to SQL (am taking it for an IT class). We're using Oralce Developer Suite 10g (9.0.4.0.1) and SQL*Plus to do our coding.
I created tables and then dropped them. When I would put in
SELECT table_name
FROM user_tables;
I get a list of a bunch of tables with weird names that start with BIN$
I was wondering how to get rid of them. I tried searching for it online, but could only find things that says to use the PURGE commant, but SQL*Plus doesnt recognize that as a valid command..
Any help would be appreciated.
THanks.
I created tables and then dropped them. When I would put in
SELECT table_name
FROM user_tables;
I get a list of a bunch of tables with weird names that start with BIN$
I was wondering how to get rid of them. I tried searching for it online, but could only find things that says to use the PURGE commant, but SQL*Plus doesnt recognize that as a valid command..
Any help would be appreciated.
THanks.