schedule using dbms scheduler
there is a custom package and package body in one of the schemas which needs to be scheduled using dbms scheduler.
the package/package body needs to be scheduled to run based on demand and not recurring like daily, weekly etc.,
how to schedule to run this package/package body using dbms_scheduler ? please provide some example.