Xref: alice comp.databases.oracle.tools:35427
Path: alice!news-feed.fnsi.net!news.maxwell.syr.edu!feed1.news.rcn.net!rcn!not-for-mail
From: "Eugene Firyago" <efiryago@bisys.com>
Newsgroups: comp.databases.oracle.tools
Subject: Re: How to execute a script at startup time?
Date: Thu, 11 Nov 1999 12:42:17 -0500
Lines: 15
Message-ID: <80ev6e$d9i$1@autumn.news.rcn.net>
References: <382A9249.948CC1BC@galliera.it>
X-Trace: QvghRoq3ef78V9CZ+PLfxt9jyjXuAWJEL5zNTiBxOo0=
X-Complaints-To: abuse@rcn.com
NNTP-Posting-Date: 11 Nov 1999 17:42:38 GMT
X-Newsreader:  Microsoft Outlook Express 5.00.2314.1300
X-MSMail-Priority:  Normal
X-Priority:  3
X-MimeOLE:  Produced By Microsoft MimeOLE V5.00.2314.1300

There are the database STARTUP/SHUTDOWN event triggers with in Otracle 8i.
See Oracle8i Server SQL Reference on CREATE TRIGGER command for details.

Good luck,
Eugene.


Marco De Benedetto <dibe@galliera.it> wrote in message
news:382A9249.948CC1BC@galliera.it...
> I would like to pin objects whenever Oracle starts,
> how can I execute a script automatically?
>
> Thanks


