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: initrans, maxtrans, actual number of transaction entries

Re: initrans, maxtrans, actual number of transaction entries

From: Frank Hubeny <fhubeny_at_ntsource.com>
Date: Tue, 23 Nov 1999 14:57:02 -0600
Message-ID: <383AFF9E.61F5D457@ntsource.com>


Thanks! Both commands worked.

What surprises me is that neither of these commands is in the SQL Reference 8.1.5 manual. (A67779-01, February 1999) I checked again to make sure I didn't miss it last time. And I even sent infodev_at_us.oracle.com a message asking where the commands were documented.

Did you learn these from experience, an old SQL Reference manual or is there another source for Oracle SQL?

Frank Hubeny

Jonathan Lewis wrote:

> Sorry, that should have been
> alter SYSTEM dump datafile NNNN block MMMM;
>
> and the response is
> system altered
>
> It is by file number and block number, and the file/block
> you want will be header_file, header_block from dba_segments.
>
> There is an alternative syntax to dump consecutive blocks:
> alter system dump data file NNN block min PPPP block max QQQQ;
>
> --
>
> Jonathan Lewis
> Yet another Oracle-related web site: http://www.jlcomp.demon.co.uk
>
Received on Tue Nov 23 1999 - 14:57:02 CST

Original text of this message

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