Hello,
Oracle allow table name length to 30 and column name length to 30.
I need to limit the table name and column name size to 27 for any new tables and new columns in my database.
Can I write a trigger on create table and new column to check the size? How can I do it?
Thank you in advance.
Oracle allow table name length to 30 and column name length to 30.
I need to limit the table name and column name size to 27 for any new tables and new columns in my database.
Can I write a trigger on create table and new column to check the size? How can I do it?
Thank you in advance.