Basic Oracle Concepts and Programming Question:
What Are the Restrictions on External Table Columns?
Answer:
When creating external table columns, you need to watch out some restrictions:
► "PRIMARY KEY" is not allowed.
► "NOT NULL" is not allowed.
► "DEFAULT value" is not allowed.
► "PRIMARY KEY" is not allowed.
► "NOT NULL" is not allowed.
► "DEFAULT value" is not allowed.
Previous Question | Next Question |
How To Load Data through External Tables? | What Is a Directory Object? |