GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Oracle  >  Database Administration

 Print  |  
Question:  how to convert local management tablespace to dictionary managed tablespace



July 07, 2008 05:53:04 #1
 g.mrunalini   Member Since: February 2008    Total Comments: 8 

RE: how to convert local management tablespace to dictionary managed tablespace
 
use the following package

>execute dbms_space_admin.tablespace_convert_to_local('tablespace_name');
>execute dbms_space_admin.tablespace_convert_from_local('tablespace_name');
     

 

Back To Question