decodePC.java

decodePC.sqr as written by David L. Price has been rewritten to decodePC.java and expanded. It's general purpose is decoding PeopleCode stored as BLOB. The PeopleSoft database is accessed via a JDBC connection therefore there is no need to use Application Designer to look at PeopleCode, Application Engine programs, SQL, and XSLT. decodePC.java can read Application Engine programs and Application Packages and output them to a text file so you can get on with solving business problems.



Example of compiling decodePC.java with Oracle JDBC on a Unix box from a command prompt in the directory where decodePC.java exists:



javac -classpath /directorypath/ojdbc14.jar ./decodePC.java



Example of running decodePC.class with Oracle JDBC on a Unix box from a command prompt in the directory where decodePC.class exists:



java -classpath .:/directorypath/ojdbc14.jar decodePC


AttachmentSize
decodePC.java.2007summer92.49 KB
decodePC.java.200709106.76 KB
decodePC.java progtxt is data type longraw118.29 KB
stagePeopleCode.txt4.89 KB
decodePC.java progtxt is data type blob113.66 KB

Reply