Oracle数据库应用技术-实验指导书讲述.doc

Oracle数据应用技术 实验指导书 湖南工程职业技术学院 (刘静) 2010年3月 实验1 Oracle入门(2学时) 一、目标 能够使用Oracle Enterprise Manager Console 能够创建表空间和用户账户 能够使用Oracle Net Configuration Assistant配置网络服务名 能够用SQL *Plus 连接Oracle服务器 二、实验内容及要求实验内容 实验要求实验内容及要求 实验内容CREATE TABLE my_test ( id NUMBER(3), name VARCHAR2(20) ); 向表中插入5条完全相同的命令。 INSERT INTO my_test VALUES (1, This is line 1); INSERT INTO my_test VALUES (1, This is line 1); INSERT INTO my_test VALUES (1, This is line 1); INSERT INTO my_test VALUES (1, This is line 1); INSERT INTO my_test VALUES (1, This is line 1); COMMIT; 查看表中记录: SELECT * FROM my_test; 测试ROWID

文档评论(0)

1亿VIP精品文档

相关文档