首页 > 数据库 > Oracle > 正文

Oracles XMLDB Study NOTE (1)

2024-08-29 13:30:02
字体:
来源:转载
供稿:网友

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;
国内最大的酷站演示中心!
发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表