Search This Blog

Saturday, June 01, 2013

Retrieve the table space name for specific user or table

use this syntax to retrive the data about oracle table or user or even by owner.
select *
FROM ALL_TABLES;

No comments: