crystal reports from pl/sql [message #260470] |
Mon, 20 August 2007 01:21  |
|
Hi All,
I need help regarding CRYSTAL REPORTS from PL/SQL. I need to invoke crystal reports from pl/sql package when user uses RF(radio frequency) screen for transaction.Im working on WMS projects.
My question is can we invoke crystal reports from pl/sql package without any application help?
TIA
gangadharam.
|
|
|
Re: crystal reports from pl/sql [message #261082 is a reply to message #260470] |
Tue, 21 August 2007 14:49  |
andrew again
Messages: 2577 Registered: March 2000
|
Senior Member |
|
|
If you can run a crystal report from the commandline on the Oracle server, then you can run that same command from pl/sql. The easiest way is via dbms_scheduler package in 10g or a Java stored procedure from 8i upwards. Search orafaq.
|
|
|