>
> Or if that is not available for you to edit you could always try just
> executing a statement to alter the session once a database connection
> is established. This method is a little slower.

How slower? Very very slower? Can you give me an aproximation in seconds?

>As you will have to
> execute the alter session statements every time you make the
> connection.

Ok.

>
> The SQL is something like:
> alter session set NLS_LANGUAGE = 'AMERICAN' NLS_TERRITORY = 'AMERICA'

Can i specify the characterset on the alter session?
Sorry for the question...but the Oracle docs that i have read, just say
what is the sintaxe.

Regards
Miguel Carvalho



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to