Hello Brindavan,
Yes... I already did that! I set the environment variable JAVA_HOME as user variable and also as system variable as you can see below and also the PATH system variable:
As you can see in the following image, the JAVA version that I installed yesterday was the 1.4.2:
C:\>java -fullversion
java full version "1.4.2_42-b03"
C:\>java -version
java version "1.4.2_42"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_42-b03)
Java HotSpot(TM) 64-Bit Server VM (build 1.4.2_42-b03, mixed mode)
Same error when I try to start the orabrcopy tool
Tell me one thing please... as you may know, the SWPM tool asks, during the system copy activity, for the control.SQL file and also for the init<SID>.ora file! It´s possible to generate the control.SQL file with other solution (workaround) using the SQLPLUS, with the following command?:
sqlplus /nolog
connect /as sysdba
alter database backup controlfile to trace;
exit
And for the init<SID>.ora file, I can use the same file that is in the source server, in the path ORACLE_HOME\database... can use this too?
Kind regards,
João Dimas