I am getting ORA:600 error when trying to select * from a particular view. If I directly query the base table on which the view is based then this error is not coming. the query is fetching rows properly from the view but at the end of it waits for few seconds and gives the error ORA:600. I don't know how to tackle this problem. Can anybody pls guide me to solve this problem.
I am running oracle 8.1.0.5 on win NT (service pack 5). I am also runnig oracle 9iAPS and APACHE on linux servers. We are not using OPS (for info pls).
Before vall to oracle suport u can little bit explain problem.
U need - 1 number in error message - ora-600 ... [1 number],[],[]...
and alert log files.
1 number can say to u layer where error occured, for example -
[00000] - service layer
...
[17000] - generic layer
...
(all list u can find on metalink)
and u can check alert files in $ORACLE_BASE/$ORACLE_SID/bdump/...
Bookmarks