Tags:
create new tag
, view all tags

Problem

get the list of tables for a specified tablespace .

Solution

First find if the required tablespace exists Then logon as user e.g sqlplus rpuser/rpuser set pause on select table_name from user_tables;

.

-- SujataPatil - 01 Jun 2006

Topic revision: r1 - 01 Jun 2006 - 13:00:40 - SujataPatil
 
This site is powered by the TWiki collaboration platformCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback