码迷,mamicode.com
首页 > 数据库 > 详细

Oracle Practice

时间:2015-11-04 22:57:42      阅读:197      评论:0      收藏:0      [点我收藏+]

标签:

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;

 

Oracle Practice

标签:

原文地址:http://www.cnblogs.com/rixiang/p/4937532.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!