Hello All,
Oracle Version:
| Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64bit Production | 0 |
2 | PL/SQL Release 12.1.0.2.0 - Production | 0 |
3 | CORE 12.1.0.2.0 Production | 0 |
4 | TNS for Linux: Version 12.1.0.2.0 - Production | 0 |
5 | NLSRTL Version 12.1.0.2.0 - Production |
I am trying to use some of the Oracle 12c's new features. But I couldn't.
- CREATE TABLE TEST_SK (COL1 NUMBER, COL2 VARCHAR2(32000));
Ora- 00910: Specified length length too long for its datatype.
2. CREATE TABLE TEST_SK (COL1 NUMBER GENERATED ALWAYS AS IDENTITY);
Ora- 00406: Compatible parameter needs to be 12.0.0.0.0 or greater
3. Inline functions or Inline procedures didn't work too.
But Fetch first N rows is working fine.
Please help me understand if there should be any privileges to make use these new features?