Quantcast
Channel: Question and Answer » oracle
Viewing all articles
Browse latest Browse all 717

Inheritance between table and type in Oracle

$
0
0

The code:

CREATE TABLE CLIENTS_PUBLICS 
OF TYPE CLIENT_PUBLIC 
UNDER CLIENTS
NESTED TABLE Adresse STORE AS ADRESSES
NESTED TABLE Compte_Bancaire STORE AS COMPTES
;

The error:

Error at Command Line:2 Column:8
Error report:
SQL Error: ORA-00922: missing or invalid option
00922. 00000 – “missing or invalid option”
*Cause:
*Action:


Viewing all articles
Browse latest Browse all 717

Trending Articles