【发布时间】:2015-03-17 07:48:25
【问题描述】:
这应该很简单。
Sybase docs ("Example 1") 表示您不必指定 size 参数,但即使我这样做:
create database pubs5 on default = '10M'
我仍然收到错误:
Could not execute statement.
CREATE DATABASE failed because of incorrectly specified or unavailable
space. Total number of megabytes specified and available must be at
least 6 megabytes so Model Database can be copied to the new database.
SQLCODE=1810
我尝试了不同的大小(全部超过 6MB),删除大小并尝试双引号、单引号和不带引号。
为什么这么难?
谢谢。
【问题讨论】:
-
你有多少空间?
-
我的 C 盘有 266GB 备用空间。
-
C 是你的默认值吗?
-
是的,我只有一个物理驱动器。