i am using docker oracle image from sath89.
describe all_tables gives following output
Name Null? Type
------------------------- -------- -------------
OWNER NOT NULL VARCHAR2(128)
TABLE_NAME NOT NULL VARCHAR2(128)
TABLESPACE_NAME VARCHAR2(30)
CLUSTER_NAME VARCHAR2(128)
IOT_NAME VARCHAR2(128)
Now when i am running the following code
CREATE table ABCDEFGHIJKLMNOPQRSTTESTINGORACLE(
ID INT
);
it is saying identifier is too long . An identifier with more than 30 characters was specified