Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

SQL-Statement with OO4O

745247May 20 2010 — edited May 20 2010
Hello together,

I post this Question here in

4312846

and i should paste my question again in an another database forum.

now here again:

I have here following Problem:

Everthime I make a connection to my database with this code

Set oSess = Server.CreateObject("OracleInProcServer.XOraSession")
Set oDB = oSess.DbOpenDatabase(tnsname, user/PWD, 4)

I get always this Statement in the DB-queue

SELECT parameter, VALUE
FROM SYS.nls_database_parameters
WHERE parameter IN ('NLS_CHARACTERSET', 'NLS_NCHAR_CHARACTERSET')

Can me anyone tell me why I get this statement and how I can disable it?


Best Regards
Andy
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 17 2010
Added on May 20 2010
13 comments
1,111 views