Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ORA-00600: internal error code, arguments: [17274], [4], [], [], [], [], []

5108Sep 21 2005 — edited Sep 21 2005
Hi,

I'm using Oracle9i database R1 on sun machine.

I have a package call test with a method call getPrice.

When run the sql "select test.getPrice(data) from t_pricing;", it gives me the result. But if I open and save save againt the getPrice function, then i get the following error when try to run the sql again. If i start a new sqlplus session to try, then it's ok.

ORA-00600: internal error code, arguments: [17274], [4], [], [], [], [], [], []

Looks like it's always ok but if i got save the package function, then it starts giving the error. If i put the getPrice function as pure function (without in package), then it will not give me the above error even after i save the function.

So, would appreciate someone can advise if you happen to face this before, as during development time, it's very likely to modify and save the function for retest, where if the above error continue, then I have start off with new session for every retest which is very very troublesome.

Please advise.
Thank you.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 19 2005
Added on Sep 21 2005
3 comments
644 views