Tagged Questions
3
votes
1answer
2k views
Why does SQL*PLUS need a slash after CREATE TYPE?
I just had the problem that I defined a Type and tested it in TOAD and all was OK. But running under SQL*PLUS it threw an error.
Example:
CREATE OR REPLACE TYPE MyType AS OBJECT (
Item1 NUMBER,
...