Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: oracle 9i is bullshit
<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
![]() |
![]() |