Need to encapsulate schema and table name with double quotes when creating a plan table. Otherwise "ORA-00905: missing keyword" is shown if any of them contain "invalid" characters (I have a username with a dot inside.
In Toad as with SQL*Plus, if you want to create an object with mixed case or spaces, you must add the double-quotes yourself.
Understood. Confusing error message though.