------------------------------------------------------------------- -- -- Nom script : TLOG -- -- Objectif : Generic tool of log in a Oracle database -- same prototype and functionality that log4j. -- http://jakarta.apacchhe.org/log4j ------------------------------------------------------------------- -- -- History : who created comment -- V0 Guillaume Moulard 18-AVR-02 Creation -- -- ------------------------------------------------------------------- /* * Copyright (C) LOG4PLSQL project team. All rights reserved. * * This software is published under the terms of the The LOG4PLSQL * Software License, a copy of which has been included with this * distribution in the LICENSE.txt file. * see: */ CREATE SEQUENCE SLOG INCREMENT BY 1 START WITH 1 MAXVALUE 1.0E28 CYCLE / ------------------------------------------------------------------- -- End of document -------------------------------------------------------------------