Re: dbms_errlog



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

.



Relevant Pages

  • Re: Tcl "source" command
    ... > txaray" is not a valid command. ... telling you is you tried to execute a command named "incr ... You can generate this error message easily yourself interactively. ...
    (comp.lang.tcl)
  • Re: Newbie question about command line execution
    ... > I can't figure out how execute a program on the command line. ... > Here is the error message after typing the name and hitting ...
    (comp.os.linux.misc)
  • Re: Newbie question about command line execution
    ... > I can't figure out how execute a program on the command line. ... > the error message after typing the name and hitting Enter: ...
    (comp.os.linux.misc)
  • Re: startup problems
    ... Enquire, plan and execute. ... command .com corrupted ... can not bootup winodows98 ...
    (microsoft.public.windowsxp.help_and_support)
  • Re: dbms_errlog
    ... administrator on this box. ... dbms_errlog.create_error_log command through SQL Plus but I keep ... you execute stored procedures similar to the following: ...
    (comp.databases.oracle.server)