[Qgis-user] Oracle and LAYER_STYLES

Simon Greener simon at spatialdbadvisor.com
Tue Jan 31 17:11:07 PST 2017


QGIS Desktop 2.18.3 64 bit on Windows 10 64 bit.
Can someone explain to me how to load the LAYER_STYLES table in Oracle with
information in a QGIS Desktop session?
CREATE TABLE layer_styles(
  id INTEGER PRIMARY KEY,
  f_table_catalog VARCHAR2(30) NOT NULL,
  f_table_schema VARCHAR2(30) NOT NULL,
  f_table_name VARCHAR2(30) NOT NULL,
  f_geometry_column VARCHAR2(30) NOT NULL,
  stylename VARCHAR2(2047),
  styleqml CLOB,
  stylesld CLOB,
  useasdefault INTEGER,
  description VARCHAR2(2047),
  owner VARCHAR2(30),
  ui CLOB,
  update_time timestamp
);
Regards
Simon



--
View this message in context: http://osgeo-org.1560.x6.nabble.com/Oracle-and-LAYER-STYLES-tp5305652.html
Sent from the QGIS - User mailing list archive at Nabble.com.



More information about the Qgis-user mailing list