Oracle's XMLDB Study NOTE (1)

1.环境;
OS:winxp, DB:oracle10g
默认安装后可以通过以下两种方式访问oracle的xdb资源。

1) http://localhost:8080/
2) ftp://xdb:[email protected]:2100/
其中xdb:xdb是oracle10g数据库的用户名和密码(密码是你可以在安装数据库时设定的)

2.练习
创建一个包括XMLTYPE的字段的表
create table gao1 (
x1 xmltype
)

另外一种创建XMLTYPE的表的方法:
CREATE TABLE example2 of XMLType;

Published At
Categories with 数据库类
Tagged with
comments powered by Disqus