Table exist & not exist
Hi,
I'm having hard times with Oracle , trying to create a new table i'm getting the message that the object already exits, and the request : desc my_table return the rows , but the request drop my_table return the error that there is no table or view with that name , i verified the name , its the same in al SQL statements ,
the table is not visible in SQL developer interface too :(
this is out of logic and happend for all tables , can you suggest me a solution plz