sqldeveloper debugger & ACL setup
Hey, I have a user that is using sqldeveloper and hooking into a 12.2.0.1 Development DB.
The user is using debugger in sqldeveloper and is running into this error:
Connecting to the database xxxxxxx.
Executing PL/SQL: CALL DBMS_DEBUG_JDWP.CONNECT_TCP( 'xx.xxx.xxx.xxx', '57050' )
ORA-24247: network access denied by access control list (ACL)
ORA-06512: at "SYS.DBMS_DEBUG_JDWP", line 68
ORA-06512: at line 1
Process exited.
Disconnecting from the database xxxxxx.
I know that we have to setup a ACL but have never done this before.
Anyone have a quick and easy way to get this done?