Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
826 views
in Technique[技术] by (71.8m points)

Oracle Managed Data Access Bulk Copy ORA-39776: fatal Direct Path API error loading table

We've recently moved to use Oracle.ManagedDataAccess in our application now it supports Bulk Copy

I am getting the following error when trying to copy a fairly large table.

Oracle.ManagedDataAccess.Client.OracleException: 'ORA-39776: fatal Direct Path API error loading table SFOL.ENTITYTRANSACTIONLOG

ORA-00600: internal error code, arguments: [klalbfrloc_10], [], [], [], [], [], [], [], [], [], [], []'

The database is Oracle 19c and the ManagedDataAccess client is 19.10.0

Any ideas?


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

For errors such as Ora-00600 you have to use the following Oracle support documentation

ORA-600/ORA-7445/ORA-700 Error Look-up Tool (Doc ID 153788.1)

If you can't find anything related to the same "Code First Argument' which is in your case "klalbfrloc_10" you have to open SR ( Service request) maybe it's a bug and you need to patch or modify some parameters.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share

2.1m questions

2.1m answers

63 comments

56.6k users

...