Oracle Error Message
ORA-30509: client logoff triggers cannot have AFTER type
Reason for the Error
An attempt was made to create a trigger that fires after logoff. This type of trigger is not supported.
Solution
Do not attempt to create a trigger that fires after logoff.