Unable to initialize point cloud - ORA-13249: Error creating dml trigger
问题 I'm unable to initialize point cloud in Oracle Database 12c. Trying to execute following commands: CREATE TABLE point_clouds( id NUMBER, capture_ts TIMESTAMP, point_cloud SDO_PC ); CREATE TABLE pc_blocks AS select * from mdsys.sdo_pc_blk_table; INSERT INTO point_clouds (id, point_cloud) VALUES ( 1001, sdo_pc_pkg.init( basetable => 'point_clouds', basecol => 'point_cloud', blktable => 'pc_blocks', ptn_params => 'blk_capacity=10000', pc_extent => mdsys.sdo_geometry( 2003, 8307, null, mdsys.sdo