| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 946 人关注过本帖
标题:oracle 建表时报错!!!
取消只看楼主 加入收藏
cmqhh17
Rank: 1
等 级:新手上路
帖 子:2
专家分:0
注 册:2011-2-19
结帖率:0
收藏
已结贴  问题点数:20 回复次数:1 
oracle 建表时报错!!!
create table qhh.book_load(
student_ID number(10),
book_ID number(10),
student_name varchar2(30),
description varchar2(30),
constraint book_load_pk
primary key (student_ID),
constraint unique_name
unique(student_name,book_ID),
using index tablespace INDX
constraint assigned_book_fk
foreign key (book_id)
references qhh.book
)
tablespace oracleDB;
ORA-00902: 无效数据类型
不只是什么原因
搜索更多相关主题的帖子: oracle index 
2011-02-19 15:46
cmqhh17
Rank: 1
等 级:新手上路
帖 子:2
专家分:0
注 册:2011-2-19
收藏
得分:0 
oracle 建表时报错!!!
create table qhh.book_load(
student_ID number(10),
book_ID number(10),
student_name varchar2(30),
description varchar2(30),
constraint book_load_pk
primary key (student_ID),
constraint unique_name
unique(student_name,book_ID),
using index tablespace INDX
constraint assigned_book_fk
foreign key (book_id)
references qhh.book
)
tablespace oracleDB;


using index talespace indx
      *
ERROR 位于第 8 行:
ORA-00902: 无效数据类型
不只是什么原因
2011-02-19 16:10
快速回复:oracle 建表时报错!!!
数据加载中...
 
   



关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.014017 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved