Oracleparameter changes date format on windows 2003 server

Hi, i am using a stored procedure that contains a datetime-field. The date i am sending is formatted as "2007-05-30", but when it comes to the oracle-server, the date has been reformatted to "30-MAY-07".
I am using ODP.NET within the VS.2005. In web.config i have set the uiculture and culture to sv-SE, the settings on the webserver to Swedish without any positive results.
So, when i send away a date within the ODP commandparameter it rearrange the date from the component to the server. Any ideas to solve this problem? I have searched the net without any luck. Hopefully someone can help me in the right direction?
I was looking at setting NLS_LANG = SWEDISH with a first call to the database, but i have not tried that yet. Also, the code works fine on my local computer - so the translation of date is just on the windows 2003 server.
string ConnStr = "SERVER=(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=XX)(PORT=1526))(CONNECT_DATA=(SERVICE_NAME=AAAA)));uid=A;pwd=B;";
string returnData = "";
OracleConnection myConnection = new OracleConnection(ConnStr);
string selecteddate = "2007-05-20";
string newspaper = "EX";
try
myConnection.Open();
OracleCommand cmd = new OracleCommand("ROUTEXUSER.PKGROUTEX.F_SUB_ROUTEX_JOB", myConnection);
cmd.CommandType = CommandType.StoredProcedure;
OracleParameter prm1 = new OracleParameter("vd_datum_in", OracleType.DateTime);
prm1.Direction = ParameterDirection.Input;
prm1.Value = selecteddate.ToString();
cmd.Parameters.Add(prm1);
OracleParameter prm2 = new OracleParameter("vs_tidning_id_in", OracleType.VarChar);
prm2.Direction = ParameterDirection.Input;
prm2.Value = newspaper;
cmd.Parameters.Add(prm2);
OracleParameter prm3 = new OracleParameter("vn_seqnr_out", OracleType.Number);
prm3.Direction = ParameterDirection.Output;
cmd.Parameters.Add(prm3);
// add record
cmd.ExecuteNonQuery();
// returnvalue
returnData = cmd.Parameters["vn_seqnr_out"].Value.ToString();
catch (Exception ex)
throw new System.SystemException("Error: " + "-" + ex.Message);
// stänger och avslutar connections
myConnection.Close();

Hi,
I sucessfully installed oracle9i,Forms6i & reports6i on windows 2003 server but now where should i change the tns names and previously in my office i use to install in D FOLDER but now here i installed in F FOLDER pls where should i change those paths and the necessary things.After that where should i paste it in forms6i folder which is in F FOlderYou can copy the tnsnames.ora file in F:\<Oracle_home>\net80\admin
Regards,
Xaheer

Similar Messages

  • URGENT - Change the timestamp on Modified access on folder in Windows 2003 Server

    Hi
    How can I change the time stamp (for modified access )on a folder on a Windows 2003 Server folder?
    Thanks

    I think it could be done with script. See if this article could help:
    How Can I Change the Last Modified Timestamp for All the Files in a Folder?
    http://blogs.technet.com/b/heyscriptingguy/archive/2007/02/13/how-can-i-change-the-last-modified-timestamp-for-all-the-files-in-a-folder.aspx
    If you have any feedback on our support, please send to [email protected]

  • Step by Step change of IP's in Two node Cluster WIndows 2003 server

    Hi,
    I am looking for step by step information for changing IP's in Two Node windows 2003 cluster setup. Information on KB on technet as well on windows site, not covering step by step details. If anyone had experience of change IP's in WIndows 2003 cluster environment,
    Please share, it will be great help.
    Regards,
    Avnish

    If you have done the setup correctly and have two separate networks, changing IPs is pretty straightforward. 
    Make sure both networks can carry cluster communications.
    Change the NICs on ONE network (usually the private network) only.
    Validate the nodes can communicate over that network.
    Change the NICs on the PUBLIC network.
    Change the clustered IP addresses. Note that some clustered services may require a restart to accept the new IP address.
    Geoff N. Hiten Architect Microsoft SQL Server MVP

  • 11.5.10.2 Installation on windows 2003 server  Cygwin Software.

    Hi
    I used Cygwin instead of Mks tool kit in apps 11i(11.5.10.2) on windows 2003 server. Installation is completed succefully. I am able to open the forms without error. But while patching I am facing problem. for testing the Cygwin implementation I tried to relink FND programs. I got the error the error message is as follows.
    set EnvAdrelink:Error:Cannot Open registry key: \SOFTWARE\ORACLE
    aiosp2() Error: failure in usdspn()
    contents of error buffer are:
    "usdsop cannot create a new process
    cause: usdsop encountered an error creating a new process. [Reason].
    Can anybody help me the process.
    Regards,
    chennus.
    Edited by: chennus on May 28, 2012 2:01 PM

    Hi Saawan,
    Now I format the system and Installed fresh application 11i(11.5.10.2) on windows 2003 EE.Now I select the prerequest software as visualstudio 2008 Express Edition and VC++6.0 redistributable package x86 (Doc ID 1095124.1), Mks toolkit I used 8.1 version and Gnumake I used 3.78.1(Doc ID 268776.1). The Installation is completed Successfully. The application is working fine. While i want to test the adrelink using adadmin I got the following error. adrelink is completed with status 1 and it is completely exit ( Not finished the script and come to command prompt) Here i am enclosing the adrelink log file.
    You are running adrelink, version 115.14.11586.3
    Start of adrelink session
    Date/time is Tue May 29 16:55:24 IST 2012
    Log file is E:/oracle/prodappl/admin/PROD/log/adrelink.log
    Command line arguments are
    "force=n" "ranlib=y" "link_debug=n" "filelist=E:/oracle/prodappl/admin/PROD/out/alkfnd000.txt"
    Operating System Information (output of 'uname -a'):
    Windows_NT TEST 5 02 586
    Backup Mode is "file"
    Removing Application products' bin directories from PATH ...
    Done removing Application products' bin directories from PATH
    Removing $FND_TOP/$APPLBIN from PATH ...
    Done removing $FND_TOP/$APPLBIN from PATH
    ORACLE RDBMS Version 8.0.6.0.0
    Oracle Reports Version 6.0
    Oracle Applications Release 11
    Current product is AD
    LADLIB is set to E:/oracle/prodappl/ad/11.5.0/lib/adst.lib
    LADSTLIB is set to E:/oracle/prodappl/ad/11.5.0/lib/adst.lib
    Current product is ALR
    LALRLIB is set to E:/oracle/prodappl/alr/11.5.0/lib/alrst.lib
    LALRSTLIB is set to E:/oracle/prodappl/alr/11.5.0/lib/alrst.lib
    LALR115WLIB is set to E:/oracle/prodappl/alr/11.5.0/lib/ALR115W.lib
    Current product is AP
    LAPLIB is set to E:/oracle/prodappl/ap/11.5.0/lib/AP.lib
    LAPSTLIB is set to E:/oracle/prodappl/ap/11.5.0/lib/apst.lib
    Current product is AR
    LARLIB is set to E:/oracle/prodappl/ar/11.5.0/lib/AR.lib
    LARSRW is set to E:/oracle/prodappl/ar/11.5.0/lib/xirar.obj $(LARLIB)
    LARSTLIB is set to E:/oracle/prodappl/ar/11.5.0/lib/arst.lib
    Current product is AS
    LASLIB is set to E:/oracle/prodappl/as/11.5.0/lib/asst.lib
    LASSTLIB is set to E:/oracle/prodappl/as/11.5.0/lib/asst.lib
    LAS115WLIB is set to E:/oracle/prodappl/as/11.5.0/lib/AS115W.lib
    Current product is AX
    LAXLIB is set to E:/oracle/prodappl/ax/11.5.0/lib/axst.lib
    LAXSTLIB is set to E:/oracle/prodappl/ax/11.5.0/lib/axst.lib
    Current product is BOM
    LBOMLIB is set to E:/oracle/prodappl/bom/11.5.0/lib/BOM.lib
    LBOMSTLIB is set to E:/oracle/prodappl/bom/11.5.0/lib/bomst.lib
    Current product is CRP
    LCRPLIB is set to E:/oracle/prodappl/crp/11.5.0/lib/CRP.lib
    LCRPSTLIB is set to E:/oracle/prodappl/crp/11.5.0/lib/crpst.lib
    Current product is CUA
    LCUALIB is set to E:/oracle/prodappl/cua/11.5.0/lib/cuast.lib
    LCUASTLIB is set to E:/oracle/prodappl/cua/11.5.0/lib/cuast.lib
    Current product is CZ
    LCZLIB is set to E:/oracle/prodappl/cz/11.5.0/lib/czst.lib
    LCZSTLIB is set to E:/oracle/prodappl/cz/11.5.0/lib/czst.lib
    Current product is DT
    LDTLIB is set to E:/oracle/prodappl/dt/11.5.0/lib/dtst.lib
    LDTSTLIB is set to E:/oracle/prodappl/dt/11.5.0/lib/dtst.lib
    LDT115WLIB is set to E:/oracle/prodappl/dt/11.5.0/lib/DT115W.lib
    Current product is ENG
    LENGLIB is set to E:/oracle/prodappl/eng/11.5.0/lib/ENG.lib
    LENGSTLIB is set to E:/oracle/prodappl/eng/11.5.0/lib/engst.lib
    LENG115WLIB is set to E:/oracle/prodappl/eng/11.5.0/lib/ENG115W.lib
    Current product is FA
    LFALIB is set to E:/oracle/prodappl/fa/11.5.0/lib/fast.lib
    LFASRW is set to E:/oracle/prodappl/fa/11.5.0/lib/xirfa.obj $(LFALIB)
    LFASTLIB is set to E:/oracle/prodappl/fa/11.5.0/lib/fast.lib
    LFA115WLIB is set to E:/oracle/prodappl/fa/11.5.0/lib/FA115W.lib
    Current product is FEM
    adrelink: Warning: not setting LFEMLIB
    since E:/oracle/prodappl/fem/11.5.0/lib/femst.lib does not exist
    or cannot be read.
    adrelink: Warning: not setting LFEMSTLIB
    since E:/oracle/prodappl/fem/11.5.0/lib/femst.lib does not exist
    or cannot be read.
    Current product is FF
    LFFLIB is set to E:/oracle/prodappl/ff/11.5.0/lib/FF.lib
    LFFSTLIB is set to E:/oracle/prodappl/ff/11.5.0/lib/ffst.lib
    LFF115WLIB is set to E:/oracle/prodappl/ff/11.5.0/lib/FF115W.lib
    Current product is FND
    LFNDLIB is set to E:/oracle/prodappl/fnd/11.5.0/lib/FNDCORE.lib
    LFNDSRW is set to E:/oracle/prodappl/fnd/11.5.0/lib/xirfnd.obj $(LFNDLIB)
    LFNDSTLIB is set to E:/oracle/prodappl/fnd/11.5.0/lib/fndst.lib
    LFND115WLIB is set to E:/oracle/prodappl/fnd/11.5.0/lib/FND115W.lib
    LFNDCORELIB is set to E:/oracle/prodappl/fnd/11.5.0/lib/FNDCORE.lib
    LFNDXITLIB is set to E:/oracle/prodappl/fnd/11.5.0/lib/FNDXIT.lib
    LAPPR60UELIB is set to E:/oracle/prodappl/fnd/11.5.0/lib/APPR60UE.lib
    Current product is GL
    LGLLIB is set to E:/oracle/prodappl/gl/11.5.0/lib/GL.lib
    LGLSTLIB is set to E:/oracle/prodappl/gl/11.5.0/lib/glst.lib
    LGL115WLIB is set to E:/oracle/prodappl/gl/11.5.0/lib/GL115W.lib
    Current product is GMA
    LGMALIB is set to E:/oracle/prodappl/gma/11.5.0/lib/gmast.lib
    LGMASTLIB is set to E:/oracle/prodappl/gma/11.5.0/lib/gmast.lib
    LOPM115WLIB is set to E:/oracle/prodappl/gma/11.5.0/lib/OPM115W.lib
    Current product is GMD
    LGMDLIB is set to E:/oracle/prodappl/gmd/11.5.0/lib/gmdst.lib
    LGMDSTLIB is set to E:/oracle/prodappl/gmd/11.5.0/lib/gmdst.lib
    Current product is GME
    LGMELIB is set to E:/oracle/prodappl/gme/11.5.0/lib/gmest.lib
    LGMESTLIB is set to E:/oracle/prodappl/gme/11.5.0/lib/gmest.lib
    Current product is GMF
    LGMFLIB is set to E:/oracle/prodappl/gmf/11.5.0/lib/gmfst.lib
    LGMFSTLIB is set to E:/oracle/prodappl/gmf/11.5.0/lib/gmfst.lib
    Current product is GMI
    LGMILIB is set to E:/oracle/prodappl/gmi/11.5.0/lib/gmist.lib
    LGMISTLIB is set to E:/oracle/prodappl/gmi/11.5.0/lib/gmist.lib
    Current product is GML
    LGMLLIB is set to E:/oracle/prodappl/gml/11.5.0/lib/gmlst.lib
    LGMLSTLIB is set to E:/oracle/prodappl/gml/11.5.0/lib/gmlst.lib
    Current product is GMP
    LGMPLIB is set to E:/oracle/prodappl/gmp/11.5.0/lib/gmpst.lib
    LGMPSTLIB is set to E:/oracle/prodappl/gmp/11.5.0/lib/gmpst.lib
    Current product is IBY
    LIBYLIB is set to E:/oracle/prodappl/iby/11.5.0/lib/ibyst.lib
    LIBYSTLIB is set to E:/oracle/prodappl/iby/11.5.0/lib/ibyst.lib
    Current product is INV
    LINVLIB is set to E:/oracle/prodappl/inv/11.5.0/lib/INV.lib
    LINVSTLIB is set to E:/oracle/prodappl/inv/11.5.0/lib/invst.lib
    LINV115WLIB is set to E:/oracle/prodappl/inv/11.5.0/lib/INV115W.lib
    Current product is MRP
    LMRPLIB is set to E:/oracle/prodappl/mrp/11.5.0/lib/MRP.lib
    LMRPSTLIB is set to E:/oracle/prodappl/mrp/11.5.0/lib/mrpst.lib
    Current product is MSC
    LMSCLIB is set to E:/oracle/prodappl/msc/11.5.0/lib/mscst.lib
    LMSCSTLIB is set to E:/oracle/prodappl/msc/11.5.0/lib/mscst.lib
    Current product is MSO
    LMSOLIB is set to E:/oracle/prodappl/mso/11.5.0/lib/msost.lib
    LMSOSTLIB is set to E:/oracle/prodappl/mso/11.5.0/lib/msost.lib
    Current product is MSR
    LMSRLIB is set to E:/oracle/prodappl/msr/11.5.0/lib/msrst.lib
    LMSRSTLIB is set to E:/oracle/prodappl/msr/11.5.0/lib/msrst.lib
    Current product is MST
    LMSTLIB is set to E:/oracle/prodappl/mst/11.5.0/lib/mstst.lib
    LMSTSTLIB is set to E:/oracle/prodappl/mst/11.5.0/lib/mstst.lib
    Current product is MWA
    LMWALIB is set to E:/oracle/prodappl/mwa/11.5.0/lib/mwast.lib
    LMWASTLIB is set to E:/oracle/prodappl/mwa/11.5.0/lib/mwast.lib
    Current product is PA
    LPALIB is set to E:/oracle/prodappl/pa/11.5.0/lib/past.lib
    LPASTLIB is set to E:/oracle/prodappl/pa/11.5.0/lib/past.lib
    Current product is PAY
    LPAYLIB is set to E:/oracle/prodappl/pay/11.5.0/lib/payst.lib
    LPAYSTLIB is set to E:/oracle/prodappl/pay/11.5.0/lib/payst.lib
    LPAY115WLIB is set to E:/oracle/prodappl/pay/11.5.0/lib/PAY115W.lib
    Current product is PO
    LPOLIB is set to E:/oracle/prodappl/po/11.5.0/lib/PO.lib
    LPOSRW is set to E:/oracle/prodappl/po/11.5.0/lib/xirpo.obj $(LPOLIB)
    LPOSTLIB is set to E:/oracle/prodappl/po/11.5.0/lib/post.lib
    LPO115WLIB is set to E:/oracle/prodappl/po/11.5.0/lib/PO115W.lib
    Current product is PON
    adrelink: Warning: not setting LPONLIB
    since E:/oracle/prodappl/pon/11.5.0/lib/ponst.lib does not exist
    or cannot be read.
    adrelink: Warning: not setting LPONSTLIB
    since E:/oracle/prodappl/pon/11.5.0/lib/ponst.lib does not exist
    or cannot be read.
    Current product is RG
    LRGLIB is set to E:/oracle/prodappl/rg/11.5.0/lib/rgst.lib
    LRGSTLIB is set to E:/oracle/prodappl/rg/11.5.0/lib/rgst.lib
    Current product is WIP
    LWIPLIB is set to E:/oracle/prodappl/wip/11.5.0/lib/WIP.lib
    LWIPSTLIB is set to E:/oracle/prodappl/wip/11.5.0/lib/wipst.lib
    LWIP115WLIB is set to E:/oracle/prodappl/wip/11.5.0/lib/WIP115W.lib
    Current product is WPS
    LWPSLIB is set to E:/oracle/prodappl/wps/11.5.0/lib/wpsst.lib
    LWPSSTLIB is set to E:/oracle/prodappl/wps/11.5.0/lib/wpsst.lib
    Current product is WSM
    LWSMLIB is set to E:/oracle/prodappl/wsm/11.5.0/lib/wsmst.lib
    LWSMSTLIB is set to E:/oracle/prodappl/wsm/11.5.0/lib/wsmst.lib
    Current product is XDP
    LXDPLIB is set to E:/oracle/prodappl/xdp/11.5.0/lib/xdpst.lib
    LXDPSTLIB is set to E:/oracle/prodappl/xdp/11.5.0/lib/xdpst.lib
    LUSRLIB is
    Not linking Oracle Applications with any Oracle mail product
    LALRSTUB is now set to E:/oracle/prodappl/alr/11.5.0/lib/alstub.obj
    MAILLNK is now set to E:/oracle/prodappl/alr/11.5.0/lib/alstub.obj
    Creating prefix makefiles ...
    Done creating prefix makefiles
    The file E:/oracle/prodappl/admin/PROD/out/alkfnd000.txt contains:
    E:\oracle\prodappl\fnd\11.5.0\bin\ADCONV.exe     fnd     bin     ADCONV.exe
    E:\oracle\prodappl\fnd\11.5.0\bin\AFTBLGEN.exe     fnd     bin     AFTBLGEN.exe
    E:\oracle\prodappl\fnd\11.5.0\bin\APPR60UE.dll     fnd     bin     APPR60UE.dll
    E:\oracle\prodappl\fnd\11.5.0\bin\ar60rund.exe     fnd     bin     ar60rund.exe
    E:\oracle\prodappl\fnd\11.5.0\bin\CCMSETUP.exe     fnd     bin     CCMSETUP.exe
    E:\oracle\prodappl\fnd\11.5.0\bin\CCMSVC.exe     fnd     bin     CCMSVC.exe
    E:\oracle\prodappl\fnd\11.5.0\bin\CMDCART.dll     fnd     bin     CMDCART.dll
    E:\oracle\prodappl\fnd\11.5.0\bin\CONCSUB.exe     fnd     bin     CONCSUB.exe
    E:\oracle\prodappl\fnd\11.5.0\bin\fdfcmp.exe     fnd     bin     fdfcmp.exe
    E:\oracle\prodappl\fnd\11.5.0\bin\FDULONG.exe     fnd     bin     FDULONG.exe
    E:\oracle\prodappl\fnd\11.5.0\bin\flint60.exe     fnd     bin     flint60.exe
    E:\oracle\prodappl\fnd\11.5.0\bin\FND115W.dll     fnd     bin     FND115W.dll
    E:\oracle\prodappl\fnd\11.5.0\bin\FNDAQCT.exe     fnd     bin     FNDAQCT.exe
    E:\oracle\prodappl\fnd\11.5.0\bin\FNDATUPD.exe     fnd     bin     FNDATUPD.exe
    E:\oracle\prodappl\fnd\11.5.0\bin\FNDCORE.dll     fnd     bin     FNDCORE.dll
    E:\oracle\prodappl\fnd\11.5.0\bin\FNDCPASS.exe     fnd     bin     FNDCPASS.exe
    E:\oracle\prodappl\fnd\11.5.0\bin\fndcpesr.exe     fnd     bin     fndcpesr.exe
    E:\oracle\prodappl\fnd\11.5.0\bin\FNDCPGLC.exe     fnd     bin     FNDCPGLC.exe
    E:\oracle\prodappl\fnd\11.5.0\bin\FNDCPPUR.exe     fnd     bin     FNDCPPUR.exe
    E:\oracle\prodappl\fnd\11.5.0\bin\FNDCPRRF.exe     fnd     bin     FNDCPRRF.exe
    E:\oracle\prodappl\fnd\11.5.0\bin\FNDCPSPN.exe     fnd     bin     FNDCPSPN.exe
    E:\oracle\prodappl\fnd\11.5.0\bin\FNDCPTST.exe     fnd     bin     FNDCPTST.exe
    E:\oracle\prodappl\fnd\11.5.0\bin\FNDCPUCF.exe     fnd     bin     FNDCPUCF.exe
    E:\oracle\prodappl\fnd\11.5.0\bin\FNDCRM.exe     fnd     bin     FNDCRM.exe
    E:\oracle\prodappl\fnd\11.5.0\bin\FNDDWPUR.exe     fnd     bin     FNDDWPUR.exe
    E:\oracle\prodappl\fnd\11.5.0\bin\FNDEMON.exe     fnd     bin     FNDEMON.exe
    E:\oracle\prodappl\fnd\11.5.0\bin\FNDFBPLS.exe     fnd     bin     FNDFBPLS.exe
    E:\oracle\prodappl\fnd\11.5.0\bin\FNDFBUPG.exe     fnd     bin     FNDFBUPG.exe
    E:\oracle\prodappl\fnd\11.5.0\bin\FNDFFCHY.exe     fnd     bin     FNDFFCHY.exe
    E:\oracle\prodappl\fnd\11.5.0\bin\FNDFFRXR.exe     fnd     bin     FNDFFRXR.exe
    E:\oracle\prodappl\fnd\11.5.0\bin\FNDFFUPG.exe     fnd     bin     FNDFFUPG.exe
    E:\oracle\prodappl\fnd\11.5.0\bin\FNDFFVGN.exe     fnd     bin     FNDFFVGN.exe
    E:\oracle\prodappl\fnd\11.5.0\bin\FNDFS.exe     fnd     bin     FNDFS.exe
    E:\oracle\prodappl\fnd\11.5.0\bin\FNDGFH.exe     fnd     bin     FNDGFH.exe
    E:\oracle\prodappl\fnd\11.5.0\bin\FNDGFU.exe     fnd     bin     FNDGFU.exe
    E:\oracle\prodappl\fnd\11.5.0\bin\FNDIMON.exe     fnd     bin     FNDIMON.exe
    E:\oracle\prodappl\fnd\11.5.0\bin\FNDLIBR.exe     fnd     bin     FNDLIBR.exe
    E:\oracle\prodappl\fnd\11.5.0\bin\FNDLOAD.exe     fnd     bin     FNDLOAD.exe
    E:\oracle\prodappl\fnd\11.5.0\bin\FNDLOADSO.exe     fnd     bin     FNDLOADSO.exe
    E:\oracle\prodappl\fnd\11.5.0\bin\FNDMDCVT.exe     fnd     bin     FNDMDCVT.exe
    E:\oracle\prodappl\fnd\11.5.0\bin\FNDMDGEN.exe     fnd     bin     FNDMDGEN.exe
    E:\oracle\prodappl\fnd\11.5.0\bin\FNDPRESC.exe     fnd     bin     FNDPRESC.exe
    E:\oracle\prodappl\fnd\11.5.0\bin\FNDPSTAX.exe     fnd     bin     FNDPSTAX.exe
    E:\oracle\prodappl\fnd\11.5.0\bin\FNDRCLC.exe     fnd     bin     FNDRCLC.exe
    E:\oracle\prodappl\fnd\11.5.0\bin\FNDRCLS.exe     fnd     bin     FNDRCLS.exe
    E:\oracle\prodappl\fnd\11.5.0\bin\FNDRTR45.exe     fnd     bin     FNDRTR45.exe
    E:\oracle\prodappl\fnd\11.5.0\bin\FNDSCH.exe     fnd     bin     FNDSCH.exe
    E:\oracle\prodappl\fnd\11.5.0\bin\FNDSLOAD.exe     fnd     bin     FNDSLOAD.exe
    E:\oracle\prodappl\fnd\11.5.0\bin\FNDSM.exe     fnd     bin     FNDSM.exe
    E:\oracle\prodappl\fnd\11.5.0\bin\FNDSVCRG.exe     fnd     bin     FNDSVCRG.exe
    E:\oracle\prodappl\fnd\11.5.0\bin\FNDTMTST.exe     fnd     bin     FNDTMTST.exe
    E:\oracle\prodappl\fnd\11.5.0\bin\FNDWRR.exe     fnd     bin     FNDWRR.exe
    E:\oracle\prodappl\fnd\11.5.0\bin\FNDXIT.dll     fnd     bin     FNDXIT.dll
    E:\oracle\prodappl\fnd\11.5.0\bin\OAMKSVC.exe     fnd     bin     OAMKSVC.exe
    E:\oracle\prodappl\fnd\11.5.0\bin\WFLOAD.exe     fnd     bin     WFLOAD.exe
    E:\oracle\prodappl\fnd\11.5.0\bin\WFMAIL.exe     fnd     bin     WFMAIL.exe
    E:\oracle\prodappl\fnd\11.5.0\bin\WFMLRGSM.exe     fnd     bin     WFMLRGSM.exe
    E:\oracle\prodappl\fnd\11.5.0\bin\WFMLRXFR.exe     fnd     bin     WFMLRXFR.exe
    E:\oracle\prodappl\fnd\11.5.0\bin\WFRESGEN.exe     fnd     bin     WFRESGEN.exe
    E:\oracle\prodappl\fnd\11.5.0\bin\WFTEST.exe     fnd     bin     WFTEST.exe
    Creating import libraries for FND
    Creating import library APPR60UE.lib on Tue May 29 16:57:01 IST 2012
    [1] + Done(134) ?
    4008     Abort     gnumake
    Creating import library APPR60UE.lib failed on Tue May 29 16:57:01 IST 2012
    See error messages above
    Creating import library CMDCART.lib on Tue May 29 16:57:02 IST 2012
    [1] + Done(134) ?
    3968     Abort     gnumake
    Creating import library CMDCART.lib failed on Tue May 29 16:57:02 IST 2012
    See error messages above
    Creating import library FND115W.lib on Tue May 29 16:57:03 IST 2012
    [1] + Done(134) ?
    5076     Abort     gnumake
    Creating import library FND115W.lib failed on Tue May 29 16:57:03 IST 2012
    See error messages above
    Creating import library FNDCORE.lib on Tue May 29 16:57:04 IST 2012
    [1] + Done(134) ?
    2904     Abort     gnumake
    Creating import library FNDCORE.lib failed on Tue May 29 16:57:04 IST 2012
    See error messages above
    Creating import library FNDXIT.lib on Tue May 29 16:57:05 IST 2012
    [1] + Done(134) ?
    5440     Abort     gnumake
    Creating import library FNDXIT.lib failed on Tue May 29 16:57:05 IST 2012
    See error messages above
    Starting link of product 'fnd' on Tue May 29 16:57:06 IST 2012
    Current product is fnd
    Current product TOP is  $FNDTOP
    Current prodarea is E:/oracle/prodappl/fnd/11.5.0
    Relinking module 'ADCONV.exe' in product fnd ...
    gnumake -f E:/oracle/prodappl/admin/PROD/out/link_fnd_6076.mk E:/oracle/prodappl/fnd/11.5.0/bin/ADCONV.exe
    Starting link of fnd executable 'ADCONV.exe' on Tue May 29 16:57:14 IST 2012
    [1] + Done(134) ?
    2700     Abort     gnumake
    Done with link of fnd executable 'ADCONV.exe' on Tue May 29 16:57:14 IST 2012
    Relink of module "ADCONV.exe" failed.
    See error messages above (also recorded in log file) for possible
    reasons for the failure. Also, please check that the Unix userid
    running adrelink has read, write, and execute permissions
    on the directory E:/oracle/prodappl/fnd/11.5.0/bin,
    and that there is sufficient space remaining on the disk partition
    containing your Oracle Applications installation.
    Relinking module 'AFTBLGEN.exe' in product fnd ...
    gnumake -f E:/oracle/prodappl/admin/PROD/out/link_fnd_6076.mk E:/oracle/prodappl/fnd/11.5.0/bin/AFTBLGEN.exe
    Starting link of fnd executable 'AFTBLGEN.exe' on Tue May 29 16:57:15 IST 2012
    [1] + Done(134) ?
    4612     Abort     gnumake
    Done with link of fnd executable 'AFTBLGEN.exe' on Tue May 29 16:57:15 IST 2012
    Relink of module "AFTBLGEN.exe" failed.
    See error messages above (also recorded in log file) for possible
    reasons for the failure. Also, please check that the Unix userid
    running adrelink has read, write, and execute permissions
    on the directory E:/oracle/prodappl/fnd/11.5.0/bin,
    and that there is sufficient space remaining on the disk partition
    containing your Oracle Applications installation.
    Relinking module 'APPR60UE.dll' in product fnd ...
    creating the temp directory
    mkdir temp
    changing permissions for the temp directory
    chmod 777 temp
    Getting the object file names for this APPR60UE.dll
    gnumake -f E:/oracle/prodappl/admin/PROD/out/link_fnd_6076.mk appr60ue.LIST
    Extracting objects from the library
    ar -xv -F coff E:/oracle/prodappl/fnd/11.5.0/lib/fndst.lib
    x - fdfffu.obj
    x - fdffile.obj
    x - fdffld.obj
    x - fdffvs.obj
    x - fdfgcx.obj
    x - fdfgli.obj
    x - fdfkba.obj
    x - fdfkbe.obj
    x - fdfkbp.obj
    x - fdfkbr.obj
    x - fdfkbt.obj
    x - fdfkds.obj
    x - fdfkfu.obj
    x - fdfkfu2.obj
    x - fdfksr.obj
    x - fdfkva.obj
    x - fdflist.obj
    x - fdflop.obj
    x - fdfobj.obj
    x - fdfrfu.obj
    x - fdfsdf.obj
    x - fdfsrw.obj
    x - fdfstr.obj
    x - fdftdu.obj
    x - fdfupu.obj
    x - afdcpm.obj
    x - afdfrm.obj
    x - afdgfn.obj
    x - afdict.obj
    x - afdsil.obj
    x - afdsrw.obj
    x - afdtmp.obj
    x - afdwin.obj
    x - afpatn.obj
    x - afpcmn.obj
    x - afpcra.obj
    x - afpcsq.obj
    x - afpdon.obj
    x - afpeim.obj
    x - afpejp.obj
    x - afperq.obj
    x - afpgmg.obj
    x - afpi.obj
    x - afpiml.obj
    x - afplog.obj
    x - afpo.obj
    x - afppcp.obj
    x - afppqs.obj
    x - afpprc.obj
    x - afpprn.obj
    x - fdssgn.obj
    x - fdssoa.obj
    x - fdugci.obj
    x - fdusql.obj
    x - fdxidk.obj
    x - fdxml.obj
    x - fdxsqk.obj
    x - fdxver.obj
    x - fpep.obj
    x - usdsim.obj
    x - wfcore.obj
    x - wfdes.obj
    x - wfldr.obj
    x - wfldrf.obj
    x - wfmlr.obj
    x - wfmsiic.obj
    x - wfmutil.obj
    x - wfntf.obj
    x - wfomgul.obj
    x - wfrsp.obj
    x - afpfs.obj
    x - afpfsv.obj
    x - afpgrq.obj
    x - afpperl.obj
    x - afppir.obj
    x - afpprr.obj
    x - afprul.obj
    x - afpsm.obj
    x - afpsmf.obj
    x - afptmttp.obj
    x - afpucf.obj
    x - affile.obj
    x - fdllov.obj
    x - fdpevt.obj
    x - fdpvwr.obj
    x - fdsecp.obj
    x - wfext.obj
    x - wffile.obj
    x - wfidx.obj
    x - afmem.obj
    x - afpcmt.obj
    x - afpgri.obj
    x - afpoval.obj
    x - ccmrkey.obj
    x - fdugwi.obj
    x - fdxwho.obj
    x - afslov.obj
    x - ccmmndlg.obj
    x - afixlh.obj
    x - afixpic.obj
    x - afixpmuu.obj
    x - fdpemon.obj
    x - afpgsr.obj
    x - fdipth.obj
    x - fdpibm.obj
    x - fdpldr.obj
    x - fdpstp.obj
    x - fdpurq.obj
    x - ccmppsht.obj
    x - ccmsetup.obj
    x - afdacc.obj
    x - afpbwv.obj
    x - afpcc.obj
    x - afpflx.obj
    x - afpcbidi.obj
    x - stdafx.obj
    x - afwsys.obj
    x - afwpal.obj
    x - afwind.obj
    x - afwgeo.obj
    x - afwevt.obj
    x - afwdev.obj
    x - afvpa.obj
    x - afvca.obj
    x - afvbt.obj
    x - fduxit.obj
    x - fduuid.obj
    x - fdutkn.obj
    x - fduopr.obj
    x - fduli.obj
    x - fdugii.obj
    x - fducsq.obj
    x - fdndbc.obj
    x - fdfile.obj
    x - fdarux.obj
    x - afuddl.obj
    x - xitdwp.obj
    x - xitdus.obj
    x - xitdsp.obj
    x - xitdsa.obj
    x - xitdrg.obj
    x - xitdra.obj
    x - xitdpy.obj
    x - xitdpr.obj
    x - xitdpo.obj
    x - xitdpa.obj
    x - xitdoe.obj
    x - xitdmp.obj
    x - xitdmf.obj
    x - xitdin.obj
    x - xitdgmz.obj
    x - xitdgms.obj
    x - xitdgmr.obj
    x - xitdgmp.obj
    x - xitdgmo.obj
    x - xitdgml.obj
    x - xitdgmi.obj
    x - xitdgme.obj
    x - xitdgmd.obj
    x - xitdgma.obj
    x - xitdgl.obj
    x - xitdff.obj
    x - xitdfa.obj
    x - xitden.obj
    x - xitddt.obj
    x - xitdcs.obj
    x - xitdcp.obj
    x - xitdbm.obj
    x - xitdax.obj
    x - xitdas.obj
    x - xitdar.obj
    x - xitdap.obj
    x - xitdal.obj
    x - alroms.obj
    x - xirnop.obj
    x - fdxsqr.obj
    x - fdxnls.obj
    x - fdxidr.obj
    x - fdxext.obj
    x - fdxdcf.obj
    x - fdxcls.obj
    x - fdsxit.obj
    x - fdsgtk.obj
    x - fdsarg.obj
    x - afpvpc.obj
    x - afptmc.obj
    x - fdxwrk.obj
    x - fdxutl.obj
    x - fdxuar.obj
    x - fdxtrc.obj
    x - fdxtmr.obj
    x - fdxsql.obj
    x - fdxsqf.obj
    x - fdxqus.obj
    x - fdxpst.obj
    x - fdxprf.obj
    x - fdxpii.obj
    x - fdxmc.obj
    x - fdxlcs.obj
    x - fdxkmd.obj
    x - fdxgvl.obj
    x - fdxfil.obj
    x - fdxdsp.obj
    x - fdxdat.obj
    x - fdxapp.obj
    x - fdwask.obj
    x - fdptmx.obj
    x - fdpscm.obj
    x - fdpgcf.obj
    x - fdefil.obj
    x - afwkflw.obj
    x - afwaol.obj
    x - aforg.obj
    x - afoleaut.obj
    x - afmsg.obj
    x - afifld.obj
    x - afglpw.obj
    x - afgldbs.obj
    x - afgbox.obj
    x - fdssvl.obj
    x - fdssuq.obj
    x - fdsssk.obj
    x - fdssck.obj
    x - fdsctl.obj
    x - fdsaud.obj
    x - fdstkt.obj
    x - fdrutl.obj
    x - fdrfcmp.obj
    x - fdrcmp.obj
    x - afpoux.obj
    x - usdins.obj
    x - fpeb.obj
    x - fpe.obj
    x - fdutim.obj
    x - fduprn.obj
    x - fducst.obj
    x - fdrpbf.obj
    x - fdpsra.obj
    x - fdpsqp.obj
    x - fdpsps.obj
    x - fdpsbm.obj
    x - fdpsar.obj
    x - fdprst.obj
    x - fdprpt.obj
    x - fdprlk.obj
    x - fdprhl.obj
    x - fdpreq.obj
    x - fdprcp.obj
    x - fdppev.obj
    x - fdppbr.obj
    x - fdpmst.obj
    x - fdplnk.obj
    x - fdpimp.obj
    x - fdphbe.obj
    x - fdpfqr.obj
    x - fdperi.obj
    x - fdpdf.obj
    x - fdpdbg.obj
    x - fdpdbf.obj
    x - fdpcrc.obj
    x - fdpccr.obj
    x - fdpbq.obj
    x - fdpblf.obj
    x - fdowln.obj
    x - fdomsg.obj
    x - afuepp.obj
    x - afpufe.obj
    x - afptstp.obj
    x - afptmi.obj
    x - afprun.obj
    x - afpops.obj
    x - afpgrs.obj
    x - afpgpr.obj
    x - afpgip.obj
    x - afpdpo.obj
    x - afpdbg.obj
    x - afpcrs.obj
    x - afpcat.obj
    x - afe.obj
    x - usdxit.obj
    x - usdwin.obj
    x - usdtec.obj
    x - usdstub.obj
    x - usdpar.obj
    x - usdos2.obj
    x - usdoaut.obj
    x - usdmpe.obj
    x - usdmac.obj
    x - usdhtml.obj
    x - usdgpa.obj
    x - usdfmv.obj
    x - usdccf.obj
    x - spnvms.obj
    x - spnos2.obj
    x - spnmpe.obj
    x - spnmac.obj
    x - spndos.obj
    x - gmalloc.obj
    x - aftimr.obj
    x - afhtmhlp.obj
    x - fdumod.obj
    x - fduhex.obj
    x - fdueds.obj
    x - fdnwsc.obj
    x - afutim.obj
    x - afust.obj
    x - afusc.obj
    x - afulzw.obj
    x - afugli.obj
    x - aftime.obj
    x - afmath.obj
    x - afctx.obj
    x - afcore.obj
    x - aflutl.obj
    x - afdrsc.obj
    x - afdrrt.obj
    x - afdrdb.obj
    x - afdf.obj
    x - fdndcf.obj
    x - afdcx.obj
    x - fdahmi.obj
    x - fdacon.obj
    x - afufld.obj
    x - afsfld.obj
    x - afprcl.obj
    x - afpolg.obj
    x - afpmir.obj
    x - fdxefv.obj
    x - fdssop.obj
    x - afpscg.obj
    x - usdnt.obj
    x - fdugpi.obj
    x - fdudat.obj
    x - fdsnxt.obj
    x - fdsgbl.obj
    x - fdhhlp.obj
    x - flutil.obj
    x - flup.obj
    x - fllog.obj
    x - flglob.obj
    x - fldisp.obj
    x - fldb.obj
    x - flada.obj
    x - afppio.obj
    x - afpdlk.obj
    x - afgfhdoc.obj
    x - affntrep.obj
    x - afcharrp.obj
    x - wfresg.obj
    x - cregkey.obj
    x - ccmsvc.obj
    x - afttflib.obj
    x - afttf2t3.obj
    x - afpspt.obj
    x - afpfsc.obj
    x - afixust.obj
    x - afixube.obj
    x - afixft.obj
    x - afixfs.obj
    x - affntgen.obj
    x - ccmsssvc.obj
    x - afuprt.obj
    x - afstr.obj
    x - afpsmg.obj
    x - wfres.obj
    x - wfomgucn.obj
    x - wfms.obj
    x - afpesa.obj
    x - afpeot.obj
    x - afpdwpur.obj
    x - afpcal.obj
    x - aflog.obj
    x - afixupgn.obj
    x - afixucf.obj
    x - afixpm.obj
    x - afixfsb.obj
    x - affntlst.obj
    x - afenv.obj
    x - afcs2uni.obj
    x - fddxit.obj
    x - fdcpspn.obj
    x - fdaupd.obj
    x - fdatat.obj
    x - fdastr.obj
    x - fdacv.obj
    x - ccmupi.obj
    x - ccmsup.obj
    x - ccmoptpg.obj
    x - afugai.obj
    x - afsxss.obj
    x - afshape.obj
    x - afscp.obj
    x - fdpwrt.obj
    x - fdpperl.obj
    x - fdpmbr.obj
    x - fdparg.obj
    x - fdnlng.obj
    x - fdmenu.obj
    x - fdidrv.obj
    x - fdspwd.obj
    x - fdffds.obj
    x - fdffbu.obj
    x - fdfdvu.obj
    x - fdfdtj.obj
    x - fdfdfu.obj
    x - fdfdds.obj
    x - fdfdbg.obj
    x - fdfcom.obj
    x - fdfchy.obj
    x - fdfbtr.obj
    x - fdfbpl.obj
    x - fdfapi.obj
    x - ccmsvcpg.obj
    x - afwlib.obj
    x - afupi.obj
    x - afubtree.obj
    x - afsys.obj
    x - afspc.obj
    x - afptm.obj
    x - afpsrs.obj
    x - afpsmc.obj
    x - afpsgc.obj
    x - afpsec.obj
    x - afppur.obj
    x - afpprq.obj
    x - usdspid.obj
    x - spnunx.obj
    x - spnnt.obj
    x - fdsrsp.obj
    x - fdptls.obj
    x - fdpsql.obj
    x - fdprrc.obj
    x - fdprmo.obj
    x - fdprep.obj
    x - fdpprn.obj
    x - fdplbr.obj
    x - fdpgrq.obj
    x - fdisqf.obj
    x - fdfwtk.obj
    x - fdfwrt.obj
    x - fdfwmsg.obj
    x - fdfwin.obj
    x - fdfwfld.obj
    x - fdfweb.obj
    x - fdfvsu.obj
    x - fdfvgn.obj
    x - fdfval.obj
    x - fdfutl.obj
    Creating temporary function list, if required.
    echo
    gnumake -f E:/oracle/prodappl/admin/PROD/out/link_fnd_6076.mk E:/oracle/prodappl/fnd/11.5.0/bin/APPR60UE.dll
    Starting link of fnd executable 'APPR60UE.dll' on Tue May 29 16:57:16 IST 2012
    [1] + Done(134) ?
    4804     Abort     gnumake
    Done with link of fnd executable 'APPR60UE.dll' on Tue May 29 16:57:16 IST 2012
    Relink of module "APPR60UE.dll" failed.
    See error messages above (also recorded in log file) for possible
    reasons for the failure. Also, please check that the Unix userid
    running adrelink has read, write, and execute permissions
    on the directory E:/oracle/prodappl/fnd/11.5.0/bin,
    and that there is sufficient space remaining on the disk partition
    containing your Oracle Applications installation.
    Relinking module 'CCMSETUP.exe' in product fnd ...
    gnumake -f E:/oracle/prodappl/admin/PROD/out/link_fnd_6076.mk E:/oracle/prodappl/fnd/11.5.0/bin/CCMSETUP.exe
    Starting link of fnd executable 'CCMSETUP.exe' on Tue May 29 16:57:17 IST 2012
    [1] + Done(134) ?
    4792     Abort     gnumake
    Done with link of fnd executable 'CCMSETUP.exe' on Tue May 29 16:57:17 IST 2012
    Relink of module "CCMSETUP.exe" failed.
    See error messages above (also recorded in log file) for possible
    reasons for the failure. Also, please check that the Unix userid
    running adrelink has read, write, and execute permissions
    on the directory E:/oracle/prodappl/fnd/11.5.0/bin,
    and that there is sufficient space remaining on the disk partition
    containing your Oracle Applications installation.
    Relinking module 'CCMSVC.exe' in product fnd ...
    gnumake -f E:/oracle/prodappl/admin/PROD/out/link_fnd_6076.mk E:/oracle/prodappl/fnd/11.5.0/bin/CCMSVC.exe
    Starting link of fnd executable 'CCMSVC.exe' on Tue May 29 16:57:17 IST 2012
    [1] + Done(134) ?
    3556     Abort     gnumake
    Done with link of fnd executable 'CCMSVC.exe' on Tue May 29 16:57:17 IST 2012
    Relink of module "CCMSVC.exe" failed.
    See error messages above (also recorded in log file) for possible
    reasons for the failure. Also, please check that the Unix userid
    running adrelink has read, write, and execute permissions
    on the directory E:/oracle/prodappl/fnd/11.5.0/bin,
    and that there is sufficient space remaining on the disk partition
    containing your Oracle Applications installation.
    Relinking module 'CMDCART.dll' in product fnd ...
    Removing any existing temp directory
    rm -rf temp
    rm: cannot remove directory "temp": The process cannot access the file because it is being used by another process.
    E:/oracle/prodappl/fnd/11.5.0/lib/temp directory exists and
    cannot be cleaned up. Please remove this directory
    and restart the process.
    adrelink is exiting with status 1
    End of adrelink session
    Date/time is Tue May 29 16:57:18 IST 2012
    **********************************************************

  • How do I rename an XE database on a Windows 2003 Server?

    Ok. I'm attempting to rename a freshly installed XE database on a Windows 2003 Server. It looks like there is no getting around the fact that the database gets named "XE" during installation. Because there could potentially be multiple installations of XE in my organization, I thought it'd be a good idea to disambiguate the installations by renaming them to match their function. In this particular case, I'd like to rename the database to "CTXMGMT". It will be a data repository for our Citrix farm administration programs.
    Here is what I've performed thus far:
    1. Installed Oracle 10g XE on one of our Windows 2003 Server, Standard Edition machines.
    2. Verified that the installation was performed correctly by making sure the 'Database Home Page' loads correctly through Internet Explorer, and by performing a few Select statements on the database (i.e. select name from v$database;)
    * * I then began following instructions from this document (http://www.utexas.edu/its/unix/reference/oracledocs/v92/B10501_01/server.920/a96652/ch14.htm#1004735) to rename the database. Note: I'm only trying to change the name of the database, not the ID.
    3. Shutdown the database
    4. Opened the database in MOUNT mode
    5. Ran the NID utility. Here's the actual input/output to/from the NID utility:
    C:\oraclexe\app\oracle\product\10.2.0\server\BIN>nid target=sys/manager@xe DBNAME=CTXMGMT SETNAME=YES
    DBNEWID: Release 10.2.0.1.0 - Production on Mon Jul 10 15:55:10 2006
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Connected to database XE (DBID=2476560070)
    Connected to server version 10.2.0
    Control Files in database:
    C:\ORACLEXE\ORADATA\XE\CONTROL.DBF
    Change database name of database XE to CTXMGMT? (Y/[N]) => Y
    Proceeding with operation
    Changing database name from XE to CTXMGMT
    Control File C:\ORACLEXE\ORADATA\XE\CONTROL.DBF - modified
    Datafile C:\ORACLEXE\ORADATA\XE\SYSTEM.DBF - wrote new name
    Datafile C:\ORACLEXE\ORADATA\XE\UNDO.DBF - wrote new name
    Datafile C:\ORACLEXE\ORADATA\XE\SYSAUX.DBF - wrote new name
    Datafile C:\ORACLEXE\ORADATA\XE\USERS.DBF - wrote new name
    Datafile C:\ORACLEXE\ORADATA\XE\TEMP.DBF - wrote new name
    Control File C:\ORACLEXE\ORADATA\XE\CONTROL.DBF - wrote new name
    Instance shut down
    Database name changed to CTXMGMT.
    Modify parameter file and generate a new password file before restarting.
    Succesfully changed database name.
    DBNEWID - Completed succesfully.
    6. After running the NID utility from a separate DOS Window, I attempt to shutdown the newly renamed database from the first DOS Window I used in steps 3 & 4 from above (i.e. to shutdown the database and then start it in MOUNT mode) but I receive this error:
    ORA-03113: end-of-file on communication channel
    This is somewhat expected since the SQL*Plus connection in this window probably had "the bottom pulled out from under it" when the database was renamed.
    However at this point I'm unsure about what state the database is in. Is it down? Is it up? Logic would sort of dictate that the database was left in the MOUNT state, which is the state it was in when the database name was changed. However, the only way I'm able to get back in to the database is by doing the following
    a. Opened a new DOS window
    b. entered "set ORACLE_HOME=C:\oraclexe\app\oracle\product\10.2.0\server"
    c. entered "set ORACLE_SID=XE"
    d. entered " sqlplus "/ as sysdba" "
    e. at SQL> prompt, entered "startup"... which produces:
    SQL> startup;
    ORACLE instance started.
    Total System Global Area 285212672 bytes
    Fixed Size 1287016 bytes
    Variable Size 92277912 bytes
    Database Buffers 188743680 bytes
    Redo Buffers 2904064 bytes
    ORA-01103: database name 'CTXMGMT' in control file is not 'XE'
    SQL>
    From here I don't know what to do. According to the ORA-01103 error message, it looks like I need to change the database name in the control file to "CTXMGMT", but I'm not sure how I should go about that. The control file is a binary file, so I can't just open it up with Notepad and type in a new database name.
    I suspect that even once that is done that the listener.ora (and maybe the tnsnames.ora file?) will have to be edited to include the new "CTXMGMT" name, but I'm not sure how exactly those files should look to incorporate the new database name.
    Also, would the names of services have to be changed in Windows as well? (i.e. Would the Windows service named "OracleServiceXE" have to be renamed to "OracleServiceCTXMGMT" ?)
    In short, I really just need to know how to rename an XE database on Windows appropriately. The steps described above represent as far as I've gotten. If I'm going about it incorrectly could someone shed some light on the correct steps to follow? The more detailed the better. Thanks.
    - Gary

    Okay, I've....
    1) Reinstalled XE, to start from scratch
    2) Went in to SQL*Plus, did a "create pfile from spfile;"
    3) Shutdown the database
    4) Started it up in MOUNT mode
    5) Ran NID, to change the database name from 'XE' to 'CTXMGMT'
    6) Shutdown the database again
    7) Edited the pfile to change the database name (i.e. "db_name='CTXMGMT'")
    8) Started up the database
    And that worked! So that's good... but now my question is:
    How do I change the SID for the database? Currently, the instance name for the database is still 'XE'....
    SQL> select instance_name
    2 from v$instance;
    INSTANCE_NAME
    xe
    I'd like it so a connection could be made to the database with the tnsnames.ora file looking like this:
    CTXMGMT =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(Host = rodin)(Port = 1521))
    (CONNECT_DATA = (SID = CTXMGMT))
    Could someone explain how to get the database to this state? Thanks.
    - Gary

  • Oracle 10g crashes Windows 2003 server (bluescreen)

    Hello,
    i have a problem that Oracle 10G crashes my Windows 2003 Server. All components are up-to-date and it is a certified system setup. The database worked well for months, but three days ago when our staff went to a workshop, I shut down the machine, and when we came back yesterday I just powered it up again (no changes have been done in the meantime).
    The boot procedure ended up at a bluescreen, I tried two more times with the same result. I was able to deactivate many services to narrow down the error cause. It came out that the starting of the OracleDBConsoleorcl service causes the bluescreen :
    BAD_POOL_CALLER 0x000000C2 (0x00000044,0x00000000,0x80000000,0x00000000) . This is re-producable, I just have to switch on that service and it will bluescreen the machine.
    The strange thing is, that the OracleServiceORCL is working fine, I can even use SQL-Plus and RMAN to get to the data, but without the OracleDBConsoleorcl the Enterprise manager doesnt work anymore, and our applications also cannot connect to the database. I´ve looked up the error on google, it seems to be an error in addressing memory. Anyway, the database worked fine for weeks and I wonder why I cant get it back into business anymore. Right now, i´m lost. Anybody know what to do with this error ?

    It turned out to be an error in the Windows 2003 OS-Kernel. Every install/uninstall of programs immediately leads to a bluescreen. Luckily, this can be solved with a hotfix from microsoft (you gotta email them to get it, it is not public yet). The corresponding article in the microsoft knowledge base is http://support.microsoft.com/default.aspx?scid=kb;en-us;888431
    It will install a new ntoskrnl.exe and the problem is solved afterwards (oracle DB starts again, and also the other install/uninstall problems are solved). Hint : Boot to safe mode and then install the hotfix, if you just start the hotfix it will bluescreen right when you click onto the hotfix.

  • Cant install oracle 8i in windows 2003 server

    hi,
    I am a newbie in Oracle.While Im trying to install Oracle 8i in Windows 2003 server , setup is not running.It didn't show anything.When trying to run from auto run, after splash screen nothing came.I formatted hard disk,changed two more hard disks,.changed machine...but cant install it in no way... It is the same case in Windows XP home edition.
    But it is running in one of my friend's machine(windows 2003 server)
    Please help me with valuable solutions.
    Thanks in advance

    Did your friend install on W2003 or upgrade from an older version of the OS?
    When trying to run programs on an OS that is not certified for the programs, it is hit-n-miss whether the OS actually has the support files needed for the programs.
    Think about this: the Oracle environment needs OS support in the form of DLLs and other files. The contents of the DLLs are made visible as APIs. Each time Microsoft releases patches, it is possible that the APIs that Oracle used are changed. This is extremely true when a new version of the OS is released, and even more true with stripped versions such as XP Home.
    If your friend installed and then applied patches, [s]he may have hit the proper API combination. If you appled patches first, you may have skootched your APIs to the point that Oracle can not longer install.
    Even if you happen to get it installed, you run the risk of getting clobbered any time you install a new Microsoft patch. The risk is minimized when you use a certified combination of the OS and application.

  • Windows 2003 server?

    Sorry for the silly question.. does iTunes work under windows 2003 server? I installed it and I had no problems or error messages, but when I try to make the program run nothing happens. The cursor stays on wait for 10 seconds then nothing. Even putting a CD in does not produce effects of any sort. Strange thing. Seems the hardware is fully compatible and the itunes software is up to date.
    Many thanks to anybody willing to give me a clue.
    FreeANT
      Other OS  

    thankyou very much for replying
    there are some problems associated with a conflict
    between Windows update KB908531 and QuickTime
    on Server 2003 ... but you're not currently reporting
    the typical symptoms of that issue.
    let me just do some preliminary explicit
    doublechecking before we proceed.
    are you getting an error message? if so, what
    does it say? include error message numbers if you're
    getting any.
    or are you getting no error messages
    whatsoever when you try to launch itunes?
    no error messages, nor in installation, neither in launching
    if you're getting no error messages
    whatsoever, do you just see the wee hourglass for
    a few seconds, and then nothing? if so, do you also
    have Norton Internet Security 2005 installed
    on that PC?
    I see the hourglass for some seconds (5-10, depending on what the machine is doing) and then the cursor gets back to normal.
    Apparently no NIS2005 on it. If it is, doesnt seem running. If you can tell me the name of the executable I can check again but doesnt seem even installed actually. Checked both Norton and Symantec things.
    or are you seeing a brief "flash" of the itunes
    license screen (and then nothing)? if so, do you also
    see similar behavior when you try to launch your
    QuickTime? (check on whether or not you get a
    flash of the screen with QT just in case, even if you
    don't get the flash with itunes.)
    not with itunes, unless it's so fast my eye cant catch it
    OMG. OK. I swear that no attempts have been made and no reboots in the middle but TAH DAH it works. WHY! The only thing I did in the middle is opening QT (checking for your previous question) but about the rest nothing changed. Maybe this is the key: install itunes, if it doesnt work, open QT (not the one you had but the new one) then itunes will work itself. bah. I hate this you are not always aware of what's going on or what happened. maybe this is why Im a linux user since years.. but this one is gf's computer so Im forced to get back to windows somehow she would kill me if I was to install linux from scratch on her computer
    There's just a problem of corrupted file in \ipod_control\itunes\temp and it suggests to use the old-fashioned chkdsk utility.
    OK trying to work it out, will let you know later.
    Thank you again and sorry for the thing, but I would have been happy to avoid disturbing if it was working at first..
    ANT

  • Netweaver 2004S installation on Windows 2003 server : Oracle 10g Problem

    Hi Friends,
    I am installing the SAP Netweaver 2004s on a server which has Windows 2003 server Operating system  on it.
    It has got 6GB RAM  and  has, 5gb of free space in C drive, H: drive has 70 gb and I: drive has 50 GB of free space in it.
    I am running  Pre_requiste checker tool to check my hardware & software requirements in order to go ahead with installation, as a part of SAPInst.exe execution.
    The results of Prerequisite checker tool are satisfied  except for one  " SWAP SPACE VALUES"
    I am getting the message as follows
    "The Minimum SWAP SPACE values required is 10994MB and currently you have 5993MB"
    How to increase this SWAP space value? Please let me know the procedure.
    Currently my server has a paging file details as below : Min size : 2MB & Max size : 9214MB allocated on C: drive. No other drive has paging file allocation.
    What effect will I have if i proceed without meeting this requirement??
    Suitable answers will be rewarded.
    Thanks
    Diwakar

    OPen windows explorer and right click my computer
    Select Properties
    Click Advanced Tab
    Click Settings (performance)
    Select Advanced Tab
    In virtual memory - click change.
    Increase swap space/page file here.

  • Crystal Ras 9 on Windows 2003 Server, IIS6.0, single threaded?

    We have just migrated from Windows 2000 server to Windows 2003 Server over the weekend. We ran into an issue with Crystal Ras 9.0 where the server serving up reports slower that our previous box. We are using IIS 6.0 and .net 2.0 framework with 1.1 installed for backward compat on our some of our old legacy codes. From what our developers can tell, the issue seems to be Crystal Ras queuing up the request and process them one at a time. That didn't happen before the migration. In fact, we also saw it working in our test environment before the migration. Once the pool is filled no further reports are generated which causes all report to stop which also starts to hang our server. They symptoms is worst under heavy user load. We tested with 6 simultaneous users and all 6 are done at the same time no matter the size of the report. Even the one that fail with an error message came up at the exact same time.
    Are there anyway we can adjust the IIS pools and or Crystal Ras to support additional threads?  We are connecting to Windows 2008 SQL Server EE. Any suggestions and or help is appreciated. I cannot find any references that would help us diagnose this further.
    Also, if you can also detail the cost to buying a phone case, that would be helpful as well.
    Thanks
    -atiwat

    Since you are not changing the version of RAS, I am not sure why the queuing would be different on different Operating Systems? You may want to check on how the queuing is setup on the WIN 200 server and duplicate that on the WIN 2003 server. Also, RAS has a limited number of licenses out of the box. Ensure that you are using the same license on both environments.
    Re. phone support. You can obtain a phone case here:
    http://store.businessobjects.com/store/bobjamer/DisplayProductByTypePage&parentCategoryID=&categoryID=11522300
    However, please note that support of version 9 products terminated years ago, so you will not be able to get support for your version. To get phone support, you will have to upgrade to a supported version of RAS (XI r2 at minimum).
    Ludek
    BTW.; Windows 2008 SQL Server EE came way after RAS / CR 9 and has thus not been tested in this environment...

  • Using Time Machine to back up to a Windows 2003 Server

    I am trying to set up my Time Machine to back up to a windows 2003 server share. I have found some hacks on how to do so, however i am not successful.
    What I have done so far:
    TMShowUnsupportedNetworkVolumes 1 in terminal, which got TM to see my shared drives, however, when i try to backup to my specific drive it gives me an error of not being able to write disk image. So i did:
    hdiutil create -size 100g -fs HFS+J -volname “TimeMachine Hcomp” Hcomp_000045128a91.sparsebundle
    using the appropriate mac address, volume name, and OSX computer name. However, when i run that in terminal, it comes back with a message saying it can only create one volume at a time.
    I'm not quite sure where to go from here, I feel so close, but im stuck.
    Also, on another side note, If I get this working, I would like to find a way where when TM is backing up data, it does not pop up the work bar window, I would prefer if it just worked in the background, and show it's status in the menu. I dont know if this is possible, But any suggestions would be of help
    Thanks in advance!

    AFreeman wrote:
    Thanks for the response,
    I understand the requirements for TM to work, and In the steps i've been trying, you'll see that the command 'hdiutil create -size 100g -fs HFS+J -volname “TimeMachine Hcomp” Hcomp_000045128a91.sparsebundle ' creates and HFS drive partition on my server share.
    I guess i'm not looking for an answer as to why when i enter this command, I get a response of only one volume can be created at a time. Am I missing something in this command?
    Thanks!
    Since you are using a hack, and therefore in an unsupported area, I suppose anything possible.
    You might browse around the TimeCapsule forum which more closely represents what you are doing than this forum
    The TC forum is here:
    http://discussions.apple.com/forum.jspa?forumID=1253
    It's possible that it may be a limitation of the system, hack or no hack.

  • Install 10.2 Grid Control on Windows 2003 Server - Always erorr on Agent

    I have a Windows 2003 Server in a Domain and have tried to install several times OEM Grid Control 10g (B30800-01), but every time the last step (Agent Configuration Assistant) prints "Failed" on the OUI-Screen. I checked the log on the directory "cfgtoollogs\cfgfw", but for a beginner it is a little bit difficult to find the key for the error. Somoebody has a minute left to look at it, please? (It's only the last part of the file CfmLogger). Everything else worked fine for the Installation.
    Thank's a lot.
    INFO: oracle.sysman.top.oms:The plug-in OMS Configuration has successfully been performed
    INFO: CfwProgressMonitor:actionProgress:About to perform Action=configuration Status=is running with ActionStep=2 stepIndex=2 microStep=0
    INFO: oracle.sysman.top.agent:About to execute plug-in Agent Configuration Assistant
    INFO: oracle.sysman.top.agent:The plug-in Agent Configuration Assistant is running
    INFO: oracle.sysman.top.agent:Internal PlugIn Class: oracle.sysman.emcp.agent.AgentPlugIn
    INFO: oracle.sysman.top.agent:Classpath = D:\OracleHomes\agent10g\jlib\srvm.jar;D:\OracleHomes\agent10g\jlib\srvmhas.jar;D:\OracleHomes\agent10g\oui\jlib\srvm.jar;D:\OracleHomes\agent10g\sysman\jlib\agentPlug.jar;D:\OracleHomes\agent10g\jlib\emConfigInstall.jar;D:\OracleHomes\agent10g\sysman\jlib\emagentSDK.jar
    INFO: Error reading file D:\OracleHomes\db10g\sysman\config\emd.properties
    INFO: oracle.sysman.top.agent:AgentPlugIn:perform:AgentPortHandler for D:\OracleHomes\agent10g and hosts=ora1.ramseier.local returned Port to Use=3872
    INFO: oracle.sysman.top.agent:Configuring the agent
    INFO: oracle.sysman.top.agent:Performing free port detection on host=ora1.ramseier.local
    INFO: oracle.sysman.top.agent:AgentPlugIn:perform: DiscoverTargets for racMode=false and request doDiscovery=true, chainedInstall=true,omsOnly=false, iasName=EnterpriseManager0.ora1.ramseier.local, CRShome=, dbName=emrep.ramseier.local, seedInstall=true, connectDescriptor=(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=ORA1)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=emrep.ramseier.local)))
    INFO: oracle.sysman.top.agent:AgentPlugIn:perform:Securing Agent with agentSecure=true for non RAC
    INFO: oracle.sysman.top.agent:Securing the agent
    INFO: oracle.sysman.top.agent:Securing the agent...
    INFO: oracle.sysman.top.agent:Executing Command: cmd /c D:\OracleHomes\agent10g\bin\emctl.bat secure agent
    INFO: oracle.sysman.top.agent:Requested Operation Completed with Status = 0
    INFO: oracle.sysman.top.agent:AgentPlugIn:perform:Configuring Agent...
    INFO: oracle.sysman.top.agent:Performing targets discovery and agent configuration
    INFO: oracle.sysman.top.agent:DiscoverTargets:constructor with params: eRoot=D:\OracleHomes\agent10g,hname=ora1.ramseier.local...
    INFO: oracle.sysman.top.agent:configureAgent:discovery on non RAC:
    INFO: oracle.sysman.top.agent:Executing Command: D:\OracleHomes\agent10g\perl\5.8.3\bin\MSWin32-x86-multi-thread\perl.exe D:\OracleHomes\agent10g\sysman\admin\discover\host.pl D:\OracleHomes\agent10g ora1.ramseier.local
    INFO: oracle.sysman.top.agent:Requested Operation Completed with Status = 0
    INFO: oracle.sysman.top.agent:STDERR=
    STDOUT=
    <Targets>
    <Target TYPE="host" NAME="ora1.ramseier.local" >
    </Target>
    </Targets>
    INFO: oracle.sysman.top.agent:Adding D:\OracleHomes\agent10g\sysman\install\target.outhost file to D:\OracleHomes\agent10g
    INFO: oracle.sysman.top.agent:addToTargetsXML:TargetInstaller added target file = D:\OracleHomes\agent10g\sysman\install\target.outhost to D:\OracleHomes\agent10g successfully.
    INFO: oracle.sysman.top.agent:Executing Command: D:\OracleHomes\agent10g\perl\5.8.3\bin\MSWin32-x86-multi-thread\perl.exe D:\OracleHomes\agent10g\sysman\admin\discover\oracledb.pl D:\OracleHomes\agent10g ora1.ramseier.local
    INFO: oracle.sysman.top.agent:Requested Operation Completed with Status = 0
    INFO: oracle.sysman.top.agent:STDERR=
    STDOUT=
    <Targets>
    <Target TYPE="oracle_database" NAME="emrep.ramseier.local" >
    <Property NAME="OracleHome" VALUE="D:\OracleHomes\db10g" />
    <Property NAME="UserName" VALUE="dbsnmp" ENCRYPTED="FALSE"/>
    <Property NAME="MachineName" VALUE="ora1.ramseier.local" />
    <Property NAME="Port" VALUE="1521" />
    <Property NAME="SID" VALUE="EMREP"/>
    <Property NAME="ServiceName" VALUE="emrep.ramseier.local"/>
    </Target>
    <Target TYPE="oracle_listener" NAME="LISTENER_ora1.ramseier.local" >
    <Property NAME="ListenerOraDir" VALUE="D:\OracleHomes\db10g\network\admin" />
    <Property NAME="LsnrName" VALUE="LISTENER" />
    <Property NAME="Machine" VALUE="ora1.ramseier.local" />
    <Property NAME="OracleHome" VALUE="D:\OracleHomes\db10g" />
    <Property NAME="Port" VALUE="1521" />
    </Target>
    </Targets>
    INFO: oracle.sysman.top.agent:Adding D:\OracleHomes\agent10g\sysman\install\target.outdb file to D:\OracleHomes\agent10g
    INFO: oracle.sysman.top.agent:addToTargetsXML:TargetInstaller added target file = D:\OracleHomes\agent10g\sysman\install\target.outdb to D:\OracleHomes\agent10g successfully.
    INFO: oracle.sysman.top.agent:discoverTargets:executing addPwdinDBTarget for seedInstall=true
    INFO: oracle.sysman.top.agent:Executing Command: D:\OracleHomes\agent10g\perl\5.8.3\bin\MSWin32-x86-multi-thread\perl.exe D:\OracleHomes\agent10g\sysman\admin\discover\ocs_mailstore_discovery.pl D:\OracleHomes\agent10g ora1.ramseier.local D:\OracleHomes\oms10g
    INFO: oracle.sysman.top.agent:Requested Operation Completed with Status = 0
    INFO: oracle.sysman.top.agent:STDERR=
    log4j:ERROR No appenders could be found for category (emSDK.emd.conf).
    log4j:ERROR Please initialize the log4j system properly.
    STDOUT=
    <Targets>
    </Targets>
    INFO: oracle.sysman.top.agent:Adding D:\OracleHomes\agent10g\sysman\install\target.outocs file to D:\OracleHomes\agent10g
    INFO: oracle.sysman.top.agent:addToTargetsXML:TargetInstaller added target file = D:\OracleHomes\agent10g\sysman\install\target.outocs to D:\OracleHomes\agent10g successfully.
    INFO: oracle.sysman.top.agent:Executing Command: D:\OracleHomes\agent10g\perl\5.8.3\bin\MSWin32-x86-multi-thread\perl.exe D:\OracleHomes\agent10g\sysman\admin\discover\oracle_ias.pl D:\OracleHomes\agent10g ora1.ramseier.local
    INFO: oracle.sysman.top.agent:Requested Operation Completed with Status = 0
    INFO: oracle.sysman.top.agent:STDERR=
    log4j:ERROR No appenders could be found for category (emSDK.emd.conf).
    log4j:ERROR Please initialize the log4j system properly.
    STDOUT=
    <Targets>
    <Target TYPE="oc4j" NAME="EnterpriseManager0.ora1.ramseier.local_home" DISPLAY_NAME="home" VERSION="1.3">
    <Property NAME="HTTPMachine" VALUE="ora1.ramseier.local"/>
    <Property NAME="OracleHome" VALUE="D:\OracleHomes\oms10g"/>
    <Property NAME="version" VALUE="9.0.4"/>
    <AssocTargetInstance ASSOCIATION_NAME="ias" ASSOC_TARGET_NAME="EnterpriseManager0.ora1.ramseier.local" ASSOC_TARGET_TYPE="oracle_ias"/>
    <CompositeMembership>
    <MemberOf TYPE="oracle_ias" NAME="EnterpriseManager0.ora1.ramseier.local"/>
    </CompositeMembership>
    </Target>
    <Target TYPE="oracle_apache" NAME="EnterpriseManager0.ora1.ramseier.local_HTTP Server" DISPLAY_NAME="HTTP_Server" VERSION="2.0">
    <Property NAME="version" VALUE="10.1.2"/>
    <Property NAME="HTTPPort" VALUE="80"/>
    <Property NAME="HTTPMachine" VALUE="ora1.ramseier.local"/>
    <Property NAME="OracleHome" VALUE="D:\OracleHomes\oms10g"/>
    <AssocTargetInstance ASSOCIATION_NAME="ias" ASSOC_TARGET_NAME="EnterpriseManager0.ora1.ramseier.local" ASSOC_TARGET_TYPE="oracle_ias"/>
    <CompositeMembership>
    <MemberOf TYPE="oracle_ias" NAME="EnterpriseManager0.ora1.ramseier.local"/>
    </CompositeMembership>
    </Target>
    <Target TYPE="oracle_webcache" NAME="EnterpriseManager0.ora1.ramseier.local_Web Cache" DISPLAY_NAME="Web Cache">
    <Property NAME="HTTPProtocol" VALUE="http"/>
    <Property NAME="HTTPMachine" VALUE="localhost"/>
    <Property NAME="HTTPMachineForAdmin" VALUE="ora1.ramseier.local"/>
    <Property NAME="HTTPPath" VALUE="/"/>
    <Property NAME="HTTPQuery" VALUE=""/>
    <Property NAME="OracleHome" VALUE="D:\OracleHomes\oms10g"/>
    <Property NAME="MonitorPort" VALUE="9402"/>
    <Property NAME="AdminPort" VALUE="9400"/>
    <Property NAME="logFileName" VALUE="access_log"/>
    <Property NAME="logFileDir" VALUE="D:\OracleHomes\oms10g\webcache\logs"/>
    <Property NAME="version" VALUE="10.1.2.1.0"/>
    <Property NAME="IASInternalName" VALUE="WebCache"/>
    <Property NAME="authrealm" VALUE="Oracle Web Cache Administrator"/>
    <Property NAME="authuser" VALUE="36cceb58627a6c450d87b23feaca4062" ENCRYPTED="TRUE"/>
    <Property NAME="authpwd" VALUE="960c169811d6091c" ENCRYPTED="TRUE"/>
    <AssocTargetInstance ASSOCIATION_NAME="ias" ASSOC_TARGET_NAME="EnterpriseManager0.ora1.ramseier.local" ASSOC_TARGET_TYPE="oracle_ias"/>
    <CompositeMembership>
    <MemberOf TYPE="oracle_ias" NAME="EnterpriseManager0.ora1.ramseier.local" ASSOCIATION="null"/>
    </CompositeMembership>
    </Target>
    <Target TYPE="oracle_ias" NAME="EnterpriseManager0.ora1.ramseier.local" VERSION="1.0">
    <Property NAME="OracleHome" VALUE="D:\OracleHomes\oms10g"/>
    <Property NAME="host" VALUE="ora1.ramseier.local"/>
    <Property NAME="StandaloneConsoleURL" VALUE="http://ora1.ramseier.local:18100/emd/console"/>
    <Property NAME="StatusURL" VALUE="http://ora1.ramseier.local:7778"/>
    </Target>
    <Target TYPE="oc4j" NAME="EnterpriseManager0.ora1.ramseier.local_OC4J_EM" DISPLAY_NAME="OC4J_EM">
    <Property NAME="HTTPMachine" VALUE="ora1.ramseier.local"/>
    <Property NAME="OracleHome" VALUE="D:\OracleHomes\oms10g"/>
    <Property NAME="version" VALUE="10.1.2"/>
    <AssocTargetInstance ASSOCIATION_NAME="ias" ASSOC_TARGET_NAME="EnterpriseManager0.ora1.ramseier.local" ASSOC_TARGET_TYPE="oracle_ias"/>
    <CompositeMembership>
    <MemberOf TYPE="oracle_ias" NAME="EnterpriseManager0.ora1.ramseier.local"/>
    </CompositeMembership>
    </Target>
    <Target TYPE="oc4j" NAME="EnterpriseManager0.ora1.ramseier.local_OC4J_EMPROV" DISPLAY_NAME="OC4J_EMPROV">
    <Property NAME="HTTPMachine" VALUE="ora1.ramseier.local"/>
    <Property NAME="OracleHome" VALUE="D:\OracleHomes\oms10g"/>
    <Property NAME="version" VALUE="10.1.2"/>
    <AssocTargetInstance ASSOCIATION_NAME="ias" ASSOC_TARGET_NAME="EnterpriseManager0.ora1.ramseier.local" ASSOC_TARGET_TYPE="oracle_ias"/>
    <CompositeMembership>
    <MemberOf TYPE="oracle_ias" NAME="EnterpriseManager0.ora1.ramseier.local"/>
    </CompositeMembership>
    </Target>
    </Targets>
    INFO: oracle.sysman.top.agent:Adding D:\OracleHomes\agent10g\sysman\install\target.outias file to D:\OracleHomes\agent10g
    INFO: oracle.sysman.top.agent:addToTargetsXML:TargetInstaller added target file = D:\OracleHomes\agent10g\sysman\install\target.outias to D:\OracleHomes\agent10g successfully.
    INFO: oracle.sysman.top.agent:DiscoverTargets:addCentralAgents:Adding the Central Agent home to iAS Homes
    INFO: oracle.sysman.top.agent:DiscoverTargets:addCentralAgents:Adding the Central Agent home to D:\OracleHomes\oms10g, VERSION=null
    INFO: oracle.sysman.top.agent:DiscoverTargets:addCentralAgent:performing command=D:\OracleHomes\agent10g\jdk\bin\java -cp D:\OracleHomes\oms10g\jlib\emConfigInstall.jar oracle.sysman.emSDK.conf.TargetInstaller addcentralagent D:\OracleHomes\agent10g D:\OracleHomes\oms10g, for emdRoot=D:\OracleHomes\agent10g
    INFO: oracle.sysman.top.agent:Executing Command: D:\OracleHomes\agent10g\jdk\bin\java -cp D:\OracleHomes\oms10g\jlib\emConfigInstall.jar oracle.sysman.emSDK.conf.TargetInstaller addcentralagent D:\OracleHomes\agent10g D:\OracleHomes\oms10g
    INFO: oracle.sysman.top.agent:Requested Operation Completed with Status = 0
    INFO: oracle.sysman.top.agent:STDERR=
    STDOUT=
    0 [main] DEBUG emSDK.config - Adding target ora1.ramseier.local:18120 of type oracle_emd to D:\OracleHomes\agent10g
    9243 [main] DEBUG emSDK.config - Adding target ora1.ramseier.local of type host to D:\OracleHomes\agent10g
    16504 [main] DEBUG emSDK.config - Adding target EnterpriseManager0.ora1.ramseier.local_home of type oc4j to D:\OracleHomes\agent10g
    73786 [main] DEBUG emSDK.config - Adding target EnterpriseManager0.ora1.ramseier.local_HTTP Server of type oracle_apache to D:\OracleHomes\agent10g
    183984 [main] DEBUG emSDK.config - Adding target EnterpriseManager0.ora1.ramseier.local_Web Cache of type oracle_webcache to D:\OracleHomes\agent10g
    296266 [main] DEBUG emSDK.config - Adding target EnterpriseManager0.ora1.ramseier.local of type oracle_ias to D:\OracleHomes\agent10g
    419333 [main] DEBUG emSDK.config - Adding target EnterpriseManager0.ora1.ramseier.local_OC4J_EM of type oc4j to D:\OracleHomes\agent10g
    535770 [main] DEBUG emSDK.config - Adding target EnterpriseManager0.ora1.ramseier.local_OC4J_EMPROV of type oc4j to D:\OracleHomes\agent10g
    INFO: oracle.sysman.top.agent:Executing Command: D:\OracleHomes\agent10g\perl\5.8.3\bin\MSWin32-x86-multi-thread\perl.exe D:\OracleHomes\agent10g\sysman\admin\discover\oracle_apache.pl D:\OracleHomes\agent10g ora1.ramseier.local
    INFO: oracle.sysman.top.agent:Requested Operation Completed with Status = 0
    INFO: oracle.sysman.top.agent:STDERR=
    log4j:ERROR No appenders could be found for category (emSDK.config).
    log4j:ERROR Please initialize the log4j system properly.
    java.lang.UnsatisfiedLinkError: no oraInstaller in java.library.path
         at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1517)
         at java.lang.Runtime.loadLibrary0(Runtime.java:788)
         at java.lang.System.loadLibrary(System.java:834)
         at oracle.sysman.oii.oiip.osd.win32.OiipwWin32NativeCalls.loadNativeLib(OiipwWin32NativeCalls.java:940)
         at oracle.sysman.oii.oiip.osd.win32.OiipwWin32NativeCalls.<clinit>(OiipwWin32NativeCalls.java:42)
         at oracle.sysman.oii.oiip.oiipg.OiipgEnvironment.getEnv(OiipgEnvironment.java:208)
         at oracle.sysman.oii.oiip.oiipg.OiipgPropertyLoader.initUnixPtrFileLoc(OiipgPropertyLoader.java:212)
         at oracle.sysman.oii.oiip.oiipg.OiipgPropertyLoader.<clinit>(OiipgPropertyLoader.java:125)
         at oracle.sysman.oii.oiic.OiicStandardInventorySession.updateProperties(OiicStandardInventorySession.java:448)
         at oracle.sysman.oii.oiic.OiicStandardInventorySession.initSession(OiicStandardInventorySession.java:255)
         at oracle.sysman.oii.oiic.OiicStandardInventorySession.initSession(OiicStandardInventorySession.java:230)
         at oracle.sysman.oii.oiic.OiicStandardInventorySession.initSession(OiicStandardInventorySession.java:179)
         at oracle.sysman.emSDK.conf.InventoryLoader.initInventorySession(InventoryLoader.java:296)
         at oracle.sysman.emSDK.conf.InventoryLoader.getHomeLocations(InventoryLoader.java:328)
         at oracle.sysman.emSDK.conf.InventoryLoader.getAllHomeLocations(InventoryLoader.java:189)
         at oracle.sysman.emSDK.conf.InventoryLoader.main(InventoryLoader.java:454)
    Exception in thread "main"
    STDOUT=
    <Targets>
    </Targets>
    INFO: oracle.sysman.top.agent:Adding D:\OracleHomes\agent10g\sysman\install\target.outapache file to D:\OracleHomes\agent10g
    INFO: oracle.sysman.top.agent:addToTargetsXML:TargetInstaller added target file = D:\OracleHomes\agent10g\sysman\install\target.outapache to D:\OracleHomes\agent10g successfully.
    INFO: oracle.sysman.top.agent:Executing Command: D:\OracleHomes\agent10g\perl\5.8.3\bin\MSWin32-x86-multi-thread\perl.exe D:\OracleHomes\agent10g\sysman\admin\discover\csa_collector.pl ora1.ramseier.local D:\OracleHomes\oms10g
    INFO: oracle.sysman.top.agent:Requested Operation Completed with Status = 0
    INFO: oracle.sysman.top.agent:STDERR=
    STDOUT=
    <Targets>
    <Target TYPE="oracle_csa_collector" NAME="ora1.ramseier.local_oms_csa_collector" DISPLAY_NAME="ora1.ramseier.local_oms_csa_collector">
    <Property NAME="recvFileDir" VALUE="D:\OracleHomes\oms10g\oms_csa\results"/>
    </Target>
    </Targets>
    INFO: oracle.sysman.top.agent:Adding D:\OracleHomes\agent10g\sysman\install\target.outcsa file to D:\OracleHomes\agent10g
    INFO: oracle.sysman.top.agent:addToTargetsXML:TargetInstaller added target file = D:\OracleHomes\agent10g\sysman\install\target.outcsa to D:\OracleHomes\agent10g successfully.
    INFO: oracle.sysman.top.agent:Doing Chronos Configurarion...
    INFO: oracle.sysman.top.agent:Executing Command: D:\OracleHomes\agent10g\perl\5.8.3\bin\MSWin32-x86-multi-thread\perl.exe D:\OracleHomes\agent10g\bin\chronos_config.pl
    INFO: oracle.sysman.top.agent:Requested Operation Completed with Status = 1
    INFO: oracle.sysman.top.agent:STDERR=
    'stty' is not recognized as an internal or external command,
    operable program or batch file.
    'stty' is not recognized as an internal or external command,
    operable program or batch file.
    The Oracleagent10gAgent service is not started.
    More help is available by typing NET HELPMSG 3521.
    The Oracleagent10gAgent service could not be started.
    A service specific error occurred: 1.
    More help is available by typing NET HELPMSG 3547.
    STDOUT=
    Oracle Enterprise Manager 10g Release 10.2.0.2.0.
    Copyright (c) 1996, 2006 Oracle Corporation. All rights reserved.
    Oracle Enterprise Manager 10g Release 10.2.0.2.0.
    Copyright (c) 1996, 2006 Oracle Corporation. All rights reserved.
    The Oracleagent10gAgent service is starting...........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
    Configuring webserver, document root D:\OracleHomes\oms10g/Apache/Apache/htdocs
    Javascript and gif files copied in to document root directory.
    Configuring webcache D:\OracleHomes\oms10g
    Checking if opmn is up ...
    D:\OracleHomes\oms10g/opmn/bin/opmnctl status
    Processes in Instance: EnterpriseManager0.ora1.ramseier.local
    ------------------------------------------------+---------
    ias-component | process-type | pid | status
    ------------------------------------------------+---------
    DSA | DSA | N/A | Down
    HTTP_Server | HTTP_Server | 3248 | Alive
    LogLoader | logloaderd | N/A | Down
    dcm-daemon | dcm-daemon | N/A | Down
    OC4J | home | 3312 | Alive
    OC4J | OC4J_EM | 3228 | Alive
    OC4J | OC4J_EMPROV | 3600 | Alive
    WebCache | WebCache | 3316 | Alive
    WebCache | WebCacheAdmin | 3252 | Alive
    Restarting webcache...
    D:\OracleHomes\oms10g/opmn/bin/opmnctl stopproc process-type=WebCache
    opmnctl: stopping opmn managed processes...
    D:\OracleHomes\oms10g/opmn/bin/opmnctl startproc process-type=WebCache
    opmnctl: starting opmn managed processes...
    Adding collection for webcache target : EnterpriseManager0.ora1.ramseier.local_Web Cache
    EnterpriseManager0.ora1.ramseier.local_Web Cache ::: EnterpriseManager0_ora1_ramseier_local_Web_Cache
    Attempting to reload Agent.
    D:\OracleHomes\agent10g/bin/emctl reload
    Oracle Enterprise Manager 10g Release 10.2.0.2.0.
    Copyright (c) 1996, 2006 Oracle Corporation. All rights reserved.
    Agent is Not Running
    Oracle Enterprise Manager 10g Release 10.2.0.2.0.
    Copyright (c) 1996, 2006 Oracle Corporation. All rights reserved.
    Oracle Enterprise Manager 10g Release 10.2.0.2.0.
    Copyright (c) 1996, 2006 Oracle Corporation. All rights reserved.
    Agent is Not Running
    SQL*Plus: Release 10.1.0.4.2 - Production on Wed Jan 16 20:51:35 2008
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Connected.
    DEFAULT WEBSITE EM Website CREATION FAILED : ORA-01403: no data foundORA-01403:
    no data found
    BEGIN
    ERROR at line 1:
    ORA-20999: CREATE DEFAULT WEBSITE FAILED : ORA-01403: no data found
    ORA-06512: at line 224
    Disconnected from Oracle Database 10g Enterprise Edition Release 10.1.0.4.0 - Production
    With the Partitioning, OLAP and Data Mining options
    SQL*Plus: Release 10.1.0.4.2 - Production on Wed Jan 16 20:52:07 2008
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Connected.
    DEFAULT WEBSITE EM Website CREATION FAILED : ORA-01403: no data foundORA-01403:
    no data found
    BEGIN
    ERROR at line 1:
    ORA-20999: CREATE DEFAULT WEBSITE FAILED : ORA-01403: no data found
    ORA-06512: at line 224
    Disconnected from Oracle Database 10g Enterprise Edition Release 10.1.0.4.0 - Production
    With the Partitioning, OLAP and Data Mining options
    SQL*Plus: Release 10.1.0.4.2 - Production on Wed Jan 16 20:52:39 2008
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Connected.
    DEFAULT WEBSITE EM Website CREATION FAILED : ORA-01403: no data foundORA-01403:
    no data found
    BEGIN
    ERROR at line 1:
    ORA-20999: CREATE DEFAULT WEBSITE FAILED : ORA-01403: no data found
    ORA-06512: at line 224
    Disconnected from Oracle Database 10g Enterprise Edition Release 10.1.0.4.0 - Production
    With the Partitioning, OLAP and Data Mining options
    SQL*Plus: Release 10.1.0.4.2 - Production on Wed Jan 16 20:53:10 2008
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Connected.
    DEFAULT WEBSITE EM Website CREATION FAILED : ORA-01403: no data foundORA-01403:
    no data found
    BEGIN
    ERROR at line 1:
    ORA-20999: CREATE DEFAULT WEBSITE FAILED : ORA-01403: no data found
    ORA-06512: at line 224
    Disconnected from Oracle Database 10g Enterprise Edition Release 10.1.0.4.0 - Production
    With the Partitioning, OLAP and Data Mining options
    Website target creation script failed.
    INFO: oracle.sysman.top.agent:Requested Operation D:\OracleHomes\agent10g\perl\5.8.3\bin\MSWin32-x86-multi-thread\perl.exe D:\OracleHomes\agent10g\bin\chronos_config.pl has failed to perform with Status = 1
    INFO: oracle.sysman.top.agent:6
    INFO: oracle.sysman.top.agent:Internal PlugIn for {Micro Step state:step:1:configuration in CfmAggregateInstance: oracle.sysman.top.agent:10.2.0.2.0:common:family=CFM:oh=D:\OracleHomes\agent10g:label=0} failed with an unhandled exception:
    java.lang.Exception: 6
         at oracle.sysman.emcp.agent.AgentPlugIn.startProcessing(AgentPlugIn.java:248)
         at oracle.sysman.emcp.agent.AgentPlugIn.invoke(AgentPlugIn.java:223)
         at oracle.sysman.emCfg.core.PerformMicroStep.runJavaClass(PerformMicroStep.java:509)
         at oracle.sysman.emCfg.core.PerformMicroStep.executeMicroStep(PerformMicroStep.java:121)
         at oracle.sysman.emCfg.core.ActionPerformer.performMicroStep(ActionPerformer.java:917)
         at oracle.sysman.emCfg.core.ActionPerformer$Performer.run(ActionPerformer.java:1038)
    INFO: oracle.sysman.top.agent:The plug-in Agent Configuration Assistant has failed its perform method
    INFO: OuiConfigVariables:IAction.perform() was called on {Action state:OUICA in CfmAggregateInstance: OuiConfigVariables:1.0.0.0.0:common:family=CFM:oh=D:\OracleHomes\oms10g:label=0}
    INFO: Framework waiting for Action to complete at 20:53:43.068
    INFO: CfwProgressMonitor:actionProgress:About to perform Action=OUICA Status=is running with ActionStep=0 stepIndex=0 microStep=0
    INFO: OuiConfigVariables:About to execute plug-in OUI_CA
    INFO: OuiConfigVariables:The plug-in OUI_CA is running
    INFO: OuiConfigVariables:Launching CmdExec
    INFO: OuiConfigVariables:ExitCode=0
    INFO: OuiConfigVariables:The plug-in OUI_CA executed as attached=true in separate process with exitcode=0
    INFO: OuiConfigVariables:The plug-in OUI_CA has successfully been performed
    INFO: done waiting for Action from 20:53:43.068
    INFO: Cfm.save() was called
    INFO: Cfm.save(): 21 aggregate instances saved
    Best Regards
    Andy

    sorry, but thats only the beginning of the torture....
    i tried to update my gridcontrol installation to the actual version, .... many times with many retries but still havent a step by step resultion :-(
    much thanks to vmware or ms hyper-v for snapshotfeatures

  • Can't connect my Mac to my Windows 2003 server shares via SMB

    Hello all
    So my problem is I have my Powerbook running 10.4.7 with all the latest security updates and I cannot connect it to any shares on my Windows 2003 domain controller. Everything was working fine and I could connect to the server with no problem till about a month ago. However, I can still connect to the Windows 2000 domain controller with no problem. The error I get when trying to connect is "Could not connect to the server because the name or password is not correct". I did try clearing out my keychain, making sure all of the authentication policies on the server are correct (disabling the digitally sign commucations always policy), and I even went as far as editing a .conf file in /etc/ folder that allows for passwords to be sent without any encryption (I forget exactly what I changed but I can post that later when I get home from work) and none of this has worked. I unfortunately don't have another mac to test out connecting to the Windows 2003 server. Does anyone have any ideas of what I could do to try and get this issue resolved?

    TO share out as afp you need to have file and print services for macintosh installed on the 2k3 Server.
    O n the main management console click on the shares icon on the left. then click the "link" create a share. The wizard will guide you through the process. i forget the order of progression but i beleive its the second or third part in the dialog it will have 2 check boxes, the top one checked by default, is to share it for windows/smb the second (lower box) is to share as AFP for mac check this box and change the share name if you like. then proceed through the rest of the wizard. Make sure you configure the security/sharing prefs for access.. we typically remove the everyone policy and add one for Authenitcated Users, and ofcourse Administrators.

  • Can't install ITunes on Windows 2003 server (WHS box)

    Hi,
    I can't install the latest ITunes because it incorrectly mistakes my Windows 2003 server as Windows XP. So after search I find that I can change the MSI files as according to this thread: http://discussions.apple.com/thread.jspa?threadID=2154140.
    This seems to work for all MSI file sin the ITunes etup exe except for this: AppleMobileDeviceSupport.msi. If I change the MSI LaunchConditions it gives my error 2229 no matter what.
    So I'm stuck. Should I call Apple next?

    I can't help you with the error you get, but just to clarify while iTunes isn't "officially" supported for use on Server 2003, it does work. Sort of. iTunes 8 could be installed by editing the MSI, iTunes 9 however while this method is still required you'll run into a problem with iPodService.exe crashing, and iTunes refuses to finish the install until that service is up and running.
    There are a few topics on here that detail what you can do to get around this problem. I believe currently the only tried and tested method is to use the iPodService.exe from iTunes 8, doing a swap trick when the iTunes 9 service crash occurs so that you can at least get the application to install.
    I can't be bothered to go to the trouble though. I'm interested in seeing if Apple will silently stop with the BS and just fix the installer's version mismatch errors (easily done), and fix iPodService.exe. The reason why the service crashes, according to what I've read, is because it seemingly misidentifies Server 2003 and similar OS's as Vista or Windows 7, and then begins calling functions for those OSs from ntdll.dll - which causes the crash.
    As for your error, presumably that is with Orca. All I could find relating to the errors is something about transforming the MSI and language translations. It could also be because of an older version of Orca. Perhaps try and re-download iTunes, and extract the MSI packages again. But you should only need to edit the LaunchCondition for AppleMobileDevice.msi - and you don't need to delete the table either, you can simply change the number in NTVersion from 501 to 502, save the package and it'll all work. It did for me when I first tried it anyway.

  • Installing Oracle 10.1.0.2.0 (32 bit)  on windows 2003 server

    Hi all,
    During installation of Oracle 10.1.0.2.0 (32 bit) on windows 2003 server 64 bit standard edition there is failure in Oracle Net configuration , oracle Data Base configuration Assistance.
    and i saw the log file of the installtion but its very complex and saying some Unexpected error occured and showing some coding. any suggestions about this. thanks in advance.
    BEST REGARDS
    Edited by: user11153253 on Jan 10, 2011 11:57 PM

    user11153253 wrote:
    Hi all,
    During installation of Oracle 10.1.0.2.0 (32 bit) on windows 2003 server 64 bit standard edition there is failure in Oracle Net configuration , oracle Data Base configuration Assistance.
    and i saw the log file of the installtion but its very complex and saying some Unexpected error occured and showing some coding. any suggestions about this. thanks in advance.
    BEST REGARDS
    Edited by: user11153253 on Jan 10, 2011 11:57 PMYes, I would suggest you actually show us the error message. All of our crystal balls are out for repair at this time.
    "My car won't start. It makes funny sounds when I try. I looked under the hood and saw a lot of complex machinery. Any suggestions on how to start my car?"

Maybe you are looking for