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!

10G CLIENT NOT FETCHING DATA FROM SERVER

jaimohanAug 26 2014 — edited Aug 26 2014

Hi,

I am facing an issue with 10g Client. My 10g DB is residing on a RH Linux Server. My application is developed using Power Builder 12.5. The OS of client is Windows 7 Professional.

Now the issue.

I've installed 10g Client on the Windows 7 Pro Machine. Connected successfully to the Database in RHL Server.

When I log in to the Windows as Administrator, every thing is perfect. My Application is able to connect with the Server Successfully, fetch data from the server, write back to it etc.

But when I log in as a standard user in Windows, my application is able to connect with the server successfully. But not able to retrieve anything from the server. For eg:- I am not even able to collect the date from the server dual. Run as administrator option also tried. But no avail.

This is the first time I am trying to connect to an ORA DB in Linux from Windows client. Hence I am not sure about the process also.

Please help..

Thanks in advance..

Comments

alwu-Oracle
Hi Christian,

It is a good idea to explicitly type your properties. In this case, p could be an owl object property, datatype property, annotation property, rdf:property etc.

RDFSAXIOMS component does include the following RDFS axiomatic triple.

rdfs:range rdfs:domain rdf:Property .

If you do want to see p type rdf:Property then you can include component RDFSAXIOMS on top of OWLPRIME with your create_entailment call.

Alternatively, you can simply insert the above axiomatic triple into your graph and inference engine will take care of the rest.

Thanks,

Zhe Wu
1 - 1
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Sep 23 2014
Added on Aug 26 2014
6 comments
1,459 views