CREATE DATABASE fail with ISQL
------------------------------

                 Key: CORE-4864
                 URL: http://tracker.firebirdsql.org/browse/CORE-4864
             Project: Firebird Core
          Issue Type: Bug
          Components: ISQL
    Affects Versions: 3.0 Beta 2
         Environment: Ubuntu 14.04 64bit
            Reporter: Gabor Boros


The database alias is already exists in databases.conf:
MYDB = /home/DB/MYDB.FDB
{
SecurityDatabase = MYDB
}

Start ISQL, "isql -u SYSDBA employee" then execute:

CREATE DATABASE 'MYDB' PAGE_SIZE 4096 DEFAULT CHARACTER SET WIN1250 COLLATION 
PXW_HUN;

Committing.
Statement failed, SQLSTATE = 42000
Dynamic SQL Error
-SQL error code = -104
-Token unknown - line 1, column 33
-SYSDBA

The above CREATE... command works with Beta 1 and a shorter CREATE DATABASE 
'MYDB' PAGE_SIZE 4096; works with Beta2.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://tracker.firebirdsql.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

------------------------------------------------------------------------------
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to