Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Oracle Database data select failing

Former Member
0 Likes
590

Hi Experts,

We have done SAP system upgrade and the programs using native sql are failing after the upgrade. while checking in debug I found the connection is successfully established to database but the select is failing.

I also used the standard program ADBC_DEMO_METADATA to get the table details which is also failing. In the old system this program fetches the table fields and index properly.

So now the issue is where to check whats causing the data selection to fail as connectivity seems fine?

Thanks.

3 REPLIES 3
Read only

Former Member
0 Likes
560

Hi,

Are you able to login to database using the tool TOAD.

Also check your authorizations with BASIS ppl.

Regards

HM

Read only

former_member214857
Contributor
0 Likes
560

Hi

Try to use Database schema in "Database Schema" field. Usually this is SAPSR3 for Oracle databases.

Best regards

Read only

0 Likes
560

Hi Carlos,

The result is same, it still does not work.