cancel
Showing results for 
Search instead for 
Did you mean: 

Environment Variables for windows

Former Member
0 Kudos

Hi All

I just install Java in my machine for ECC 6 server installation , Then how to set Environment Variables in my windows xp system ?

Regards

Selvan

Accepted Solutions (0)

Answers (6)

Answers (6)

Former Member
0 Kudos

HI ajai

kindly confirm , because now installation going on without any error in windows xp

selvan

Former Member
0 Kudos

hi,

Wndows XP is not support for ECC 6.0.

regards

ajai

Former Member
0 Kudos

Dear

See the following option

1.right click on my compute and then go to -advanced -Environment variable-then click on new and put lick this

variable nam :- Java_home

variable value:- installation path of java

EX:- Java_home

c:\j2sdk1.4.2_09\bin

2.And then you have to click on system variable and choose the path click edit and click on end put ; and paste the installation path of java

EX :- ;c:\j2sdk1.4.2_09\bin

shailesh Tiwari

former_member204746
Active Contributor
0 Kudos

for Java:

set JAVA_HOME

set PATH to the bin directory of JAVA_HOME

Former Member
0 Kudos

Hi, To set environment variables in XP right click on My Computer--


>Go to Property-->Click the Advance Tab---->click the Environment Variable button.

Normally the following env variables are required to be set.

o dbms_type=ora

o PATH=<oracle_home>\bin;... (<oracle_home>\bin in first position)

o dbs_ora_tnsname=<sid>

o dbs_ora_schema=SAPR3 or dbs_ora_schema=SAP<sid> (depending on which

user the R/3 tables belong to)

o NLS_LANG=AMERICAN_AMERICA.<characterset> (see Note 381674)

o ORACLE_HOME=<oracle_home> (optional)

o SAPDATA_HOME=<drive>:\oracle\<sid>

o TNS_ADMIN=<pfad_zu_tns_files> (only required for R/3 below 3.1I or

Oracle 10g and Instant Client)

o ORACLE_SID=<sid> (normal Oracle installation) or unique instance

name, for example <sid>001 (RAC installation)

o USER=<sid>adm

The above is an extract of SAP Note 556232 - Environment settings for R/3/Oracle on Windows.

Pl refer the same for details.

Award suitably if resolved.

Regards

former_member433984
Active Contributor
0 Kudos

which environment variables?

did you already check

<a href="http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/environment_variables.mspx?mfr=true">Setting environment variables</a>

best regards