Displaying 3 results from an estimated 3 matches for "american_america".
2008 Aug 26
1
apache
How can I pass the following Oracle 10g variables to my apache?
ORACLE_BASE=/u01/oracle
ORACLE_HOME=/u01/oracle/10g
ORACLE_SID=king
LD_LIBRARY_PATH=$ORACLE_HOME/lib
LD_LIBRARY_PATH_32=$ORACLE_HOME/lib32
PATH=$PATH:$ORACLE_HOME/bin
NLS_LANG=AMERICAN_AMERICA.AR8MSWIN1256; export NLS_LANG
NLS_DATE_FORMAT=dd-mm-yyyy ; export NLS_DATE_FORMAT
export ORACLE_BASE ORACLE_HOME ORACLE_SID LD_LIBRARY_PATH LD_LIBRARY_PATH_32
PATH
I start my apache through service httpd start...
[root at king script]# ps -ef | grep apache
apache 28494 15315 0 04:02 ? 0...
2010 Mar 02
1
unicode
I am using rails 2.3 and an existing oracle database with utf8 encoding.
Also have the following tag <meta http-equiv="content-type"
content="text/html; charset=UTF-8"></meta> in my layout.
Can someone point me to any documentation for setting up my environment
to save and display chinese characters.
thanks much
--
Posted via http://www.ruby-forum.com/.
--
You
2008 Jan 29
1
"ROracle" Packages is not to be installed (PR#10652)
...ROracle Packages is not to be installed in my Linux.
The enviroments are as follows:
* O/S Profile
[
export ORACLE_BASE=/opt/oracle
export ORACLE_SID=DEMO10G
export ORACLE_HOME=$ORACLE_BASE/product/10g
export ORACLE_DOC=$ORACLE_HOME/doc
export ORACLE_TERM=vt220
export TERM=vt100
export NLS_LANG=AMERICAN_AMERICA.KO16KSC5601
export ORA_NLS10=$ORACLE_HOME/nls/data
export ORA_NLS33=$ORACLE_HOME/ocommon/nls/admin/data
export ORA_CLIENT_LIB=shared
export TNS_ADMIN=$ORACLE_HOME/network/admin
export PATH=$ORACLE_HOME/bin:.:/opt/R-2.6.1-patched/bin:$PATH
export LIBPATH=$ORACLE_HOME/lib:/usr/lib:/lib:/usr/local/lib...