Re: dbms_errlog
- From: Brian Peasland <dba@xxxxxxxxxxxxxxxxxxx>
- Date: Wed, 12 Sep 2007 11:06:09 -0500
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@xxxxxxxxxxxxxxxxxxx
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
.
- Follow-Ups:
- Re: dbms_errlog
- From: zino
- Re: dbms_errlog
- References:
- dbms_errlog
- From: zino
- dbms_errlog
- Prev by Date: Re: dbms_errlog
- Next by Date: Re: sqlplus script dropping conected user
- Previous by thread: Re: dbms_errlog
- Next by thread: Re: dbms_errlog
- Index(es):
Relevant Pages
|