DatabaseError: ORA-12506: TNS:listener rejected connection based on service ACL filtering not abl...
https://stackoverflow.com/questions/75791751/databaseerror-ora-12506-tnslistener-rejected-connection-based-on-service-acl
#python #oracle-database #sqlalchemy #database-connection #oracle-autonomous-db
Event Attributes
https://stackoverflow.com/questions/75791751/databaseerror-ora-12506-tnslistener-rejected-connection-based-on-service-acl
#python #oracle-database #sqlalchemy #database-connection #oracle-autonomous-db
Event Attributes
Stack OverflowDatabaseError: ORA-12506: TNS:listener rejected connection based on service ACL filteringnot able to connect to the DB hosted on oracle cloud: Autonomous Data Base (Warehousing) from python
from sqlalchemy import create_engine
user = 'admin'
password = '****'
tns = <string from the