I use sql developer 4.0.1(my oracle client 12.1.0.1) connect to oracle database 12.1.0.2 in another server.
I have a tjson table with a json column of varchar2 type.
I use following sql: select info from tjson where info is json and info is not null; everything goes fine and I get the result: {"attr1":1,"attr2":"Hasdjlajjaslkdfjawr!","attr3":[1,2,3,4]}
When I use sql: select info.attr1 from tjson where info is json and info is not null; I got error said: "info"."attr1", invalid identifier