Hi Krishna,
Please use the following sql statement to drop the table even though it is being used by other connections -
DROP TABLE table_name CASCADE;
Hi Krishna,
Please use the following sql statement to drop the table even though it is being used by other connections -
DROP TABLE table_name CASCADE;