Có thể bạn đang sử dụng phiên bản Oracle cũ hơn? Tôi thấy tài liệu cho lớp này trên Oracle cho 11g trở lên.
http://download.oracle.com/docs/html/E10927_01/OracleBulkCopyClass .htm
Oracle.DataClient.dll là assembly chứa trong tài liệu trên.
Hãy thử điều này:
ps> $a = [reflection.assembly]::loadwithpartialname("oracle.dataaccess")
ps> $a.getexportedtypes() | where { $_.fullname -like "*bulk*" }
-Tin vào