No of visitors who read this post: 985
Category: Oracle Database
Type: Question
No votes yet

Hi

I got a problem in Oracle. I was working in a project with my friends. He also found another error. I got: the Oracle client tries to create (and access) an Object in the Global namespace.

But he found a totally different error:

Error: OCIEnvCreate failed with return code-1 but error message text was not available

So, we need to solve this. Please help us.

Thanks.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

#

You are facing up this error message because of incorrect Asp.Net permissions. Navigate to the Oracle home folder and locate Asp.Net permission settings, set it to be full control. Further, you also need to execute aspnet_regiis that you may find in the .NET 2.0 or whichever version you've installed. Thereafter, restart the computer system and start over using your application.

#

Hello Tamarajparnell,

In order to solve your problem go to the home folder of Oracle and locate the ASP.net permission setting.
Then set it to be full control. You may need to execute aspnet_regiis (that you can find in the .NET 2.0). After applying all this, restart the computer and lunch the application, normally it should be fine.