I have a problem that needs fixing.

I am doing an operating system database datafile copy from one database to another database where all the file systems have been trashed.

Problem:

My target database was closed(seeing there are no file systems) but the source database was open when I kicked off the copy.
After about 10 minutes I discovered what was happening and I stopped the copy. Only about 4 files had been copied to the target location.

I shut down my source database normally, deleted the four files on the target database and kicked off the copy again.

When the copy was finished I opened the source database normally and issued the alter database create controlfile .

I edited the file to reflect my target database and when I ran the script on my target database it worked and the database mounted.
When I go to open the database it fails with error

This is en extract from my alert log file

CREATE CONTROLFILE REUSE set DATABASE "G_T2" RESETLOGS NOARCHIVELOG

Completed: CREATE CONTROLFILE REUSE set DATABASE "G_T2" RESET..

alter database open resetlogs
Tue Oct 2 07:31:23 2001
RESETLOGS after incomplete recovery UNTIL CHANGE 1924631670400
Tue Oct 2 07:31:36 2001
Thread 1 opened at log sequence 1
Current log£ 4 seq£ 1 mem£ 0: /g_t2/i2_redo2/gmi2/redo/log_4_gmi2.dbf
Current log£ 4 seq£ 1 mem£ 1: /g_t2/i2_redo2m/gmi2/redo/log_4m_gmi2.dbf
Successful open of redo thread 1.
Tue Oct 2 07:31:36 2001
SMON: enabling cache recovery
SMON: disabling cache recovery
Tue Oct 2 07:31:37 2001
ORA-1534 signalled during: alter database open resetlogs...
Tue Oct 2 07:31:57 2001
Shutting down instance (normal)
License high water mark = 1
Tue Oct 2 07:31:57 2001
ALTER DATABASE CLOSE NORMAL
ORA-1109 signalled during: ALTER DATABASE CLOSE NORMAL...
Tue Oct 2 07:31:57 2001
ALTER DATABASE DISMOUNT
Completed: ALTER DATABASE DISMOUNT
Tue Oct 2 07:34:40 2001

Tue Oct 2 07:34:44 2001
alter database mount exclusive
Tue Oct 2 07:34:45 2001
Successful mount of redo thread 1.
Tue Oct 2 07:34:45 2001
Completed: alter database mount exclusive
Tue Oct 2 07:34:58 2001
alter database open resetlogs
Tue Oct 2 07:34:59 2001
ORA-1139 signalled during: alter database open resetlogs...
Tue Oct 2 07:35:19 2001
alter database open
Tue Oct 2 07:35:19 2001
Errors in file /g_t2/big0c/I2/traces/ora_19190.trc:
ORA-00600: internal error code, arguments: [3668], [1], [3], [7649], [7649], [26
0], [], []
ORA-600 signalled during: alter database open
...
Tue Oct 2 07:36:36 2001
Shutting down instance (normal)
License high water mark = 1
Tue Oct 2 07:36:36 2001
ALTER DATABASE CLOSE NORMAL
ORA-1109 signalled during: ALTER DATABASE CLOSE NORMAL...
Tue Oct 2 07:36:36 2001
ALTER DATABASE DISMOUNT

I have checked the source database which is still running and there are no datafiles needing recovery.

Can someone please help.

I know this is long

thanks

Janet