You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
when trying to use direct connection with oracle database with this syntax, python sqlmap.py -d "oracle://test:test@xxxxxx:1521/db" -f --banner --dbs --users
getting this error
[13:55:47] [CRITICAL] SQLAlchemy connection issue ('DatabaseError: (cx_Oracle.DatabaseError) ORA-12505: TNS:listener does not currently know of SID given in connect descriptor')
Running environment:
sqlmap version [e.g. 1.7.2.12#dev] 1.8.8.1
Installation method [e.g. pip], zip download from sqlmap
Operating system: [e.g. Microsoft Windows 11], windows 11
Describe the bug
when trying to use direct connection with oracle database with this syntax, python sqlmap.py -d "oracle://test:test@xxxxxx:1521/db" -f --banner --dbs --users
getting this error
[13:55:47] [CRITICAL] SQLAlchemy connection issue ('DatabaseError: (cx_Oracle.DatabaseError) ORA-12505: TNS:listener does not currently know of SID given in connect descriptor')
Running environment:
Target details:
sqlmap version: 1.8.8.1
sqlalchemy version: 2.0.32
cx-oracle version: 8.3.0
is there any workaround ?
The text was updated successfully, but these errors were encountered: