标题: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



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-332433-1-1.html




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

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