X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=contrib%2Foracle%2Fcreate_schema.ddl;h=86b1e83ee5ed379fbcf460d80e1f515a85fb8967;hb=de407dd4e036f73e9bd4658af9d71f504fc11109;hp=e4dc54f2dab4485fb178a31161e0da93207a4b32;hpb=4330a219a32f3e9d8f58d34dbc6fc20b981ce7dd;p=collectd.git diff --git a/contrib/oracle/create_schema.ddl b/contrib/oracle/create_schema.ddl index e4dc54f2..86b1e83e 100644 --- a/contrib/oracle/create_schema.ddl +++ b/contrib/oracle/create_schema.ddl @@ -1,3 +1,22 @@ +-- collectd - contrib/oracle/create_schema.ddl +-- Copyright (C) 2008,2009 Roman Klesel +-- +-- This program is free software; you can redistribute it and/or modify it +-- under the terms of the GNU General Public License as published by the +-- Free Software Foundation; only version 2 of the License is applicable. +-- +-- This program is distributed in the hope that it will be useful, but +-- WITHOUT ANY WARRANTY; without even the implied warranty of +-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +-- General Public License for more details. +-- +-- You should have received a copy of the GNU General Public License along +-- with this program; if not, write to the Free Software Foundation, Inc., +-- 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +-- +-- Authors: +-- Roman Klesel + -- Description -------------- -- This will create a schema to provide collectd with the required permissions @@ -241,3 +260,5 @@ END; spool off quit + +-- vim: set syntax=sql :