Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

SQL> select 'create tablespace '||tablespace_name||' datafile '''||file_name||''

' size '||bytes/1024/1024||'m;' from dba_data_files;


SQL> select 'create user '||username||' identified by '||username||' default tab
lespace '||default_tablespace||';' from dba_users;

You might also like