Skip to Content
0
Former Member
Feb 18, 2011 at 06:48 PM

native sql failed

54 Views

hi, experts

i tried to run below code:

exec sql.

CONNECT TO 'FINT'

endexec.

and sy-subrc always 4, i already add a record in table DBCON using tcode DBCO.

record in DBCON is :

con_name dbms user_name password con_env db_reco

FINT ORA username password username/password@FINT X

can you suggest some clue?