Why some sql commands don't work in Oracle 10g | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
0

Why some sql commands don't work in Oracle 10g

such as SHOW DATABASES; and it don't work and error message shown of invalid sql command

28th Dec 2017, 5:13 AM
abc
1 Antwort
+ 6
The command is limited to MySQL. For Oracle, you need a workaround. https://stackoverflow.com/questions/3004171/how-to-display-databases-in-oracle-11g-using-sqlplus
28th Dec 2017, 5:59 AM
Hatsy Rei
Hatsy Rei - avatar