Home > database >  12 c in single step debugging error can help
12 c in single step debugging error can help

Time:09-29

Oracle12 I step through storage process in an error, but run directly no problem:
Error message:
Connect to a database of 250 _alms,
PL/SQL implementation: CALL DBMS_DEBUG_JDWP. CONNECT_TCP (' 192.168.0.198 ', '60157')
ORA - 24247: network access was blocked by the access control list (ACL)
ORA - 06512: in the "SYS. DBMS_DEBUG_JDWP", line 68
ORA - 06512: in the line 1
Process has quit,
Disconnected from the database of 250 _alms,

Hasn't been solved, this how to solve

CodePudding user response:

1, is there a separate ACL set
2, oracle versions have different permissions of access control, network resources can be separately through DBMS_NETWORK_ACL_ADMIN authorization
  • Related