ORA -24247 [message #468346] |
Thu, 29 July 2010 16:12 |
OraclePTDBA
Messages: 5 Registered: July 2010 Location: Hyderabad
|
Junior Member |
|
|
Hi
Getting this error -
"SQL Execution Error - ORA -24247 network access denied by access control list (ACL)"
Googled the above error but could not find any appropriate answer.Can you please tell what is the error about.
Regards
|
|
|
Re: ORA -24247 [message #468349 is a reply to message #468346] |
Thu, 29 July 2010 16:32 |
John Watson
Messages: 8960 Registered: January 2010 Location: Global Village
|
Senior Member |
|
|
Hello, PTDBA - you didn't give any information on your version of Oracle or what you were trying to do. But if it is 11g and if you were trying to do anything with TCP, you could look at dba_network_acls and dba_network_acl_privileges. Perhaps your database has been configured with fine-grained access control for external network services.
John.
|
|
|
|
Re: ORA -24247 [message #468503 is a reply to message #468349] |
Fri, 30 July 2010 05:50 |
OraclePTDBA
Messages: 5 Registered: July 2010 Location: Hyderabad
|
Junior Member |
|
|
Version - 10.2.0
Error -
"SQL Execution Error , ORA -24247 network access denied by access control list (ACL)"
There is a problem abt DB server EUEOLTD5.AE.XX.COM, schema: NWPS.
When my application NWPS connect to EUEOLTQ5.AE.XX.COM,schema: NWPS_Web, it is running well, but when I connect to EUEOLTD5, the application is not working good. So when I debug the application , found that an update sql can't be executed properly, it executed all the time and can't be stopped.
The query is : UPDATE NEWS_USER_ADMIN SET NEWS_LAST_ACCESSED = SYSDATE WHERE NEWS_SSO_ID ='501186776'
It's a simple query, when connected to EUEOLTQ5, the query can be executed properly but the same when executed in EUEOLTD5 throws me an above error.
Regards
|
|
|
|
|
|
Re: ORA -24247 [message #468513 is a reply to message #468511] |
Fri, 30 July 2010 07:32 |
OraclePTDBA
Messages: 5 Registered: July 2010 Location: Hyderabad
|
Junior Member |
|
|
Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bi
PL/SQL Release 10.2.0.4.0 - Production
CORE 10.2.0.4.0 Production
TNS for Solaris: Version 10.2.0.4.0 - Production
NLSRTL Version 10.2.0.4.0 - Production
|
|
|
|
|
|
Re: ORA -24247 [message #468569 is a reply to message #468565] |
Fri, 30 July 2010 12:50 |
John Watson
Messages: 8960 Registered: January 2010 Location: Global Village
|
Senior Member |
|
|
Oh, right - I didn't know ACLs were around back with 10g. I first came across them with 11g and controlling access to network resources, implemented with DBMS_NETWORK_ACL_ADMIN. So I wondered if your EUEOLTQ5.AE.XX.COM server was 10g, and your EUEOLTD5.AE.XX.COM server upgraded to 11g.
If its a problem with your XML stuff, I'll sign off.
|
|
|