17.07.2014 12:32, Simonov Denis wrote:

> After adding restrictions on DDL statements, I can not start initialized
> security3.fdb
>
> GSEC> add sysdba -pw masterkey
> An error occurred while attempting to add the user.
> unsuccessful metadata update
> CREATE TABLE PLG$SRP failed
> There is no privilege for this operation
> GSEC>

Two workarounds are possible:

(1)
gsec -user sysdba -pass masterkey
GSEC> add sysdba -pw masterkey

or

(2)
isql -user sysdba employee
SQL> create user sysdba password 'masterkey';


Dmitry


------------------------------------------------------------------------------
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to