It should be easy.
Sybase docs ("Example 1") say that you do not need to specify a parameter size, but even if I do this:
create database pubs5 on default = '10M'
I still get the error message:
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
I tried different sizes (just 6 MB each), deleting the size and trying double quotes, single quotes and without quotes.
Why is it so hard?
Thank.
source
share