Friday, December 4, 2009

internal error while parsing spatial parameters

internal error while parsing spatial parameters

Its a common error while running query to oracle table

Here is the cause and actions to be taken to avoid this error

Reason


An internal error was encountered while parsing the spatial parameters.


Actions

Check that the parameters passed in the parameter string are all valid.

session references process private memory; cannot detach session

session references process private memory; cannot detach session

This error is comming as usual to oracle DBA in everytime

Here is the cause and ways to avoid this error


Reason

An attempt was made to detach the current session when it contains
references to process private memory.


Action

A session may contain references to process memory (PGA) if it has
an open network connection, a very large context area, or operating
system privileges. To allow the detach, it may be necessary to
close the session's database links and/or cursors. Detaching a
session with operating system privileges is always disallowed.