Home » RDBMS Server » Server Administration » how to migrate database from windows 2003 to windows 2008 server (oracle 11gR2 windows 2008)
how to migrate database from windows 2003 to windows 2008 server [message #569710] Wed, 31 October 2012 09:43 Go to next message
krish96
Messages: 74
Registered: October 2012
Member
hello everyone,

I have to migrate production database version 10gR2 on windows 2003 server to oracle 11gR2 on windows 2008 server ..

So far i have just installed the oracle software on 64bit windows 2008 server.

Can any one help me how to move the data or migrate from old server to new server ..


Thanks..
Re: how to migrate database from windows 2003 to windows 2008 server [message #569712 is a reply to message #569710] Wed, 31 October 2012 09:58 Go to previous messageGo to next message
BlackSwan
Messages: 26766
Registered: January 2009
Location: SoCal
Senior Member
>Can any one help me how to move the data or migrate from old server to new server ..
You need to do it yourself since we can not access either system.
How big is the DB?
How much down time is available?
Can the two system be linked together via DBLINK?
Re: how to migrate database from windows 2003 to windows 2008 server [message #569713 is a reply to message #569712] Wed, 31 October 2012 10:14 Go to previous messageGo to next message
krish96
Messages: 74
Registered: October 2012
Member
>> How big is the DB?
20GB

>>How much down time is available?
24hrs

Can the two system be linked together via DBLINK?
yes i think
i have just installed the oracle 11gR2 s/w ..may be we have to create db first right ..?
Re: how to migrate database from windows 2003 to windows 2008 server [message #569716 is a reply to message #569713] Wed, 31 October 2012 10:28 Go to previous messageGo to next message
BlackSwan
Messages: 26766
Registered: January 2009
Location: SoCal
Senior Member
I would install both V10.2 & V11.2 software on the new system.

RMAN> DUPLICATE DATABASE;

backup old DB & restore on the new system.
Then I would run the normal upgrade from V10.2 to V11.2
This approach leaves the old DB intact in case that emergency fallback is required.
Re: how to migrate database from windows 2003 to windows 2008 server [message #569720 is a reply to message #569716] Wed, 31 October 2012 12:38 Go to previous messageGo to next message
krish96
Messages: 74
Registered: October 2012
Member
hi,

i am unable to connect to rman

C:\>set ORACLE_SID=testdb;
C:\>set ORACLE_HOME=C:\oracle\product\11.2.0\dbhome_1;
C:\>set TNS_ADMIN=C:\oracle\product\11.2.0\dbhome_1\NETWORK\ADMIN;
C:\>set ORA_NLS33=$ORACLE_HOME\ocommon\nls\admin\data;
C:\>set LD_LIBRARY_PATH=$ORACLE_HOME\lib:\lib:\usr\lib
C:\>set LD_LIBRARY_PATH=$LD_LIBRARY_PATH:\usr\local\lib;
C:\>set LIBPATH=$ORACLE_HOME\lib:\usr\lib:\lib;
C:\>set PATH=$ORACLE_HOME\bin:$PATH;

C:\>sqlplus "/ as sysdba"
'sqlplus' is not recognized as an internal or external command,
operable program or batch file.

C:\>sqlplus / as sysdba
'sqlplus' is not recognized as an internal or external command,
operable program or batch file.


C:\>rman target /
'rman' is not recognized as an internal or external command,
operable program or batch file.
Re: how to migrate database from windows 2003 to windows 2008 server [message #569721 is a reply to message #569720] Wed, 31 October 2012 12:46 Go to previous messageGo to next message
BlackSwan
Messages: 26766
Registered: January 2009
Location: SoCal
Senior Member
open Command Window & issue following OS commands

SET
DIR C:\oracle\product\11.2.0\dbhome_1\bin

COPY the results from above then PASTE all back here
Re: how to migrate database from windows 2003 to windows 2008 server [message #569722 is a reply to message #569721] Wed, 31 October 2012 12:52 Go to previous messageGo to next message
krish96
Messages: 74
Registered: October 2012
Member
C:\>SET
ALLUSERSPROFILE=C:\ProgramData
APPDATA=C:\Users\oracle\AppData\Roaming
CLIENTNAME=COL7NB
CommonProgramFiles=C:\Program Files\Common Files
CommonProgramFiles(x86)=C:\Program Files (x86)\Common Files
CommonProgramW6432=C:\Program Files\Common Files
COMPUTERNAME=TESTQ51
ComSpec=C:\Windows\system32\cmd.exe
DEFLOGDIR=C:\ProgramData\McAfee\DesktopProtection
FP_NO_HOST_CHECK=NO
HOMEDRIVE=C:
HOMEPATH=\Users\oracle
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:\usr\local\lib;
LIBPATH=$ORACLE_HOME\lib:\usr\lib:\lib;
LOCALAPPDATA=C:\Users\oracle\AppData\Local
LOGONSERVER=\\TESTQ51
NUMBER_OF_PROCESSORS=1
ORACLE_HOME=C:\oracle\product\11.2.0\dbhome_1;
ORACLE_SID=testdb;
ORA_NLS33=$ORACLE_HOME\ocommon\nls\admin\data;
OS=Windows_NT
Path=$ORACLE_HOME\bin:$PATH;
PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC
PROCESSOR_ARCHITECTURE=AMD64
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 44 Stepping 2, GenuineIntel
PROCESSOR_LEVEL=6
PROCESSOR_REVISION=2c02
ProgramData=C:\ProgramData
ProgramFiles=C:\Program Files
ProgramFiles(x86)=C:\Program Files (x86)
ProgramW6432=C:\Program Files
PROMPT=$P$G
PSModulePath=C:\Windows\system32\WindowsPowerShell\v1.0\Modules\
PUBLIC=C:\Users\Public
SESSIONNAME=RDP-Tcp#0
SystemDrive=C:
SystemRoot=C:\Windows
TEMP=C:\Users\oracle\AppData\Local\Temp\4
TMP=C:\Users\oracle\AppData\Local\Temp\4
TNS_ADMIN=C:\oracle\product\11.2.0\dbhome_1\NETWORK\ADMIN;
USERDOMAIN=TESTQ51
USERNAME=oracle
USERPROFILE=C:\Users\oracle
VSEDEFLOGDIR=C:\ProgramData\McAfee\DesktopProtection
windir=C:\Windows
windows_tracing_flags=3
windows_tracing_logfile=C:\BVTBin\Tests\installpackage\csilogfile.log

C:\>DIR C:\oracle\product\11.2.0\dbhome_1\bin
Volume in drive C is OSDisk
Volume Serial Number is 6C40-F57D

Directory of C:\oracle\product\11.2.0\dbhome_1\bin

10/30/2012 03:07 PM <DIR> .
10/30/2012 03:07 PM <DIR> ..
01/15/2010 01:40 PM 260,531 adinit.dat
03/30/2010 06:30 AM 12,288 adrci.exe
02/15/2008 04:06 PM 9,425 AgentLifeCycle.pm
07/26/2006 05:02 PM 2,476 AgentMisc.pm
09/13/2007 10:03 AM 18,439 AgentStatus.pm
07/31/2008 05:11 PM 3,430 AgentSubAgent.pm
03/30/2010 06:28 AM 50,688 agtctl.exe
03/30/2010 06:34 AM 459,776 amdu.exe
10/30/2012 03:05 PM 923 aqxmlctl.bat
10/05/2008 11:25 PM 9,378 aqxmlctl.pl
02/08/2009 10:16 PM 2,720 asmcmd.bat
06/13/2009 09:08 PM 30,503 asmcmdcore
03/30/2010 06:10 AM 10,752 asmtool.exe
03/30/2010 06:10 AM 25,088 asmtoolg.exe
12/16/2009 06:46 AM 113,152 atl80.dll
10/30/2012 03:05 PM 240 chopt.bat
10/30/2012 03:05 PM 2,116 chopt.ini
10/30/2012 03:05 PM 6,688 chopt.pl
10/30/2012 03:05 PM <DIR> clr
10/09/2008 01:07 PM 1,375 cluvfy.bat
01/15/2010 01:40 PM 371,971 cmmap000.bin
10/30/2012 03:07 PM 80 commonenv.bat
10/30/2012 03:07 PM 79 commonenv.bat.ouibak
07/01/2006 12:42 AM 85 commonenv.bat.template
04/14/2006 04:26 AM 520 commonenv.template
05/25/2007 09:41 PM 3,023 CompEMagent.pm
05/14/2008 09:10 AM 5,853 CompEMcentral.pm
05/14/2008 09:10 AM 5,348 CompEMcore.pm
01/08/2009 11:03 AM 2,536 CompEMdbconsole.pm
02/11/2010 07:31 PM 44,032 corejava.dll
03/26/2010 12:01 PM 11,776 CreatDep.exe
03/23/2010 08:17 PM 2,943 crsdiag.pl
10/03/2001 04:26 PM 177 crtsrv.bat
01/16/2010 09:11 PM 318,976 csscan.exe
01/15/2010 01:41 PM 77,824 ctxhx.exe
01/15/2010 01:41 PM 656,896 ctxkbtc.exe
01/15/2010 01:41 PM 588,800 ctxlc.exe
01/15/2010 01:41 PM 220,672 ctxload.exe
10/30/2012 03:07 PM 3,644 db2gc
10/30/2012 03:07 PM 1,968 dbca.bat
10/30/2012 03:07 PM 1,587 dbca.cl
02/13/2009 10:55 AM 22,296 DBConsole.pm
03/12/2010 03:19 PM 1,250 DBConsoleBanner.pm
02/05/2009 11:08 AM 8,622 DBConsoleLifeCycle.pm
02/27/2009 02:37 PM 4,600 DBConsoleStatus.pm
10/03/2006 04:27 PM 5,486 dbgeu_run_action.pl
09/18/2006 07:03 AM 1,443,328 dbghelp.dll
10/30/2012 03:07 PM 1,958 dbua.bat
10/30/2012 03:07 PM 1,461 dbua.cl
03/30/2010 06:26 AM 71,680 dbv.exe
01/15/2010 01:40 PM 428,296 demet.dll
05/14/2008 09:10 AM 1,732 deploymentLibraryExpor
05/14/2008 09:10 AM 1,695 deploymentLibraryImpor
10/30/2012 03:05 PM 3,781 deploync.bat
01/15/2010 01:40 PM 97,544 detree.dll
03/30/2010 06:28 AM 949,760 dg4odbc.exe
03/30/2010 06:28 AM 37,888 dg4pwd.exe
03/30/2010 06:27 AM 349,696 dgmgrl.exe
10/30/2012 03:05 PM 750 diagsetup.bat
10/17/2005 10:34 AM 3,088 Directory.pm
03/30/2010 06:33 AM 209,408 diskmon.exe
10/30/2012 03:05 PM 1,409 dropjava.bat
03/13/2010 07:39 AM 494,080 dsml2ldif.exe
09/05/2007 02:25 AM 4,949 dvca.bat
03/02/2010 09:21 AM 189,440 e2eme.exe
03/02/2010 09:21 AM 12,800 emagent.exe
09/12/2008 06:18 AM 25,293 EMAgent.pm
10/30/2012 03:07 PM 3,891 emagentdeploy.pl
10/17/2005 10:45 AM 1,473 EMAgentPatch.pm
03/02/2010 09:21 AM 43,520 emagtm.exe
03/02/2010 09:21 AM 33,792 emagtmc.exe
10/30/2012 03:07 PM 1,361 emca.bat
10/17/2005 10:45 AM 2,291 EmCommonCmdDriver.pm
12/14/2006 03:21 PM 6,875 EMconnectorCmds.pm
10/30/2012 03:07 PM 6,688 emctl.bat
10/30/2012 03:07 PM 18,862 emctl.pl
10/30/2012 03:07 PM 45,628 EmctlCommon.pm
03/02/2010 09:21 AM 62,464 emdctl.exe
10/17/2005 10:35 AM 2,057 EMDeploy
10/30/2012 03:05 PM 2,404 EMDeploy.bat
03/24/2009 01:30 PM 25,344 EMDeploy.pm
05/02/2006 01:27 AM 3,620 EMDiag.pm
10/17/2005 07:48 AM 3,578 emdrollogs.pl
09/11/2008 08:27 PM 6,792 emdwgrd
06/05/2008 07:13 PM 2,339 emdwgrd.bat
09/11/2008 08:27 PM 60,717 emdwgrd.pl
10/03/2006 09:08 AM 7,038 EmKeyCmds.pm
03/18/2009 12:53 PM 17,390 EMomsCmds.pm
09/06/2006 10:09 AM 5,906 EMSAConsoleCommon.pm
10/30/2012 03:07 PM 1,565 emtgtctl
10/30/2012 03:07 PM 822 emtgtctl.bat
03/20/2007 02:03 AM 778 emtgtctl.bat.template
03/02/2010 09:21 AM 54,272 emtgtctl2.exe
10/30/2012 03:07 PM 10,427 emutil.bat
04/22/2009 01:10 PM 12,880 emutil.template
07/25/2008 06:49 PM 40,401 emwd.pl
10/30/2012 03:05 PM 576 eusm.bat
01/15/2010 01:40 PM 14,600 exgdsf.dll
01/15/2010 01:40 PM 610,080 exhtml.dll
01/15/2010 01:40 PM 14,600 exihtml.dll
03/30/2010 06:25 AM 603,136 exp.exe
03/30/2010 06:29 AM 141,824 expdp.exe
03/30/2010 06:30 AM 45,568 extjob.exe
03/30/2010 06:30 AM 45,568 extjobo.exe
03/30/2010 06:27 AM 577,536 extproc.exe
12/11/2007 03:52 PM 118 extproc.exe.config
10/30/2012 03:07 PM 333 extusrupgrade.bat
05/14/2008 09:10 AM 1,506 findAvailableSpace.pl
03/30/2010 06:06 AM 81,408 genezi.exe
03/26/2010 12:01 PM 19,968 getcrshome.exe
03/26/2010 11:57 AM 116,736 gnsd.exe
03/04/2010 04:37 AM 12,800 heteroxa11.dll
03/04/2010 04:37 AM 4,346 heteroxa11.sym
03/30/2010 06:28 AM 762,880 hsalloci.exe
03/30/2010 06:28 AM 647,168 hsdepxa.exe
03/30/2010 06:28 AM 627,712 hsots.exe
01/15/2010 01:40 PM 98,056 ibfpx2.flt
01/15/2010 01:40 PM 39,176 ibgp42.flt
01/15/2010 01:40 PM 70,920 ibjpg2.flt
01/15/2010 01:40 PM 167,176 ibpcd2.flt
01/15/2010 01:40 PM 38,664 ibpsd2.flt
01/15/2010 01:40 PM 33,544 ibxbm2.flt
01/15/2010 01:40 PM 64,776 ibxpm2.flt
01/15/2010 01:40 PM 35,592 ibxwd2.flt
01/15/2010 01:40 PM 117,000 imcd32.flt
01/15/2010 01:40 PM 135,944 imcd42.flt
01/15/2010 01:40 PM 137,480 imcd52.flt
01/15/2010 01:40 PM 155,400 imcd62.flt
01/15/2010 01:40 PM 273,672 imcd72.flt
01/15/2010 01:40 PM 273,672 imcd82.flt
01/15/2010 01:40 PM 29,448 imcdr2.flt
01/15/2010 01:40 PM 59,144 imcm52.flt
01/15/2010 01:40 PM 111,880 imcm72.flt
01/15/2010 01:40 PM 28,936 imcmx2.flt
01/15/2010 01:40 PM 122,632 imdsf2.flt
01/15/2010 01:40 PM 64,776 imfmv2.flt
01/15/2010 01:40 PM 72,456 imgdf2.flt
01/15/2010 01:40 PM 52,488 imgem2.flt
01/15/2010 01:40 PM 116,488 imigs2.flt
01/15/2010 01:40 PM 115,464 immet2.flt
03/30/2010 06:25 AM 286,720 imp.exe
03/30/2010 06:30 AM 150,016 impdp.exe
01/15/2010 01:40 PM 68,360 impif2.flt
01/15/2010 01:40 PM 651,016 impsi2.flt
01/15/2010 01:40 PM 32,008 impsz2.flt
01/15/2010 01:40 PM 116,488 imps_2.flt
01/15/2010 01:40 PM 36,104 imrnd2.flt
01/15/2010 01:40 PM 214,792 iphgw2.flt
01/15/2010 01:40 PM 1,375,496 isgdi32.dll
03/30/2010 06:30 AM 38,912 jssu.exe
03/30/2010 06:34 AM 49,152 kfed.exe
03/30/2010 06:34 AM 83,968 kfod.exe
01/30/2002 10:05 AM 28,672 launch.exe
07/27/2007 05:19 PM 17,539 LaunchEMagent.pm
11/05/2009 07:12 PM 9,846 LaunchEMdbconsole.pm
10/30/2012 03:05 PM 879 lbuilder.bat
02/17/2010 07:28 PM 115,712 LCSSCAN.EXE
03/13/2010 07:39 AM 509,952 ldapadd.exe
03/13/2010 07:39 AM 518,144 ldapaddmt.exe
03/13/2010 07:39 AM 474,112 ldapbind.exe
03/13/2010 07:39 AM 474,112 ldapcompare.exe
03/13/2010 07:39 AM 474,624 ldapdelete.exe
03/13/2010 07:39 AM 473,600 ldapmoddn.exe
03/13/2010 07:39 AM 509,952 ldapmodify.exe
03/13/2010 07:39 AM 518,144 ldapmodifymt.exe
03/13/2010 07:39 AM 499,200 ldapsearch.exe
10/30/2012 03:05 PM 1,497 ldifmigrator.bat
01/15/2010 04:15 AM 178,688 libexpat.dll
01/15/2010 04:15 AM 9,702 libexpat.exp
01/15/2010 04:15 AM 16,928 libexpat.lib
01/15/2010 04:15 AM 180,736 libexpatw.dll
01/15/2010 04:15 AM 9,709 libexpatw.exp
01/15/2010 04:15 AM 16,996 libexpatw.lib
01/25/2010 12:43 AM 3,220,992 libmmd.dll
02/17/2010 07:28 PM 25,088 lmsgen.exe
10/30/2012 03:05 PM 3,009 loadjava.bat
03/30/2010 06:27 AM 25,088 loadpsp.exe
03/26/2010 12:01 PM 39,936 lsnodes.exe
03/15/2010 07:47 PM 91,136 LSNRCTL.EXE
02/17/2010 07:28 PM 34,304 lxegen.exe
02/17/2010 07:28 PM 275,968 lxinst.exe
08/02/2009 01:24 AM 1,470,464 mfc42.dll
12/16/2009 06:46 AM 1,656,320 mfc80.dll
12/16/2009 06:46 AM 1,652,736 mfc80u.dll
12/16/2009 06:46 AM 65,536 mfcm80.dll
12/16/2009 06:46 AM 64,000 mfcm80u.dll
12/16/2009 06:46 AM 458 Microsoft.VC80.ATL.man
12/16/2009 06:46 AM 1,871 Microsoft.VC80.CRT.man
12/16/2009 06:46 AM 2,373 Microsoft.VC80.MFC.man
10/30/2012 03:05 PM 517 mkstore.bat
12/16/2009 06:46 AM 516,096 msvcm80.dll
08/02/2009 01:24 AM 730,624 msvcp60.dll
12/16/2009 06:46 AM 1,061,376 msvcp80.dll
12/16/2009 06:46 AM 796,672 msvcr80.dll
08/02/2009 01:24 AM 362,496 msvcrt.dll
10/30/2012 03:05 PM 3,779 ncomp.bat
10/30/2012 03:05 PM 2,631 netca.bat
10/30/2012 03:05 PM 2,469 netca.cl
10/30/2012 03:05 PM 130 netca_deinst.bat
09/17/2007 04:56 AM 2,945 nfsPatchPlugin.pm
03/30/2010 06:29 AM 80,896 nid.exe
03/02/2010 09:21 AM 22,528 nmcbufp.exe
03/02/2010 09:21 AM 95,232 nmccollector.exe
03/02/2010 09:21 AM 489,984 nmefwmi.exe
03/02/2010 09:21 AM 63,488 nmei.exe
03/02/2010 09:21 AM 137,728 nmeo.exe
03/02/2009 10:50 AM 5,637 nmeo.vbs
03/02/2010 09:21 AM 35,328 nmesrvc.exe
03/02/2010 09:21 AM 19,456 nmesrvops.exe
03/02/2010 09:21 AM 10,752 nmetm.exe
03/02/2010 09:22 AM 39,936 nmo.exe
03/02/2010 09:22 AM 15,872 nmocat.exe
03/02/2010 09:22 AM 75,776 nmupm.exe
03/30/2010 06:03 AM 657,408 oci.dll
03/04/2010 04:37 AM 138,240 ocijdbc11.dll
03/04/2010 04:37 AM 21,912 ocijdbc11.sym
03/30/2010 05:46 AM 478,208 ociw32.dll
03/30/2010 05:46 AM 22,528 ocopy.exe
10/30/2012 03:07 PM 799 odisrvreg.bat
10/30/2012 03:07 PM 1,545 oidca.bat
10/30/2012 03:05 PM 2,121 oidprovtool.bat
03/26/2010 12:01 PM 65,536 oifcfg.exe
03/02/2010 09:22 AM 148,480 ojmxtool.exe
10/30/2012 03:05 PM 1,295 ojvmjava.bat
10/30/2012 03:05 PM 2,716 ojvmtc.bat
03/15/2010 07:47 PM 10,240 OKDSTRY.EXE
03/15/2010 07:47 PM 10,752 OKINIT.EXE
03/15/2010 07:47 PM 9,728 OKLIST.EXE
10/30/2012 03:05 PM 547 olsadmintool.bat
10/30/2012 03:05 PM 569 olsoidsync.bat
10/17/2005 08:35 AM 2,664 omsdown.pl
10/17/2005 08:35 AM 2,638 omsstart.pl
10/17/2005 08:35 AM 3,004 omsstop.pl
03/12/2010 04:59 AM 81,408 omtsreco.exe
03/12/2010 04:57 AM 9,728 omtsrecoevntd.dll
03/12/2010 04:57 AM 9,728 omtsrecoevnte.dll
03/12/2010 04:57 AM 9,728 omtsrecoevntf.dll
03/12/2010 04:57 AM 9,728 omtsrecoevnti.dll
03/12/2010 04:57 AM 9,728 omtsrecoevntja.dll
03/12/2010 04:57 AM 9,216 omtsrecoevntko.dll
03/12/2010 04:57 AM 9,728 omtsrecoevntptb.dll
03/12/2010 04:57 AM 9,728 omtsrecoevntus.dll
03/12/2010 04:57 AM 8,704 omtsrecoevntzhs.dll
03/12/2010 04:57 AM 8,704 omtsrecoevntzht.dll
03/12/2010 04:58 AM 50,688 omtsrecomsgus.dll
02/20/2010 05:38 AM 98,304 onsclient.dll
10/30/2012 03:07 PM 118 onsctl.bat
03/12/2010 04:54 AM 62,464 operfcfg.exe
03/26/2010 11:57 AM 6,136,320 oraagfw11.dll
03/30/2010 05:48 AM 6,656 oraasm11.dll.dbl
03/30/2010 03:05 AM 431,616 oraasmclnt11.dll
03/30/2010 08:43 AM 18,944 orabase.exe
03/30/2010 03:07 AM 287,744 oracell11.dll
02/26/2001 04:03 PM 147 oracg.bat
03/30/2010 06:32 AM 134,018,048 oracle.exe
03/30/2010 06:31 AM 384 oracle.exe.manifest
10/30/2012 03:05 PM 36 oracle.key
03/15/2010 07:47 PM 23,552 OracleAdNetConnect.exe
03/15/2010 07:47 PM 18,432 OracleAdNetConnectRCD.
03/15/2010 07:47 PM 18,432 OracleAdNetConnectRCE.
03/15/2010 07:47 PM 18,432 OracleAdNetConnectRCF.
03/15/2010 07:47 PM 18,432 OracleAdNetConnectRCI.
03/15/2010 07:47 PM 18,432 OracleAdNetConnectRCJA
03/15/2010 07:47 PM 18,432 OracleAdNetConnectRCKO
03/15/2010 07:47 PM 18,432 OracleAdNetConnectRCPT
03/15/2010 07:47 PM 18,432 OracleAdNetConnectRCUS
03/15/2010 07:47 PM 18,432 OracleAdNetConnectRCZH
03/15/2010 07:47 PM 27,648 OracleAdNetTest.exe
03/15/2010 07:47 PM 18,944 OracleAdNetTestRCD.dll
03/15/2010 07:47 PM 18,944 OracleAdNetTestRCE.dll
03/15/2010 07:47 PM 18,944 OracleAdNetTestRCF.dll
03/15/2010 07:47 PM 18,944 OracleAdNetTestRCI.dll
03/15/2010 07:47 PM 18,944 OracleAdNetTestRCJA.dl
03/15/2010 07:47 PM 18,944 OracleAdNetTestRCKO.dl
03/15/2010 07:47 PM 18,944 OracleAdNetTestRCPTB.d
03/15/2010 07:47 PM 18,944 OracleAdNetTestRCUS.dl
03/15/2010 07:47 PM 18,944 OracleAdNetTestRCZHS.d
03/30/2010 06:12 AM 4,765,184 oraclient11.dll
03/12/2010 07:05 AM 161,792 OraClr11.dll
03/12/2010 07:05 AM 83,968 OraClrAgnt.exe
03/26/2010 11:57 AM 141,824 oraclsra11.dll
03/30/2010 06:12 AM 2,827,264 oracommon11.dll
02/11/2010 07:31 PM 1,411,072 oracore11.dll
03/26/2010 12:01 PM 153,600 oradbcfg11.dll
03/30/2010 06:10 AM 10,752 oradim.exe
03/30/2010 05:48 AM 6,656 oradmop11.dll
03/30/2010 06:31 AM 120,320 oradnfs.exe
03/30/2010 05:48 AM 6,656 oradv11.dll.dbl
02/20/2010 05:38 AM 130,048 oraeons.dll
03/30/2010 06:11 AM 3,584 oraevrus11.dll
03/30/2010 06:15 AM 15,667,200 orageneric11.dll
03/26/2010 11:57 AM 1,165,824 oragns11.dll
03/26/2010 11:57 AM 1,112,064 oragnsjni11.dll
03/26/2010 11:57 AM 2,950,656 orahasgen11.dll
03/30/2010 06:09 AM 105,984 oraimr11.dll
01/15/2010 01:41 PM 2,694,144 orainlxs11.dll
12/04/2002 07:40 PM 144 orajaxb.bat
03/15/2010 07:47 PM 25,088 orajmisc.dll
03/30/2010 05:39 AM 11,776 orakill.exe
03/30/2010 05:48 AM 6,656 oralbac11.dll.dbl
03/13/2010 07:39 AM 2,015,232 oraldapclnt11.dll
03/13/2010 07:39 AM 1,991,168 oraldapjclnt11.dll
02/17/2010 07:28 PM 111,616 oralxled.dll
02/11/2010 05:01 AM 50,688 oramgwagent.dll
03/12/2010 04:57 AM 11,776 oramts.dll
03/12/2010 04:57 AM 229,376 oramts11.dll
03/12/2010 04:54 AM 65,536 oramtsus.dll
03/12/2010 04:59 AM 27,136 oramts_deinst.exe
03/15/2010 07:47 PM 4,518,912 oran11.dll
03/15/2010 07:47 PM 39,936 oranad11.dll
03/15/2010 07:47 PM 104,448 oranbeq11.dll
03/15/2010 07:47 PM 8,704 orancds11.dll
03/15/2010 07:47 PM 133,120 orancrypt11.dll
03/15/2010 07:47 PM 133,120 ORANCRYPT11D.DLL
03/15/2010 07:47 PM 133,120 orancrypt11_ee.dll.dbl
03/15/2010 07:47 PM 128,000 orancrypt11_std.dll.db
03/30/2010 03:05 AM 27,648 oranfsodm11.dll
03/15/2010 07:47 PM 21,504 oranhost11.dll
03/15/2010 07:47 PM 94,208 oranipc11.dll
03/15/2010 07:47 PM 105,472 oranjni11.dll
03/15/2010 07:48 PM 430,592 oranl11.dll
03/15/2010 07:48 PM 290,816 oranldap11.dll
03/15/2010 07:48 PM 45,568 oranldapj11.dll
02/17/2010 07:28 PM 1,020,928 oranls11.dll
03/02/2010 09:22 AM 40,448 oranmadbg.dll
03/02/2010 09:22 AM 32,768 oranmadm.dll
03/02/2010 09:22 AM 15,360 oranmalk.dll
03/02/2010 09:22 AM 39,424 oranmarl.dll
03/02/2010 09:22 AM 25,088 oranmasf.dll
03/02/2010 09:22 AM 33,792 oranmastk.dll
03/02/2010 09:22 AM 49,152 oranmcfhc.dll
03/02/2010 09:22 AM 89,088 oranmcfsga.dll
03/02/2010 09:22 AM 46,080 oranmefdms.dll
03/02/2010 09:22 AM 125,952 oranmefojmx.dll
03/02/2010 09:22 AM 66,048 oranmefos.dll
03/02/2010 09:22 AM 24,576 oranmefpfa.dll
03/02/2010 09:22 AM 20,992 oranmefport.dll
03/02/2010 09:22 AM 43,008 oranmefsp.dll
03/02/2010 09:22 AM 48,128 oranmefsql.dll
03/02/2010 09:22 AM 46,592 oranmefsqlt.dll
03/02/2010 09:22 AM 37,376 oranmefud.dll
03/02/2010 09:22 AM 290,304 oranmefut.dll
03/02/2010 09:22 AM 13,312 oranmefvr.dll
03/02/2010 09:22 AM 35,328 oranmefw.dll
03/02/2010 09:22 AM 2,498,048 oranmemso.dll
03/02/2010 09:22 AM 95,744 oranmeoci.dll
03/02/2010 09:22 AM 317,440 oranmevc.dll
03/02/2010 09:22 AM 207,872 oranmevq.dll
03/02/2010 09:22 AM 36,864 oranmevsp.dll
03/02/2010 09:22 AM 47,616 oranms.dll
03/02/2010 09:22 AM 8,704 oranms0.dll
03/02/2010 09:22 AM 101,888 oranmsp.dll
03/15/2010 07:48 PM 94,208 orannmp11.dll
03/13/2010 07:39 AM 47,616 orannzmcs11.dll
03/13/2010 07:39 AM 1,564,672 orannzsbb11.dll
03/13/2010 07:39 AM 404,360 orannzsbb11.sym
03/15/2010 07:48 PM 97,792 oranoncj11.dll
03/15/2010 07:48 PM 350,720 oranro11.dll
03/15/2010 07:48 PM 157,696 oransgr11.dll
03/15/2010 07:48 PM 199,680 orantcp11.dll
03/15/2010 07:48 PM 222,720 orantcps11.dll
03/15/2010 07:48 PM 48,128 orantns11.dll
03/30/2010 05:48 AM 6,656 oraobjop11.dll
03/30/2010 05:22 AM 1,314,304 oraocci11.dll
03/26/2010 12:01 PM 801,280 oraocr11.dll
03/26/2010 12:01 PM 978,432 oraocrb11.dll
03/26/2010 12:01 PM 49,664 oraocrutl11.dll
03/30/2010 03:04 AM 10,240 oraodm11.dll
03/30/2010 05:09 AM 11,802,112 oraolapapi11.dll
03/30/2010 05:09 AM 19,132,936 oraolapapi11.sym
03/30/2010 05:48 AM 6,656 oraolapop11.dll
03/12/2010 04:39 AM 567,808 OraOLEDB11.dll
03/12/2010 04:36 AM 1,712 OraOLEDB11.tlb
03/12/2010 04:36 AM 6,656 OraOLEDB11d.dll
03/12/2010 04:36 AM 6,656 OraOLEDB11e.dll
03/12/2010 04:36 AM 6,656 OraOLEDB11f.dll
03/12/2010 04:36 AM 6,656 OraOLEDB11i.dll
03/12/2010 04:36 AM 6,144 OraOLEDB11ja.dll
03/12/2010 04:36 AM 6,144 OraOLEDB11ko.dll
03/12/2010 04:36 AM 6,656 OraOLEDB11ptb.dll
03/12/2010 04:36 AM 6,656 OraOLEDB11us.dll
03/12/2010 04:36 AM 6,144 OraOLEDB11zhs.dll
03/12/2010 04:36 AM 6,144 OraOLEDB11zht.dll
03/12/2010 04:36 AM 146,944 OraOLEDBgmr11.dll
03/12/2010 04:36 AM 12,288 OraOLEDBpus11.dll
03/12/2010 04:20 AM 9,216 OraOLEDBrfc11.dll
03/12/2010 04:21 AM 7,168 OraOLEDBrmc11.dll
03/12/2010 04:35 AM 195,072 OraOLEDBrst11.dll
03/12/2010 04:19 AM 17,408 OraOLEDButl11.dll
02/20/2010 05:38 AM 98,304 oraons.dll
02/20/2010 05:38 AM 98,304 oraonsx.dll
03/26/2010 12:01 PM 86,528 oraoobjlib.dll
03/12/2010 05:14 AM 495,104 OraOps11w.dll
01/18/2010 11:17 PM 434,176 oraordim11.dll
03/30/2010 06:05 AM 39,262,720 oraosbws11.dll
03/12/2010 04:53 AM 4,608 oraperf.dll
03/12/2010 04:53 AM 89,088 oraperf11.dll
11/25/2002 02:36 PM 159 orapipe.bat
10/30/2012 03:05 PM 615 orapki.bat
03/30/2010 06:11 AM 112,128 oraplc11.dll
03/30/2010 06:12 AM 4,136,960 oraplp11.dll
03/30/2010 06:11 AM 5,360,128 orapls11.dll
03/30/2010 05:48 AM 6,656 oraprtop11.dll
03/30/2010 06:26 AM 9,728 orapwd.exe
03/30/2010 06:27 AM 9,216 oraqsmashr.dll
03/30/2010 05:48 AM 6,656 orarac11.dll.dbl
03/30/2010 05:48 AM 6,656 orarat11.dll
03/26/2010 11:57 AM 67,072 orardjni11.dll
03/30/2010 06:16 AM 580,096 oraskgxp11.dll
03/30/2010 03:04 AM 580,096 oraskgxpt11.dll
03/30/2010 03:05 AM 14,848 oraskvol11.dll
01/21/2010 03:35 AM 38,400 ORASLAX11.DLL
02/17/2010 07:28 PM 231,424 orasnls11.dll
03/02/2010 09:22 AM 3,584 orasnmemsg.dll
03/30/2010 05:48 AM 12,800 oraspawn.dll
03/30/2010 06:01 AM 357,888 orasql11.dll
03/30/2010 06:01 AM 12,800 orasql8.dll
03/26/2010 12:01 PM 127,488 orasrvm11.dll
03/26/2010 12:01 PM 714,752 orasrvmhas11.dll
03/26/2010 12:01 PM 111,616 orasrvmocr11.dll
03/30/2010 05:48 AM 12,288 orastack.exe
03/26/2010 12:01 PM 13,824 orauini11.dll
02/17/2010 07:28 PM 112,128 oraunls11.dll
02/11/2010 07:31 PM 10,240 orauts.dll
02/11/2010 07:31 PM 1,816 orauts.sym
03/30/2010 03:27 AM 9,728 oravsn11.dll
03/30/2010 03:27 AM 9,728 oravsn11_ee.dll.dbl
03/30/2010 03:27 AM 9,728 oravsn11_pe.dll.dbl
03/30/2010 03:27 AM 9,728 oravsn11_std.dll.dbl
03/30/2010 05:47 AM 59,904 oravssmsg.dll
03/30/2010 05:47 AM 59,904 oravssmsgUS.dll
03/30/2010 05:47 AM 192,000 oravssw.exe
03/12/2010 04:40 AM 138,240 orawcom11.dll
03/12/2010 04:40 AM 76,288 orawpcom11.dll
03/30/2010 05:49 AM 30,720 orawsec11.dll
08/07/2009 03:22 AM 39,424 orawsec9.dll
01/22/2009 10:31 AM 174,592 orawwg.dll
02/26/2001 04:04 PM 148 oraxml.bat
01/17/2010 08:08 AM 5,086,720 oraxml11.dll
02/26/2001 04:04 PM 148 oraxsl.bat
03/13/2010 07:39 AM 2,003,968 orazt11.dll
03/13/2010 07:39 AM 712,704 oraztkg11.dll
03/05/2008 08:58 AM 2,478 orclcontainer.bmp
03/05/2008 08:59 AM 2,478 orclcontext.bmp
03/05/2008 09:00 AM 246 orcldbserver.bmp
03/05/2008 09:02 AM 3,310 orclnetservice.bmp
03/30/2010 06:34 AM 5,020,672 orion.exe
01/15/2010 01:40 PM 50,952 oswin64.dll
01/05/2007 08:20 AM 45,056 ott.exe
10/30/2012 03:05 PM 1,177 owm.cl
03/13/2010 07:39 AM 1,593,344 owm2.dll
07/21/2006 06:27 AM 2,401 pafctl
07/21/2006 06:27 AM 1,408 pafctl.bat
01/19/2008 03:49 AM 4,914 PARDeploy
02/14/2010 07:18 AM 3,859 PARDeploy.bat
04/15/2008 02:11 AM 4,635 patchAgtStPlugin.pm
10/17/2005 10:34 AM 1,574 Path.pm
03/30/2010 06:26 AM 9,728 plshprof.exe
03/30/2010 03:26 AM 749,568 proc.exe
05/14/2008 09:10 AM 2,289 purgeDeploymentLibrary
03/26/2010 11:57 AM 507,904 racgeut.exe
03/26/2010 11:57 AM 579,584 racgimon.exe
03/26/2010 11:57 AM 573,440 racgmain.exe
03/26/2010 11:57 AM 537,600 racgmdb.exe
10/30/2012 03:07 PM 565 racgwrap.bat
07/18/2007 07:50 PM 529 racgwrap.sbs
03/26/2010 12:01 PM 12,288 rawutl.exe
10/30/2012 03:05 PM 2,664 rconfig.bat
05/14/2008 09:10 AM 4,579 RegisterTType.pm
03/26/2010 12:01 PM 51,200 RemoteExecService.exe
03/30/2010 06:31 AM 59,392 renamedg.exe
10/30/2012 03:07 PM 7,377 repo_mig
03/30/2010 06:26 AM 2,660,864 rman.exe
04/23/2008 06:14 AM 4,494 sAgentUtils.pm
03/30/2010 06:27 AM 61,440 sbttest.exe
01/15/2010 01:40 PM 62,728 sccanno.dll
01/15/2010 01:40 PM 32,008 sccca.dll
01/15/2010 01:40 PM 3,144 sccca.lib
01/15/2010 01:40 PM 88,840 sccch.dll
01/15/2010 01:40 PM 73,480 sccda.dll
01/15/2010 01:40 PM 16,100 sccda.lib
01/15/2010 01:40 PM 343,816 sccdu.dll
01/15/2010 01:40 PM 46,856 sccex.dll
01/15/2010 01:40 PM 16,116 sccex.lib
01/15/2010 01:40 PM 63,240 sccexind2.dll
01/15/2010 01:40 PM 83,720 sccexind3.dll
01/15/2010 01:40 PM 36,104 sccfa.dll
01/15/2010 01:40 PM 71,944 sccfd.dll
01/15/2010 01:40 PM 138,504 sccfi.dll
01/15/2010 01:40 PM 3,254 sccfi.lib
01/15/2010 01:40 PM 57,096 sccfmt.dll
01/15/2010 01:40 PM 333,576 sccfut.dll
01/15/2010 01:40 PM 195,848 sccimg.dll
01/15/2010 01:40 PM 47,880 sccind.dll
01/15/2010 01:40 PM 125,704 scclo.dll
01/15/2010 01:40 PM 32,520 sccole.dll
01/15/2010 01:40 PM 44,296 sccole2.dll
01/15/2010 01:40 PM 628,488 sccut.dll
01/15/2010 01:40 PM 236,808 sccvw.dll
01/17/2010 08:08 AM 16,896 schema.exe
10/30/2012 03:07 PM 588 schemasync.bat
03/26/2010 11:57 AM 12,288 sclsspawn.exe
07/31/2008 05:11 PM 29,977 SecureAgentCmds.pm
09/04/2009 10:02 AM 33,075 SecureDBConsoleCmds.pm
06/23/2009 03:20 PM 73,396 SecureOMSCmds.pm
05/23/2008 10:32 PM 35,988 SecureUtil.pm
10/30/2012 03:07 PM 689 selecthome.bat
10/30/2012 03:07 PM 400 selecthome.bat.oaa
03/16/2009 05:59 PM 419 selecthome.bat.odpnet
10/30/2012 03:07 PM 78 selecthome.bat.opm
10/30/2012 03:07 PM 145 selecthome.bat.oraconf
10/30/2012 03:07 PM 66 selecthome.bat.oraoled
10/30/2012 03:07 PM 1,282 setsso.pl
03/30/2010 06:25 AM 1,313,280 sqlldr.exe
01/21/2010 04:28 AM 865,280 sqlplus.exe
01/21/2010 04:28 AM 81,180 sqlplus.sym
03/30/2010 05:49 AM 626,176 sqora32.dll
03/30/2010 05:49 AM 122,880 sqoras32.dll
03/30/2010 05:49 AM 27,136 sqresja.dll
03/30/2010 05:49 AM 28,672 sqresus.dll
10/30/2012 03:07 PM 903 srvconfig.bat
10/30/2012 03:05 PM 2,614 srvctl.bat
10/17/2005 10:45 AM 301 StartAgent.pl
10/30/2012 03:05 PM 3,783 statusnc.bat
10/30/2012 03:07 PM 7,231 targetdeploy.pl
03/30/2010 06:26 AM 9,728 tkprof.exe
03/15/2010 07:48 PM 53,760 tnnfg.exe.dbl
03/15/2010 07:48 PM 518,144 TNSLSNR.EXE
03/15/2010 07:48 PM 32,768 tnsping.exe
09/25/2001 10:03 PM 145 transx.bat
10/30/2012 03:07 PM 301 trcasst.bat
10/30/2012 03:07 PM 284 trcsess.bat
03/30/2010 06:30 AM 29,184 uidrvci.exe
10/30/2012 03:05 PM 760 umu.bat
12/21/2009 12:34 AM 192,512 unzip.exe
01/15/2010 01:40 PM 1,982,728 vsacad.dll
01/15/2010 01:40 PM 10,774,280 vsacd2.dll
01/15/2010 01:40 PM 42,248 vsacs.dll
01/15/2010 01:40 PM 92,424 vsami.dll
01/15/2010 01:40 PM 34,568 vsbdr.dll
01/15/2010 01:40 PM 34,056 vsbmp.dll
01/15/2010 01:40 PM 69,384 vscgm.dll
01/15/2010 01:40 PM 30,472 vsdbs.dll
01/15/2010 01:40 PM 32,520 vsdez.dll
01/15/2010 01:40 PM 27,912 vsdif.dll
01/15/2010 01:40 PM 38,152 vsdrw.dll
01/15/2010 01:40 PM 32,520 vsdx.dll
01/15/2010 01:40 PM 68,872 vsemf.dll
01/15/2010 01:40 PM 35,080 vsen4.dll
01/15/2010 01:40 PM 34,568 vsens.dll
01/15/2010 01:40 PM 33,032 vsenw.dll
01/15/2010 01:40 PM 24,840 vseps.dll
01/15/2010 01:40 PM 227,592 vseshr.dll
01/15/2010 01:40 PM 66,312 vsexe2.dll
01/15/2010 01:40 PM 27,400 vsfax.dll
01/15/2010 01:40 PM 30,472 vsfcd.dll
01/15/2010 01:40 PM 38,152 vsfcs.dll
01/15/2010 01:40 PM 31,496 vsfft.dll
01/15/2010 01:40 PM 215,816 vsflw.dll
01/15/2010 01:40 PM 67,336 vsfwk.dll
01/15/2010 01:40 PM 99,080 vsgdsf.dll
01/15/2010 01:40 PM 29,448 vsgif.dll
01/15/2010 01:40 PM 43,272 vsgzip.dll
01/15/2010 01:40 PM 57,096 vshgs.dll
01/15/2010 01:40 PM 142,088 vshtml.dll
01/15/2010 01:40 PM 130,824 vshwp.dll
01/15/2010 01:40 PM 193,800 vshwp2.dll
01/15/2010 01:40 PM 192,264 vsich.dll
01/15/2010 01:40 PM 77,064 vsich6.dll
01/15/2010 01:40 PM 56,584 vsid3.dll
01/15/2010 01:40 PM 27,400 vsimg.dll
01/15/2010 01:40 PM 24,840 vsindd.dll
01/15/2010 01:40 PM 22,280 vsinx.dll
01/15/2010 01:40 PM 33,032 vsiwp.dll
01/15/2010 01:40 PM 30,984 vsjbg2.dll
01/15/2010 01:40 PM 44,296 vsjw.dll
01/15/2010 01:40 PM 57,096 vsleg.dll
01/15/2010 01:40 PM 464,648 vslwp7.dll
01/15/2010 01:40 PM 46,344 vslzh.dll
01/15/2010 01:40 PM 30,472 vsm11.dll
01/15/2010 01:40 PM 41,736 vsmanu.dll
01/15/2010 01:40 PM 53,512 vsmcw.dll
01/15/2010 01:40 PM 281,864 vsmif.dll
01/15/2010 01:40 PM 136,456 vsmime.dll
01/15/2010 01:40 PM 37,128 vsmm.dll
01/15/2010 01:40 PM 41,736 vsmm4.dll
01/15/2010 01:40 PM 35,592 vsmmfn.dll
01/15/2010 01:40 PM 31,496 vsmp.dll
01/15/2010 01:40 PM 286,984 vsmpp.dll
01/15/2010 01:40 PM 74,504 vsmsg.dll
01/15/2010 01:40 PM 51,464 vsmsw.dll
01/15/2010 01:40 PM 28,936 vsmwkd.dll
01/15/2010 01:40 PM 27,400 vsmwks.dll
01/15/2010 01:40 PM 57,608 vsmwp2.dll
01/15/2010 01:40 PM 35,080 vsmwpf.dll
01/15/2010 01:40 PM 30,984 vsmwrk.dll
01/15/2010 01:40 PM 26,376 vsow.dll
01/15/2010 01:40 PM 25,864 vspbm.dll
01/15/2010 01:40 PM 24,328 vspcl.dll
01/15/2010 01:40 PM 32,008 vspcx.dll
01/15/2010 01:40 PM 272,648 vspdf.dll
01/15/2010 01:40 PM 30,472 vspdfi.dll
01/15/2010 01:40 PM 38,664 vspdx.dll
01/15/2010 01:40 PM 58,120 vspfs.dll
01/15/2010 01:40 PM 68,360 vspgl.dll
01/15/2010 01:40 PM 26,888 vspic.dll
01/15/2010 01:40 PM 72,968 vspict.dll
01/15/2010 01:40 PM 49,416 vspng.dll
01/15/2010 01:40 PM 24,840 vspntg.dll
01/15/2010 01:40 PM 118,536 vspp12.dll
01/15/2010 01:40 PM 88,840 vspp2.dll
01/15/2010 01:40 PM 83,208 vspp7.dll
01/15/2010 01:40 PM 240,904 vspp97.dll
01/15/2010 01:40 PM 43,784 vsppl.dll
01/15/2010 01:40 PM 26,888 vspsd.dll
01/15/2010 01:40 PM 238,856 vspsp6.dll
01/15/2010 01:40 PM 110,344 vspst.dll
01/15/2010 01:40 PM 41,224 vspstf.dll
01/15/2010 01:40 PM 33,544 vsqa.dll
01/15/2010 01:40 PM 42,248 vsqad.dll
01/15/2010 01:40 PM 76,552 vsqp6.dll
01/15/2010 01:40 PM 115,976 vsqp9.dll
01/15/2010 01:40 PM 24,328 vsras.dll
01/15/2010 01:40 PM 38,664 vsrbs.dll
01/15/2010 01:40 PM 39,688 vsrft.dll
01/15/2010 01:40 PM 41,736 vsrfx.dll
01/15/2010 01:40 PM 165,128 vsrtf.dll
01/15/2010 01:40 PM 39,688 vssam.dll
01/15/2010 01:40 PM 38,664 vssc5.dll
01/15/2010 01:40 PM 32,520 vssdw.dll
01/15/2010 01:40 PM 51,976 vsshw3.dll
01/15/2010 01:40 PM 35,080 vssmd.dll
01/15/2010 01:40 PM 33,032 vssms.dll
01/15/2010 01:40 PM 41,224 vssmt.dll
01/15/2010 01:40 PM 36,104 vssnap.dll
01/15/2010 01:40 PM 204,552 vsso6.dll
01/15/2010 01:40 PM 75,528 vssoc.dll
01/15/2010 01:40 PM 195,336 vssoc6.dll
01/15/2010 01:40 PM 63,240 vssoi.dll
01/15/2010 01:40 PM 210,696 vssoi6.dll
01/15/2010 01:40 PM 50,952 vssow.dll
01/15/2010 01:40 PM 29,960 vsspt.dll
01/15/2010 01:40 PM 43,272 vsswf.dll
01/15/2010 01:40 PM 35,592 vstaz.dll
01/15/2010 01:40 PM 35,592 vstext.dll
01/15/2010 01:40 PM 29,960 vstga.dll
01/15/2010 01:40 PM 111,880 vstif6.dll
01/15/2010 01:40 PM 43,784 vstw.dll
01/15/2010 01:40 PM 46,856 vstxt.dll
01/15/2010 01:40 PM 89,352 vsvcrd.dll
01/15/2010 01:40 PM 263,944 vsviso.dll
01/15/2010 01:40 PM 35,080 vsvw3.dll
01/15/2010 01:40 PM 189,192 vsw12.dll
01/15/2010 01:40 PM 155,912 vsw6.dll
01/15/2010 01:40 PM 211,208 vsw97.dll
01/15/2010 01:40 PM 21,768 vswbmp.dll
01/15/2010 01:40 PM 76,040 vswg2.dll
01/15/2010 01:40 PM 176,392 vswk4.dll
01/15/2010 01:40 PM 218,888 vswk6.dll
01/15/2010 01:40 PM 50,440 vswks.dll
01/15/2010 01:40 PM 50,952 vswm.dll
01/15/2010 01:40 PM 47,368 vswmf.dll
01/15/2010 01:40 PM 76,552 vswml.dll
01/15/2010 01:40 PM 101,128 vsword.dll
01/15/2010 01:40 PM 40,200 vswork.dll
01/15/2010 01:40 PM 104,200 vswp5.dll
01/15/2010 01:40 PM 113,928 vswp6.dll
01/15/2010 01:40 PM 31,496 vswpf.dll
01/15/2010 01:40 PM 58,120 vswpg.dll
01/15/2010 01:40 PM 65,288 vswpg2.dll
01/15/2010 01:40 PM 49,416 vswpl.dll
01/15/2010 01:40 PM 139,528 vswpw.dll
01/15/2010 01:40 PM 39,176 vsws.dll
01/15/2010 01:40 PM 29,960 vsws2.dll
01/15/2010 01:40 PM 208,648 vsxl12.dll
01/15/2010 01:40 PM 384,776 vsxl5.dll
01/15/2010 01:40 PM 26,888 vsxml.dll
01/15/2010 01:40 PM 22,280 vsxmp.dll
01/15/2010 01:40 PM 38,664 vsxy.dll
01/15/2010 01:40 PM 32,008 vsyim.dll
01/15/2010 01:40 PM 51,464 vszip.dll
03/30/2010 03:15 AM 55,808 wrap.exe
03/30/2010 06:30 AM 287,232 wrc.exe
01/15/2010 01:40 PM 87,304 wvcore.dll
01/17/2010 08:08 AM 129,024 xml.exe
01/17/2010 08:08 AM 100,352 xmlcg.exe
01/15/2010 04:15 AM 76,800 xmlwf.exe
01/17/2010 08:08 AM 30,208 xsl.exe
11/13/2006 12:22 AM 1,051 xsql.bat
11/13/2006 12:22 AM 643 xsqlproxy.bat
01/17/2010 08:08 AM 19,456 xvm.exe
12/21/2009 12:34 AM 259,072 zip.exe
691 File(s) 374,093,548 bytes
3 Dir(s) 19,604,975,616 bytes free

C:\>
Re: how to migrate database from windows 2003 to windows 2008 server [message #569723 is a reply to message #569722] Wed, 31 October 2012 12:57 Go to previous messageGo to next message
BlackSwan
Messages: 26766
Registered: January 2009
Location: SoCal
Senior Member
why did/do you terminate some, many, most SET commands with semicolon character?
Do things work better after removing the semicolons?
Re: how to migrate database from windows 2003 to windows 2008 server [message #569725 is a reply to message #569723] Wed, 31 October 2012 13:07 Go to previous messageGo to next message
krish96
Messages: 74
Registered: October 2012
Member
I have removed semicolons and here is the samething

C:\>set ORACLE_SID=testdb
C:\>set ORACLE_HOME=C:\oracle\product\11.2.0\dbhome_1
C:\>set TNS_ADMIN=C:\oracle\product\11.2.0\dbhome_1\NETWORK\ADMIN
C:\>set ORA_NLS33=$ORACLE_HOME\ocommon\nls\admin\data
C:\>set LD_LIBRARY_PATH=$ORACLE_HOME\lib:\lib:\usr\lib
C:\>set PATH=$ORACLE_HOME\bin:$PATH

C:\>set
ALLUSERSPROFILE=C:\ProgramData
APPDATA=C:\Users\oracle\AppData\Roaming
CLIENTNAME=COL7NB
CommonProgramFiles=C:\Program Files\Common Files
CommonProgramFiles(x86)=C:\Program Files (x86)\Common Files
CommonProgramW6432=C:\Program Files\Common Files
COMPUTERNAME=TESTQ51
ComSpec=C:\Windows\system32\cmd.exe
DEFLOGDIR=C:\ProgramData\McAfee\DesktopProtection
FP_NO_HOST_CHECK=NO
HOMEDRIVE=C:
HOMEPATH=\Users\oracle
LD_LIBRARY_PATH=$ORACLE_HOME\lib:\lib:\usr\lib
LOCALAPPDATA=C:\Users\oracle\AppData\Local
LOGONSERVER=\\NDCORCKSDQ51
NUMBER_OF_PROCESSORS=1
ORACLE_HOME=C:\oracle\product\11.2.0\dbhome_1
ORACLE_SID=testdb
ORA_NLS33=$ORACLE_HOME\ocommon\nls\admin\data
OS=Windows_NT
Path=$ORACLE_HOME\bin:$PATH
PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC
PROCESSOR_ARCHITECTURE=AMD64
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 44 Stepping 2, GenuineIntel
PROCESSOR_LEVEL=6
PROCESSOR_REVISION=2c02
ProgramData=C:\ProgramData
ProgramFiles=C:\Program Files
ProgramFiles(x86)=C:\Program Files (x86)
ProgramW6432=C:\Program Files
PROMPT=$P$G
PSModulePath=C:\Windows\system32\WindowsPowerShell\v1.0\Modules\
PUBLIC=C:\Users\Public
SESSIONNAME=RDP-Tcp#0
SystemDrive=C:
SystemRoot=C:\Windows
TEMP=C:\Users\oracle\AppData\Local\Temp\4
TMP=C:\Users\oracle\AppData\Local\Temp\4
TNS_ADMIN=C:\oracle\product\11.2.0\dbhome_1\NETWORK\ADMIN
USERDOMAIN=TESTQ51
USERNAME=oracle
USERPROFILE=C:\Users\oracle
VSEDEFLOGDIR=C:\ProgramData\McAfee\DesktopProtection
windir=C:\Windows
windows_tracing_flags=3
windows_tracing_logfile=C:\BVTBin\Tests\installpackage\csilogfile.log

C:\>
C:\>sqlplus / as sysdba
'sqlplus' is not recognized as an internal or external command,
operable program or batch file.

C:\>rman target /
'rman' is not recognized as an internal or external command,
operable program or batch file.

C:\>rman
'rman' is not recognized as an internal or external command,
operable program or batch file.

[Updated on: Wed, 31 October 2012 13:08]

Report message to a moderator

Re: how to migrate database from windows 2003 to windows 2008 server [message #569729 is a reply to message #569725] Wed, 31 October 2012 13:14 Go to previous messageGo to next message
BlackSwan
Messages: 26766
Registered: January 2009
Location: SoCal
Senior Member
it works for me
[oracle@localhost sql]$ sqlplus / as sysdba

SQL*Plus: Release 11.2.0.2.0 Production on Wed Oct 31 11:05:41 2012

Copyright (c) 1982, 2010, Oracle.  All rights reserved.


Connected to:
Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options

SQL> 

Re: how to migrate database from windows 2003 to windows 2008 server [message #569732 is a reply to message #569725] Wed, 31 October 2012 13:22 Go to previous messageGo to next message
Michel Cadot
Messages: 68625
Registered: March 2007
Location: Nanterre, France, http://...
Senior Member
Account Moderator
Quote:
Path=$ORACLE_HOME\bin:$PATH


This is not a valid syntax on Windows, actually you have nothing in your PATH variable.
You access the value of a variable using %ORACLE_HOME%, for instance, $ORACLE_HOME is a Unix syntax.

Regards
Michel
Re: how to migrate database from windows 2003 to windows 2008 server [message #569782 is a reply to message #569732] Thu, 01 November 2012 08:36 Go to previous messageGo to next message
krish96
Messages: 74
Registered: October 2012
Member
hi michel,

thank you for reply..

I am able to do
C:\>tnsping testdb
and
C:\>echo %ORACLE_SID%

when i am connecting to the database its getting failed

C:\>sqlplus / as sysdba

SQL*Plus: Release 11.2.0.1.0 Production on Thu Nov 1 09:33:28 2012

Copyright (c) 1982, 2010, Oracle. All rights reserved.

ERROR:
ORA-12560: TNS:protocol adapter error
Re: how to migrate database from windows 2003 to windows 2008 server [message #569785 is a reply to message #569782] Thu, 01 November 2012 09:23 Go to previous messageGo to next message
BlackSwan
Messages: 26766
Registered: January 2009
Location: SoCal
Senior Member
>ORA-12560: TNS:protocol adapter error
many different causes for ORA-12560 on Windows

are both OS Services for DB & listener started & running
Re: how to migrate database from windows 2003 to windows 2008 server [message #569786 is a reply to message #569785] Thu, 01 November 2012 10:29 Go to previous messageGo to next message
krish96
Messages: 74
Registered: October 2012
Member
PS C:\> lsnrctl status

LSNRCTL for 64-bit Windows: Version 11.2.0.1.0 - Production on 01-NOV-2012 11:16:44

Copyright (c) 1991, 2010, Oracle. All rights reserved.

Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
STATUS of the LISTENER
------------------------
Alias LISTENER
Version TNSLSNR for 64-bit Windows: Version 11.2.0.1.0 - Production
Start Date 30-OCT-2012 16:28:05
Uptime 1 days 18 hr. 48 min. 41 sec
Trace Level off
Security ON: Local OS Authentication
SNMP OFF
Listener Parameter File C:\oracle\product\11.2.0\dbhome_1\network\admin\listener.ora
Listener Log File c:\oracle\diag\tnslsnr\TESTQ51\listener\alert\log.xml
Listening Endpoints Summary...
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=TESTQ51.global.loc)(PORT=1521)))
The listener supports no services
The command completed successfully

Database is not yet started . having some issue while connecting to SQL prompt

ERROR:
ORA-12560: TNS:protocol adapter error
Re: how to migrate database from windows 2003 to windows 2008 server [message #569787 is a reply to message #569786] Thu, 01 November 2012 11:17 Go to previous messageGo to next message
Michel Cadot
Messages: 68625
Registered: March 2007
Location: Nanterre, France, http://...
Senior Member
Account Moderator
For me, from what you posted, your settings are still wrong, you didn't go forward of one inch, you are still at the same place and so get the same error, expected behaviour.

Regards
Michel
Re: how to migrate database from windows 2003 to windows 2008 server [message #569793 is a reply to message #569787] Thu, 01 November 2012 11:33 Go to previous messageGo to next message
krish96
Messages: 74
Registered: October 2012
Member
Somewhere i am making some silly mistakes, michel could you please help me out setting the variables..
Re: how to migrate database from windows 2003 to windows 2008 server [message #569794 is a reply to message #569793] Thu, 01 November 2012 12:05 Go to previous messageGo to next message
BlackSwan
Messages: 26766
Registered: January 2009
Location: SoCal
Senior Member
http://www.lmgtfy.com/?q=oracle+windows+services

open Command Window & issue following OS command

SET

COPY the results the PASTE all back here
Re: how to migrate database from windows 2003 to windows 2008 server [message #569795 is a reply to message #569794] Thu, 01 November 2012 12:18 Go to previous messageGo to next message
krish96
Messages: 74
Registered: October 2012
Member
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.

C:\>SET
ALLUSERSPROFILE=C:\ProgramData
APPDATA=C:\Users\user\AppData\Roaming
CLIENTNAME=COL7NBuser
CommonProgramFiles=C:\Program Files\Common Files
CommonProgramFiles(x86)=C:\Program Files (x86)\Common Files
CommonProgramW6432=C:\Program Files\Common Files
COMPUTERNAME=NDCORCKSDQ51
ComSpec=C:\Windows\system32\cmd.exe
DEFLOGDIR=C:\ProgramData\McAfee\DesktopProtection
FP_NO_HOST_CHECK=NO
HOMEDRIVE=H:
HOMEPATH=\
HOMESHARE=\\COLFPSP01\user$
LOCALAPPDATA=C:\Users\user\AppData\Local
LOGONSERVER=\\NDCSDCP62
NUMBER_OF_PROCESSORS=1
OS=Windows_NT
Path=C:\oracle\product\11.2.0\dbhome_1\bin;C:\oracle\product\11.2.0\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Wi ndows\System32\WindowsPowerShell\v1.0\PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC
PROCESSOR_ARCHITECTURE=AMD64
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 44 Stepping 2, GenuineIntel
PROCESSOR_LEVEL=6
PROCESSOR_REVISION=2c02
ProgramData=C:\ProgramData
ProgramFiles=C:\Program Files
ProgramFiles(x86)=C:\Program Files (x86)
ProgramW6432=C:\Program Files
PROMPT=$P$G
PSModulePath=C:\Windows\system32\WindowsPowerShell\v1.0\Modules\
PUBLIC=C:\Users\Public
SESSIONNAME=RDP-Tcp#1
SystemDrive=C:
SystemRoot=C:\Windows
TEMP=C:\Users\user\AppData\Local\Temp\5
TMP=C:\Users\user\AppData\Local\Temp\5
USERDNSDOMAIN=GLOBAL.LOC
USERDOMAIN=GLOBAL
USERNAME=user
USERPROFILE=C:\Users\user
VSEDEFLOGDIR=C:\ProgramData\McAfee\DesktopProtection
windir=C:\Windows
windows_tracing_flags=3
windows_tracing_logfile=C:\BVTBin\Tests\installpackage\csilogfile.log

C:\>
Re: how to migrate database from windows 2003 to windows 2008 server [message #569796 is a reply to message #569795] Thu, 01 November 2012 12:23 Go to previous messageGo to next message
BlackSwan
Messages: 26766
Registered: January 2009
Location: SoCal
Senior Member
which OS user owns %ORACLE_HOME% & all files in it?
Re: how to migrate database from windows 2003 to windows 2008 server [message #569798 is a reply to message #569796] Thu, 01 November 2012 12:29 Go to previous messageGo to next message
krish96
Messages: 74
Registered: October 2012
Member
Oracle user owns %ORALCE_HOME%

Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.

C:\>SET
ALLUSERSPROFILE=C:\ProgramData
APPDATA=C:\Users\oracle\AppData\Roaming
CLIENTNAME=COL7NBuser
CommonProgramFiles=C:\Program Files\Common Files
CommonProgramFiles(x86)=C:\Program Files (x86)\Common Files
CommonProgramW6432=C:\Program Files\Common Files
COMPUTERNAME=TESTDQ51
ComSpec=C:\Windows\system32\cmd.exe
DEFLOGDIR=C:\ProgramData\McAfee\DesktopProtection
FP_NO_HOST_CHECK=NO
HOMEDRIVE=C:
HOMEPATH=\Users\oracle
LOCALAPPDATA=C:\Users\oracle\AppData\Local
LOGONSERVER=\\TESTDQ51
NUMBER_OF_PROCESSORS=1
OS=Windows_NT
Path=C:\oracle\product\11.2.0\dbhome_1\bin;C:\oracle\product\11.2.0\bin;C:\Windows\system3
2;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\
PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC
PROCESSOR_ARCHITECTURE=AMD64
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 44 Stepping 2, GenuineIntel
PROCESSOR_LEVEL=6
PROCESSOR_REVISION=2c02
ProgramData=C:\ProgramData
ProgramFiles=C:\Program Files
ProgramFiles(x86)=C:\Program Files (x86)
ProgramW6432=C:\Program Files
PROMPT=$P$G
PSModulePath=C:\Windows\system32\WindowsPowerShell\v1.0\Modules\
PUBLIC=C:\Users\Public
SESSIONNAME=RDP-Tcp#0
SystemDrive=C:
SystemRoot=C:\Windows
TEMP=C:\Users\oracle\AppData\Local\Temp\4
TMP=C:\Users\oracle\AppData\Local\Temp\4
USERDOMAIN=TESTQ51
USERNAME=oracle
USERPROFILE=C:\Users\oracle
VSEDEFLOGDIR=C:\ProgramData\McAfee\DesktopProtection
windir=C:\Windows
windows_tracing_flags=3
windows_tracing_logfile=C:\BVTBin\Tests\installpackage\csilogfile.log

[Updated on: Thu, 01 November 2012 12:30]

Report message to a moderator

Re: how to migrate database from windows 2003 to windows 2008 server [message #569799 is a reply to message #569798] Thu, 01 November 2012 12:34 Go to previous messageGo to next message
BlackSwan
Messages: 26766
Registered: January 2009
Location: SoCal
Senior Member
http://www.orafaq.com/wiki/Creating_an_Oracle_service_on_Windows
Re: how to migrate database from windows 2003 to windows 2008 server [message #569802 is a reply to message #569799] Thu, 01 November 2012 15:37 Go to previous messageGo to next message
krish96
Messages: 74
Registered: October 2012
Member
hi blackswan & michel,

that's working..

thanks for you time and for your help ..


Re: how to migrate database from windows 2003 to windows 2008 server [message #569803 is a reply to message #569802] Thu, 01 November 2012 15:42 Go to previous message
BlackSwan
Messages: 26766
Registered: January 2009
Location: SoCal
Senior Member
It would have worked sooner if you had taken the time to actually Read The Fine Manual for clicking blindly at the GUI.
Previous Topic: Logical standby apply process taking too much time
Next Topic: SYS Invalid Objects
Goto Forum:
  


Current Time: Fri Mar 29 05:45:58 CDT 2024