This is mostly a technical blog with my learning at work.
select username from dba_users;
select tablespace_name from dba_tablespaces;
CREATE TABLESPACE POOL_TS DATAFILE 'pool_ts.dat' SIZE 20M AUTOEXTEND ON;
Post a Comment
No comments:
Post a Comment