🔍 Recherche de l'endpoint ORDS

Test de différents endpoints possibles...

EndpointDescriptionStatutDétails
https://ge2db8cfd4f4863-sqltraining.adb.eu-marseille-1.oraclecloudapps.com/ords/admin/_/db-api/stable/sqlDatabase API SQL❌ 404 Not FoundEndpoint n'existe pas
https://ge2db8cfd4f4863-sqltraining.adb.eu-marseille-1.oraclecloudapps.com/ords/admin/sqlSchema SQL endpoint❌ 404 Not FoundEndpoint n'existe pas
https://ge2db8cfd4f4863-sqltraining.adb.eu-marseille-1.oraclecloudapps.com/ords/admin/_/sqlPrivate SQL endpoint❌ Erreur 400{ "code": "BadRequest", "title": "Bad Request", "message": "An error occurred parsing th
https://ge2db8cfd4f4863-sqltraining.adb.eu-marseille-1.oraclecloudapps.com/ords/_/sqlRoot SQL endpointđź”’ 401 UnauthorizedCredentials incorrects
https://ge2db8cfd4f4863-sqltraining.adb.eu-marseille-1.oraclecloudapps.com/ords/admin/soda/latestSODA API❌ Erreur 400{"type":"http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.1","status":400,"title":"POS

📝 Instructions

Si un endpoint fonctionne (âś…), copiez son URL et mettez-la dans votre fichier .env :

ORDS_BASE_URL=https://...l'url...qui...fonctionne...

Note : N'incluez pas le /sql à la fin, il sera ajouté automatiquement par le code.