我安装的社区版4.2.1 ,
Welcome to the OceanBase. Commands end with ; or \g.
Your OceanBase connection id is 1401742650
Server version: OceanBase_CE 4.2.1.8 (r108000022024072217-3149c25ca2dadbb7707686ad02a1367b1b43e0b5) (Built Jul 23 2024 02:01:58)
在查询format_sql_id的时候发现没有这个字段,但是官方文档却说有?是怎么回事?
是社区版的的限制吗?
obclient(root@tenant1)[(none)]> use oceanbase;
Database changed
obclient(root@tenant1)[oceanbase]> Select FORMAT_SQL_ID from GV$OB_SQL_AUDIT;
ERROR 1054 (42S22): Unknown column ‘FORMAT_SQL_ID’ in ‘field list’
obclient(root@tenant1)[oceanbase]> Select format_sql_id from GV$OB_SQL_AUDIT;
ERROR 1054 (42S22): Unknown column ‘format_sql_id’ in ‘field list’
obclient(root@tenant1)[oceanbase]> Select sql_id from GV$OB_SQL_AUDIT limit 1;