Oracle Java system parameters [message #208330] |
Sat, 09 December 2006 10:33 |
|
Hi,
Here is a question. I have a Java stored procedure created in Oracle 9i. This stored procedure is user to trigger data migration from one table to another (applies some decodings etc). In essence it is a lightweight Java tool. However we are using configuration parameters the exists in a configuration file. I want to provide the location of the configuration file via JVM system parameters and use them via System.getProperty("some.property"). So how can I specify -D JVM system parameters to Oracle JVM so the java stored procedure can use them?
Thanks,
Marius
|
|
|