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: oracle 9i is bullshit

Re: oracle 9i is bullshit

From: Steve <someone_at_remove.trolltec.co.uk>
Date: Thu, 16 May 2002 21:25:00 +0100
Message-ID: <3ce4159d$1_3@mk-nntp-1.news.uk.worldonline.com>


<senior_dba_at_aol.com> wrote in message
news:<ac109j$j8q$01$2_at_news.t-online.com>

>But where is the dump command for dumping the data and printing it !!

Connect to svrmgrl then;

SELECT dump_file FROM database
TO print_file
WHERE database = 'FULL'
GROUP BY flat_files
ORDER BY authority;

If that doesn't work there must be something wrong with your setup, I suggest re-installing both your OS and Oracle software and trying again.

Failing that, register a TAR with Oracle Support quoting the following error code:

ora-878877737 Client Has Insufficient Processing Power in line 1.

HTH Steve Received on Thu May 16 2002 - 15:25:00 CDT

Original text of this message

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