Database ORA-600 / ORA-7445 Analysis , Diagnostic Repository (ADR) & Packaging (MOSC)

MOSC Banner

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.

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center