ORA-00600: internal error code, arguments: [ksfd_type_flags_1], [65535], [35]
Hi,there
I was getting an ora-600 error, with "arguments:[ksfd_type_flags_1], [65535], [35]", when I executed the following fuction :
===================================
BEGIN
DBMS_FILE_TRANSFER.GET_FILE(
source_directory_object => 'SDIR1',
source_file_name => 'rdatalv',
source_database => 'TTSLINK',
destination_directory_object => 'DESTDIR',
destination_file_name => 'rdatalv');
END;
====================================
The source database has a version of <span lang="EN-US">10.2.0.4.0 - 64bi and </span><span lang="EN-US"><code><span lang="EN-US">AIX-Based Systems (64-bit) platform. Source file </span>
rdatalv is a raw device. Destination database
<span lang="EN-US"></span>
is Release 11.2.0.4.0 Production on Reahat 6.6 using asm. When I did this for file-system datafile, it worked well.