Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: dbms_errlog

Re: dbms_errlog

From: Brian Peasland <dba_at_nospam.peasland.net>
Date: Wed, 12 Sep 2007 11:06:09 -0500
Message-ID: <46e8026d$0$14094$88260bb3@free.teranews.com>


zino wrote:
> I'm new to oracle, I installed oracle 10g version 2 and I'm the
> administrator on this box. I'm trying to execute the
> dbms_errlog.create_error_log command through SQL Plus but I keep
> getting the error message:
>
> SP2-0734: unknown command beginning "dbms_errlo..." - rest of line
> ignored
>
> what am I missing in order to use this package.
> thanks for help
>

In SQL*Plus, you execute stored procedures similar to the following:

EXEC dbms_errlog.create_error_log( list_of_parameters );

HTH,
Brian

-- 
===================================================================

Brian Peasland
dba_at_nospam.peasland.net
http://www.peasland.net

Remove the "nospam." from the email address to email me.


"I can give it to you cheap, quick, and good.
Now pick two out of the three" - Unknown

-- 
Posted via a free Usenet account from http://www.teranews.com
Received on Wed Sep 12 2007 - 11:06:09 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US