Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: XML SQL Utility for Oracle 8i
Rob,
The problem is your shared_pool. Becuase this utility is Java based inside the DB instance, you will need to adjust (radically!) all of your shared_pool, large_pool, and java_pool parameters.
Also, I worked with this utility at a job last summer. At that time, this was Beta software. Beware - it could create temporary LOBs that are **never** (until you bounce the instance) removed from your TEMP tablespace(s).
Good luck.
Ron Reidy
Oracle DBA
In article <3a713891.581890554_at_reading.news.pipex.net>,
rob_at_commercenti.com (Rob Gilchrist) wrote:
> I have been recently tasked with developing a project on Oracle and
> Unix, coming from a NT and SQL Serve background this has been a steep
> learning curve.
> I have hit a major stumbling block as part of the project involves
> creating XML from the output of a SQL query. This can be achieved by
> using the XML SQL Utility for Oracle 8i. When I try to install this on
> my machine (SUN SOLARIS 2.7 and Oracle 8.1.6) it throws up this error
>
>
Sent via Deja.com
http://www.deja.com/
Received on Fri Jan 26 2001 - 17:35:34 CST
![]() |
![]() |