OGG-01752
Cannot register EXTRACT {0} with database because no database login was provided. You can manually register this group later with the REGISTER EXTRACT command with LOGRETENTION. Issue DBLOGIN first.
Cause
An ADD EXTRACT command was issued without first issuing a DBLOGIN command. This version of the RDBMS requires DBLOGIN before creating Extract groups.
Action
Issue the DBLOGIN command to log into the database, and then issue the REGISTER EXTRACT command with the LOGRETENTION option to register the Extract group.