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 DB connection

Former Member
0 Likes
425

Hi experts,

Iam trying to connect external Oracle database.

I have made entries in DBCON table.


CONSTANTS : con_name TYPE dbcon-con_name VALUE 'REPDEV'.
EXEC SQL.
  connect to :con_name
ENDEXEC.
Iam not getting sy-subrc = 0.

And also made necessary settings in tnsnames.

Why iam not able to connect to Oracle?.Do i need to do any further settings?

Reward guaranteed

thanks

kaki

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
379

Hi kaki,

1. And also made necessary settings in tnsnames

I suppose, u have made the settings,

on application server of r/3,

and not your machine.

2. ask basis team to

test this new connection,

using sql plus

from application server itself.

regards,

amit m.

Hi experts,

Iam trying to connect external Oracle database.

I have made entries in DBCON table.


CONSTANTS : con_name TYPE dbcon-con_name VALUE 'REPDEV'.
EXEC SQL.
  connect to :con_name
ENDEXEC.
Iam not getting sy-subrc = 0.

And also made necessary settings in tnsnames.

Why iam not able to connect to Oracle?.Do i need to do any further settings?

Reward guaranteed

thanks

kaki

1 REPLY 1
Read only

Former Member
0 Likes
380

Hi kaki,

1. And also made necessary settings in tnsnames

I suppose, u have made the settings,

on application server of r/3,

and not your machine.

2. ask basis team to

test this new connection,

using sql plus

from application server itself.

regards,

amit m.