| Author |
Message |
gevatron@yahoo.com *nix forums beginner
Joined: 21 Jul 2005
Posts: 7
|
Posted: Mon Feb 14, 2005 10:22 pm Post subject:
Re: parsing pll files
|
|
|
Have a look at the SQL*IO extension for JDeveloper on the JDeveloper
extension exchange on OTN.
It will let you save sql files from JDeveloper.
JDeveloper 10.1.3 has built-in diff mechanism that you can use.
http://www.oracle.com/technology/products/jdev |
|
| Back to top |
|
 |
Frank Dietrich *nix forums beginner
Joined: 19 Feb 2005
Posts: 22
|
Posted: Mon Feb 14, 2005 10:47 am Post subject:
Re: parsing pll files
|
|
|
Hi John,
John Vandenberg schrieb:
| Quote: | I would like to perform textual comparisons between different versions
of pll files created by JDeveloper 9i; ideally extracting the pl/sql out
and then using conventional diff tools.
|
Use the ifcmp90 tool, it will generate an *.pld file from your PLL.
ifcmp90 module=your.pll module_type=library script=yes
regards
Frank |
|
| Back to top |
|
 |
John Vandenberg *nix forums beginner
Joined: 14 Feb 2005
Posts: 1
|
Posted: Mon Feb 14, 2005 1:30 am Post subject:
parsing pll files
|
|
|
Hi,
I would like to perform textual comparisons between different versions
of pll files created by JDeveloper 9i; ideally extracting the pl/sql out
and then using conventional diff tools.
I have looked at FormsMaster API (v1.0:281) and AppEaze (1.1.2:9i) and
neither were suitable. Are there other tools up to the task?
Alternatively, is the file format documented or accessible using a
JDeveloper API?
Thanks,
John Vandenberg |
|
| Back to top |
|
 |
Google
|
|
| Back to top |
|
 |
|