Hi, my client has his database down. Ora-600 all over the place.
He's in archive log mode and have all the archive logs since creation.
It's 8.1.7.0 running on solaris plateform.

Not sure, but it seems like their where out of disk space and they managed to copy the datafiles while the database was open or something like that.

We cannot be on the server physicaly, it is somewhere in canada, and we need to create another instance manually by telnet. I have a script that create an instance but that was created on windows platform with the installer.

Just wanted to know if the script will be ok on the solaris platform?

Those are the script:
set ORACLE_SID=test
C:\ORACLE\bin\oradim -new -sid TEST -startmode manual -pfile "C:\ORACLE\admin\test\pfile\inittest.ora"
C:\ORACLE\bin\svrmgrl @C:\temp\oracle\testrun.sql
C:\ORACLE\bin\svrmgrl @C:\temp\oracle\testrun1.sql
C:\ORACLE\bin\svrmgrl @C:\temp\oracle\testreplicate.sql
C:\ORACLE\bin\svrmgrl @C:\temp\oracle\testjava.sql
C:\ORACLE\bin\svrmgrl @C:\temp\oracle\testordinst.sql
C:\ORACLE\bin\svrmgrl @C:\temp\oracle\testiMedia.sql
C:\ORACLE\bin\svrmgrl @C:\temp\oracle\testdrsys.sql
C:\ORACLE\bin\sqlplus internal/ @C:\temp\oracle\testcontext.sql
C:\ORACLE\bin\sqlplus SYSTEM/manager @C:\temp\oracle\testspatial1.sql
C:\ORACLE\bin\sqlplus system/manager @C:\temp\oracle\testsqlplus.sql
C:\ORACLE\bin\svrmgrl @C:\temp\oracle\testtimeseries.sql
C:\ORACLE\bin\svrmgrl @C:\temp\oracle\testvirage.sql
C:\ORACLE\bin\svrmgrl @C:\temp\oracle\testalterTablespace.sql
C:\ORACLE\bin\oradim -edit -sid test -startmode auto


It is basic database creation and tablespace, rollback, etc...

Just want to know if i need to run something else for the sun?