araczkowski / apexHtml2Pdf

MIT License
1 stars 2 forks source link

pakage body not created. #1

Open muqbilkhan opened 8 years ago

muqbilkhan commented 8 years ago

Hey,

APEX_PLUGIN_JSREPORT_BODY pakage body i am facing below mentioned error.

Error at line 91: PLS-00201: identifier 'JSON' must be declared

please help me in this regards.

araczkowski commented 8 years ago

Hi,

I forgot to point that this plugin requires JSON support in the Oracle DB

  1. clone pljson repo git clone https://github.com/araczkowski/pljson
  2. in the terminal go to the repo directory cd pljson
  3. connect to Oracle DB as user/schema that you are using in your apex app sqlplus user/pass@sid
  4. run the installation scirpt @install.sql

after this you should be able to use the plugin

araczkowski commented 7 years ago

no postback, so I assume that this one is clear