When I choose DESC tablename, I see for some columns TIMESTAMP(3)(11). The 3 is the fractional seconds precision. What is the 11, and how can I define a column like this?
ALTER TABLE name ADD col TIMESTAMP(3)(11) for example gives ORA-00907: missing right parenthesis