drop table with a LOB column and now have funky info in DBA_LOBS
I wanted to drop a table that had a LOB in it from the appliation that's on our 10.2.0.4 database. I dropped the table, but now there's some very strange information that's taken the place of the row that was in DBA_LOBS for the LOB on that table.
TABLE_NAME COLUMN_NAME
BIN$dtzYUlZNaTfgRAAeC4OSwg==$0 AORJPST_REQMNT
The table was called AORJPST (or something like that), now it has a row in DBA_LOBS with that table_name, above...
Anybody know what that is, or how to get rid of it? did i do something wrong dropping the table? it was a simple DROP TABLE <table_name> command i issued.