While execute R3trans -d if you get this error “ORA-00019: maximum number of session licenses exceeded”

Need to be increased max sessions using below command.

alter system set sessions=500 scope=spfile; alter system set sessions=500 scope=both

and license max session = 0 means, it allows  “n” number of sessions.

Leave a Reply

Your email address will not be published. Required fields are marked *