Skip to main content
Question

External File Template: ins export

  • December 7, 2021
  • 1 reply
  • 407 views

wahelk
Hero (Former Employee)
Forum|alt.badge.img+11
  • Hero (Former Employee)
  • 155 replies

Hi,

Created a new external file template with style sheet added as below.

 

Export .ins file does not add the stylesheet settings to the file and needs to manually import each time .ins is deployed.

some standard template ins file has content something like below for style sheet addition.

 Dbms_Lob.CreateTemporary (kr_xsl_content_, TRUE, Dbms_Lob.SESSION);
   Dbms_Lob.Open(kr_xsl_content_, Dbms_Lob.LOB_READWRITE);
   
   Append_Blob('PHhzbDpzdH..

 

Any idea how to generate or add these?

This topic has been closed for replies.

1 reply

wahelk
Hero (Former Employee)
Forum|alt.badge.img+11
  • Author
  • Hero (Former Employee)
  • 155 replies
  • December 8, 2021

Found the way.

 

1.Create a transformer instance in client with xsl transformer.

2.Update connect_config.sql in relevant component by adding new transformer instance.

3.Open command line(sqlplus) and deploy connect_config.sql code to the environment

4. Connect_config.ins is created in component database folder . Copy the relevant blob code to  the template  .ins file.