plsql - Does converting Oracle .rdf files to .rep do anything different than changing the extension? -
i'm using oracle forms , reports 11g. when told how compile reports (the .rdf files) told convert them .rep files. didn't think check in report builder conversion tool, went , renamed extension of file.
it turns out else goes reports builder, , exports .rdf file .rep file. i'm wondering if doing way somehow different renaming extension i've been doing?
yes does.
.rdf definition format of oracle reports.
.rep compiled format of oracle reports.
the runtime can execute both. running .rep files bit faster, because precompilation done.
Comments
Post a Comment