Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: serverouput buffer overflow
Hi,
Using UTL_FILE command would be the ideal solution to this. However, if you are working from a windows client and find it difficult=20 to log into the db server machine, to see the file, then u can insert all the details u want into a temp table and use sqlplus to generate a report from the table.
Regards
Rajagopal Venkataramany
On Thu, 10 Aug 2000 08:31:53 -0800, ORACLE-L_at_fatcity.com wrote:
> Does anyone know how I can work around the 1000000 limit for server
output?
> =20
> I have a cursor that makes a list of all the indexes in a database, then
I
> use that to generate sql to file to analyze them in turn plus store thei=
r
> sizing info into a separate table.
> =20
> Unfortunately there is so much information generated in the cursor that
when
> I use dbms_output to produce the SQL, I reach the limit.
> =20
> =20
> =20
> =20
> Systems Admin & Operations | Admin. et Exploit. des syst=E8mes
> Technology Services | Services technologiques
> Informatics Branch | Direction de l'informatique=20
> Maritimes Region, DFO | R=E9gion des Maritimes, MPO
> =20
> =20> To REMOVE yourself from this mailing list, send an E-Mail message
> Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> San Diego, California -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
Regards
Rajagopal Venkataramany