标签:
1 establish table space and create user.
we can establish table space and create user the by dba authority.
cmd:sqlplus "/ as sysdba".
2create a table:
create table TABLE_NAME(id NUMBER(4) .............);
3check tables created:
select * from tab;
标签:
原文地址:http://www.cnblogs.com/rixiang/p/4937532.html