如果在服务器上操作
通过sql*plus
用system/manager 或者其他用户 连接到数据库
然后通过语句进行操作

select * from tbname;
create tablet t(col1 number,col2 varchar2(10);
...