You are not logged in.
Pages: 1
I use oracle database, ServerDB.HandleAuthentication is True.
I can use Admin/synopse to authenticate.
but there is no AuthUser/AuthGroup table in oracle.Why?
other tables can be auto-created. Should i create it by hand?
Offline
You need to call VirtualTableExternalRegisterAll() with the TSQLAuth* tables in the model at that time, or call explicitely VirtualTableExternalRegister() on those tables to be written in the external database.
Offline
Thanks @ab. I use TSQLRestExternalDBCreate method in mORMotDB unit, which has a default parameter [regDoNotRegisterUserGroupTables].
Change [regDoNotRegisterUserGroupTables] to [] solved my problem.
Offline
Pages: 1