Welcome Guest, Not a member yet? Register   Sign In
Oracle issues
#2

[eluser]unficyp[/eluser]
hi,

i'm not sure what CI does with
$db['seguranca']['char_set'] = "latin1";
$db['seguranca']['dbcollat'] = "latin1_general_ci";
to set a proper Oracle NLS Environment.

Try setting NLS_LANG=.... at your apache startup script or try
putenv("NLS_LANG=...."); in your php code.

Which Oracle Version do you use ?
Which nls setting does the database have ? (select * from v$nls_parameters)


Messages In This Thread
Oracle issues - by El Forum - 04-03-2008, 07:49 AM
Oracle issues - by El Forum - 04-03-2008, 03:59 PM
Oracle issues - by El Forum - 04-07-2008, 12:08 PM
Oracle issues - by El Forum - 05-30-2008, 09:54 PM



Theme © iAndrew 2016 - Forum software by © MyBB