[quote]Originally posted by jrupik:
Hello,

I should not:

1. create partitioned OBJECT MVIEW with LOB column;
2. INSERT /*+ APPEND */ over DBLINK
3. run distributed query which will be optimized
4. select from a view
5. use exp utility (which is 32bit by default for most 64bit releases of Oracle) on a 64bit releases of Oracle - Bug# 2298968 related to "Client side memory"
6. etc....

... because it could create unwanted (by the Oracle software) memory leaks or corruptions and finally produce an ORA-600 [17113].

Fine!

Joachim Rupik

btw: metalink materials are copyrighted.
[/quote]Thanks for your note,
my question is why the oracle server/utilites allowes action which raises ORA-00600 in future?

Carl