How to create a derby user
问题 I tried to set the DB schema name by schema.xml but it caused a schema name duplication in the generated SQL statement for ID generators. (Duplicate schema name in sequece generation) I read the schema is defined by the passed user at connection time. Now I would like to set the schema by this way. But I don't know how can I create a new Derby user and link it with the desired schema. Can somebody help me? Environment: NetBeans, Glassfish, Derby I have found this: CALL SYSCS_UTIL.SYSCS_CREATE