What is the maximum length of a table name in Oracle?

前端 未结 12 1529
不知归路
不知归路 2020-12-07 09:04

What are the maximum length of a table name and column name in Oracle?

12条回答
  •  一整个雨季
    2020-12-07 09:22

    Oracle database object names maximum length is 30 bytes.

    Object Name Rules: http://docs.oracle.com/database/121/SQLRF/sql_elements008.htm

提交回复
热议问题