Is there a way in Oracle9i to automatically call a procedure when the instance starts up?
This can be through a trigger. Look up creating a trigger and make the event a database event (startup).
Forum Rules